mirror of https://github.com/ceph/ceph-ansible.git
validate: check for reef repository
stable-8.0 is reef so this must check the right value for ceph_stable_release Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>pull/7510/head
parent
6becd71bfb
commit
67ce11f6ad
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
- name: Validate ceph_repository_community
|
- name: Validate ceph_repository_community
|
||||||
ansible.builtin.fail:
|
ansible.builtin.fail:
|
||||||
msg: "ceph_stable_release must be 'squid'"
|
msg: "ceph_stable_release must be 'reef'"
|
||||||
when:
|
when:
|
||||||
- ceph_origin == 'repository'
|
- ceph_origin == 'repository'
|
||||||
- ceph_repository == 'community'
|
- ceph_repository == 'community'
|
||||||
- ceph_stable_release not in ['squid']
|
- ceph_stable_release not in ['reef']
|
||||||
|
|
Loading…
Reference in New Issue