File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments