Skip to content

Commit 45a54c3

Browse files
committed
Move rabbitmq notifications queue to controlplane level
Signed-off-by: morenod <[email protected]>
1 parent 39e222c commit 45a54c3

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

ci/scenarios/edpm.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,8 @@ cifmw_edpm_prepare_kustomizations:
6363
metadata:
6464
name: controlplane
6565
spec:
66-
nova:
67-
template:
68-
notificationsBusInstance: rabbitmq-notifications
69-
target:
70-
kind: OpenStackControlPlane
71-
- patch: |-
72-
apiVersion: core.openstack.org/v1beta1
73-
kind: OpenStackControlPlane
74-
metadata:
75-
name: controlplane
76-
spec:
77-
cinder:
78-
template:
79-
notificationsBusInstance: rabbitmq-notifications
66+
template:
67+
notificationsBusInstance: rabbitmq-notifications
8068
target:
8169
kind: OpenStackControlPlane
8270
- patch: |-
@@ -88,7 +76,6 @@ cifmw_edpm_prepare_kustomizations:
8876
rabbitmq:
8977
templates:
9078
rabbitmq-notifications:
91-
delayStartSeconds: 30
9279
override:
9380
service:
9481
metadata:
@@ -107,11 +94,10 @@ cifmw_edpm_prepare_kustomizations:
10794
spec:
10895
watcher:
10996
enabled: true
110-
template:
111-
notificationsBusInstance: rabbitmq-notifications
11297
target:
11398
kind: OpenStackControlPlane
11499
100+
115101
cifmw_edpm_prepare_timeout: 60
116102

117103
cifmw_install_yamls_whitelisted_vars:

0 commit comments

Comments
 (0)