]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate: update `ceph_repository_community` check
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 15 Mar 2021 18:53:21 +0000 (19:53 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 16 Mar 2021 08:30:32 +0000 (09:30 +0100)
this updates the `ceph_repository_community` check in `ceph-validate`
with the right ceph release expected.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-validate/tasks/main.yml

index c846eee1e8541ca8a37f12a79620295d29fb95b0..cdc1cd1f5917adcd82c128c5d9c62b6354430fef 100644 (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: