validate: update `ceph_repository_community` check

this updates the `ceph_repository_community` check in `ceph-validate`
with the right ceph release expected.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/6346/head
Guillaume Abrioux 2021-03-15 19:53:21 +01:00
parent 6c6939104d
commit 98e32b92f3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
when:
- ceph_origin == 'repository'
- ceph_repository == 'community'
- ceph_stable_release not in ['nautilus', 'octopus']
- ceph_stable_release not in ['quincy']
- name: validate ceph_repository_type
fail: