]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: allow qe testing with rgw_multisite v6.0.25.3
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Mar 2022 11:58:33 +0000 (12:58 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Mar 2022 11:59:28 +0000 (12:59 +0100)
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>
infrastructure-playbooks/rolling_update.yml

index 9f086fbf1964cdcc404e9daaa5e18c676280d07a..38fc9c4b7437627263a8081e340277bf1f81b36f 100644 (file)
@@ -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: