Skip to content

Commit

Permalink
Merge pull request #58 from abays/fix_glance_override
Browse files Browse the repository at this point in the history
Fix Glance internal service network override
  • Loading branch information
fmount authored Dec 20, 2023
2 parents a5929e9 + 94a25e0 commit 565e071
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 565e071

Please sign in to comment.