From c58529fc046dcf09b2894bc43760b952974d9eec Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 14 Feb 2024 08:37:27 +0100 Subject: [PATCH] update: update ceph release pre-check update this check in order to check for Ceph Squid Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 40fb299327..8eef895d82 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -133,8 +133,8 @@ - name: check ceph release being deployed fail: - msg: "This version of ceph-ansible is intended for upgrading to Ceph Reef only." - when: "'reef' not in ceph_version.stdout.split()" + msg: "This version of ceph-ansible is intended for upgrading to Ceph Squid only." + when: "'squid' not in ceph_version.stdout.split()" - name: upgrade ceph mon cluster