Skip to content

Commit

Permalink
Modify job to use metadata per cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkisaolamb committed Jul 11, 2024
1 parent 3ace225 commit 7b1fa9d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ci/nova-operator-tempest-multinode/control_plane_hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,32 @@
- op: replace
path: /spec/keystone/template/replicas
value: 2
- op: add
path: /spec/nova/template/cellTemplates
value:
cell0:
cellDatabaseAccount: nova-cell0
hasAPIAccess: true
metadataServiceTemplate:
enabled: false
cell1:
cellDatabaseAccount: nova-cell1
hasAPIAccess: true
cellMessageBusInstance: rabbitmq-cell1
cellDatabaseInstance: openstack-cell1
metadataServiceTemplate:
enabled: true
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
- op: add
path: /spec/nova/template/metadataServiceTemplate/enabled
value: false

0 comments on commit 7b1fa9d

Please sign in to comment.