From: Guillaume Abrioux Date: Wed, 14 Feb 2024 07:37:27 +0000 (+0100) Subject: update: update ceph release pre-check X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c58529fc046dcf09b2894bc43760b952974d9eec;p=ceph-ansible.git update: update ceph release pre-check update this check in order to check for Ceph Squid Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 40fb29932..8eef895d8 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