From 445acc99f754c1ba5cd82c52b443519301e19e1d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 3 Mar 2022 15:42:25 +0100 Subject: [PATCH] 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 --- infrastructure-playbooks/rolling_update.yml | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5