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
Guillaume Abrioux 2022-03-16 12:58:33 +01:00
parent 880e6cd0b8
commit 92901d313b
1 changed files with 3 additions and 1 deletions

View File

@ -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: