]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: allow qe testing
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 3 Mar 2022 14:42:25 +0000 (15:42 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 3 Mar 2022 14:48:57 +0000 (15:48 +0100)
Enable QE to test upgrade from 4.x to 5.1.

pass `-e qe_testing=true` to get around the upgrade blocking.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index 5c753b0231a336bdf1518b569e1625dc3346d40a..f736d15bba850e17bb1bd38fb82c35df45954237 100644 (file)
@@ -34,6 +34,7 @@
     - name: block upgrade for RHCS deployments
       fail:
         msg: "Red Hat Ceph Storage upgrade isn't allowed with this release."
+      when: not qe_testing | default(false) | bool
 
     - name: exit playbook, if user did not mean to upgrade cluster
       fail: