Skip to content

Commit 437aec3

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

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

ci/scenarios/edpm.yml

Lines changed: 2 additions & 27 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:
@@ -99,18 +86,6 @@ cifmw_edpm_prepare_kustomizations:
9986
type: LoadBalancer
10087
target:
10188
kind: OpenStackControlPlane
102-
- patch: |-
103-
apiVersion: core.openstack.org/v1beta1
104-
kind: OpenStackControlPlane
105-
metadata:
106-
name: controlplane
107-
spec:
108-
watcher:
109-
enabled: true
110-
template:
111-
notificationsBusInstance: rabbitmq-notifications
112-
target:
113-
kind: OpenStackControlPlane
11489
11590
cifmw_edpm_prepare_timeout: 60
11691

0 commit comments

Comments
 (0)