mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-07 00:35:17 -04:00
Use multiple loadbalancers on GCP
This commit is contained in:
parent
c954ec089f
commit
a02a46e454
59 changed files with 1629 additions and 557 deletions
|
@ -172,7 +172,7 @@ func (c *Client) GetState() state.ConstellationState {
|
|||
Name: c.name,
|
||||
UID: c.uid,
|
||||
CloudProvider: cloudprovider.Azure.String(),
|
||||
BootstrapperHost: c.loadBalancerPubIP,
|
||||
LoadBalancerIP: c.loadBalancerPubIP,
|
||||
AzureLocation: c.location,
|
||||
AzureSubscription: c.subscriptionID,
|
||||
AzureTenant: c.tenantID,
|
||||
|
@ -192,7 +192,7 @@ func (c *Client) SetState(stat state.ConstellationState) {
|
|||
c.resourceGroup = stat.AzureResourceGroup
|
||||
c.name = stat.Name
|
||||
c.uid = stat.UID
|
||||
c.loadBalancerPubIP = stat.BootstrapperHost
|
||||
c.loadBalancerPubIP = stat.LoadBalancerIP
|
||||
c.location = stat.AzureLocation
|
||||
c.subscriptionID = stat.AzureSubscription
|
||||
c.tenantID = stat.AzureTenant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue