From 686de207567cad4895f5b82c393d809484ef3968 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 17 Feb 2022 09:57:42 +0100 Subject: [PATCH] rolling_update: block upgrade for RHCS deployments Specific to RHCS deployments. See BZ for details. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2052614 Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 7783ce4ef4..5c753b0231 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -31,6 +31,10 @@ import_role: name: ceph-defaults + - name: block upgrade for RHCS deployments + fail: + msg: "Red Hat Ceph Storage upgrade isn't allowed with this release." + - name: exit playbook, if user did not mean to upgrade cluster fail: msg: >