From: Guillaume Abrioux Date: Thu, 3 Mar 2022 14:42:25 +0000 (+0100) Subject: update: allow qe testing X-Git-Tag: v6.0.25.1~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=445acc99f754c1ba5cd82c52b443519301e19e1d;p=ceph-ansible.git update: allow qe testing 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 --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 5c753b023..f736d15bb 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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: