this updates the `ceph_repository_community` check in `ceph-validate`
with the right ceph release expected.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
47b9b75ace037a7673453b64d401d5dc7c77cdd7)
- name: validate ceph_repository_community
fail:
- msg: "ceph_stable_release must be either 'nautilus' or 'octopus'"
+ msg: "ceph_stable_release must be 'pacific'"
when:
- ceph_origin == 'repository'
- ceph_repository == 'community'
- - ceph_stable_release not in ['nautilus', 'octopus']
+ - ceph_stable_release not in ['pacific']
- name: validate ceph_repository_type
fail: