From: Guillaume Abrioux Date: Wed, 16 Mar 2022 11:58:33 +0000 (+0100) Subject: update: allow qe testing with rgw_multisite X-Git-Tag: v6.0.25.3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=92901d313bad5376907f485675189ebc9ede7148;p=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 --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 9f086fbf1..38fc9c4b7 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -34,7 +34,9 @@ - name: block upgrade for RHCS deployments with RGW multisite fail: 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 fail: