mirror of https://github.com/ceph/ceph-ansible.git
update: update ceph release pre-check
update this check in order to check for Ceph Squid Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>pull/7474/head
parent
644fac8f2d
commit
c58529fc04
|
@ -133,8 +133,8 @@
|
||||||
|
|
||||||
- name: check ceph release being deployed
|
- name: check ceph release being deployed
|
||||||
fail:
|
fail:
|
||||||
msg: "This version of ceph-ansible is intended for upgrading to Ceph Reef only."
|
msg: "This version of ceph-ansible is intended for upgrading to Ceph Squid only."
|
||||||
when: "'reef' not in ceph_version.stdout.split()"
|
when: "'squid' not in ceph_version.stdout.split()"
|
||||||
|
|
||||||
|
|
||||||
- name: upgrade ceph mon cluster
|
- name: upgrade ceph mon cluster
|
||||||
|
|
Loading…
Reference in New Issue