Skip to content

Commit e742798

Browse files
cescginaopenshift-merge-bot[bot]
authored andcommitted
Enable cinder notifications in edpm scenario
Enable cinder notifications in the edpm scenario.
1 parent 6e4b482 commit e742798

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.zuul.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
description: |
2020
A multinode EDPM Zuul job which has one ansible controller, one
2121
extracted crc and two computes. It will be used for testing watcher-operator.
22+
Configures Nova and Cinder to send notifications over a dedicated rabbitmq instance.
2223
vars:
2324
watcher_scenario: "edpm"
2425
cifmw_extras:
@@ -156,7 +157,7 @@
156157
openstack watcher services containers from meta content provider.
157158
It will test current-podified control plane EDPM deployment with openstack watcher
158159
master content. It deploys watcher using TLSe, and creates the certificates to use.
159-
Nova notifications are not enabled on this job.
160+
Neither Nova nor Cinder notifications are not enabled on this job.
160161
extra-vars:
161162
# Override zuul meta content provider provided content_provider_dlrn_md5_hash
162163
# var. As returned dlrn md5 hash comes from master release but job is using

ci/scenarios/edpm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ cifmw_edpm_prepare_kustomizations:
6868
notificationsBusInstance: rabbitmq-notifications
6969
target:
7070
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
80+
target:
81+
kind: OpenStackControlPlane
7182
- patch: |-
7283
apiVersion: core.openstack.org/v1beta1
7384
kind: OpenStackControlPlane

0 commit comments

Comments
 (0)