]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: update ceph release pre-check
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Feb 2024 07:37:27 +0000 (08:37 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 14 Feb 2024 08:54:13 +0000 (09:54 +0100)
update this check in order to check for Ceph Squid

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
infrastructure-playbooks/rolling_update.yml

index 40fb29932728faa45dd0b8c8409a04b9bc863d54..8eef895d82162b5bd85c4fd6175718118b23cec0 100644 (file)
 
         - 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