Skip to content

Commit

Permalink
Fix Glance internal service network override
Browse files Browse the repository at this point in the history
  • Loading branch information
abays committed Dec 20, 2023
1 parent a5929e9 commit 94a25e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions va/hci/stage4/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ spec:
- storage
override:
service:
metadata:
annotations:
metallb.universe.tf/address-pool: internalapi
metallb.universe.tf/allow-shared-ip: internalapi
metallb.universe.tf/loadBalancerIPs: 172.17.0.80
spec:
type: LoadBalancer
internal:
metadata:
annotations:
metallb.universe.tf/address-pool: internalapi
metallb.universe.tf/allow-shared-ip: internalapi
metallb.universe.tf/loadBalancerIPs: 172.17.0.80
spec:
type: LoadBalancer
storageClass: ""
storageRequest: 10G
heat:
Expand Down
15 changes: 8 additions & 7 deletions va/hci/stage6/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,14 @@ spec:
- storage
override:
service:
metadata:
annotations:
metallb.universe.tf/address-pool: internalapi
metallb.universe.tf/allow-shared-ip: internalapi
metallb.universe.tf/loadBalancerIPs: 172.17.0.80
spec:
type: LoadBalancer
internal:
metadata:
annotations:
metallb.universe.tf/address-pool: internalapi
metallb.universe.tf/allow-shared-ip: internalapi
metallb.universe.tf/loadBalancerIPs: 172.17.0.80
spec:
type: LoadBalancer
storageClass: ""
storageRequest: 10G
customServiceConfig: |
Expand Down

0 comments on commit 94a25e0

Please sign in to comment.