mirror of https://github.com/ceph/ceph-ansible.git
update: allow qe testing with rgw_multisite
This allows QE testing with rgw multisite enabled. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2063702 Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>rhcs-5.1 v6.0.25.3
parent
880e6cd0b8
commit
92901d313b
|
@ -34,7 +34,9 @@
|
||||||
- name: block upgrade for RHCS deployments with RGW multisite
|
- name: block upgrade for RHCS deployments with RGW multisite
|
||||||
fail:
|
fail:
|
||||||
msg: "Red Hat Ceph Storage upgrade with RGW multisite deployed isn't allowed with this release."
|
msg: "Red Hat Ceph Storage upgrade with RGW multisite deployed isn't allowed with this release."
|
||||||
when: rgw_multisite | bool
|
when:
|
||||||
|
- rgw_multisite | bool
|
||||||
|
- not qe_testing | default(False) | bool
|
||||||
|
|
||||||
- name: exit playbook, if user did not mean to upgrade cluster
|
- name: exit playbook, if user did not mean to upgrade cluster
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue