File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
tests/roles/backend_services/tasks Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -430,17 +430,17 @@ $ for CELL in $(echo $RENAMED_CELLS); do
430430+
431431The given cells names are later referred to by using the environment variable `RENAMED_CELLS`.
432432
433- * Ensure that the statuses of all the rabbitmq and galera CRs are `Setup complete`:
433+ * Ensure that the statuses of all the Rabbitmq and Galera CRs are `Setup complete`:
434434+
435435----
436436$ oc get Rabbitmqs,Galera
437- NAME STATUS MESSAGE
438- rabbitmq True Setup complete
439- rabbitmq-cell1 True Setup complete
437+ NAME STATUS MESSAGE
438+ rabbitmq.rabbitmq.openstack.org/rabbitmq True Setup complete
439+ rabbitmq.rabbitmq.openstack.org/rabbitmq -cell1 True Setup complete
440440
441- NAME READY MESSAGE
442- openstack True Setup complete
443- openstack-cell1 True Setup complete
441+ NAME READY MESSAGE
442+ galera.mariadb.openstack.org/ openstack True Setup complete
443+ galera.mariadb.openstack.org/ openstack-cell1 True Setup complete
444444----
445445
446446* Verify that the `OpenStackControlPlane` CR is waiting for deployment
Original file line number Diff line number Diff line change 133133 retries : 60
134134 delay : 5
135135 failed_when : mariadb_cr_result.rc != 0 and mariadb_cr_result.stdout != "true"
136- changed_when : false
137136 loop :
138137 - " Galera"
139138 - " Rabbitmqs"
You can’t perform that action at this time.
0 commit comments