]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate: add nautilus release
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 26 Nov 2018 22:29:50 +0000 (23:29 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 27 Nov 2018 08:26:43 +0000 (08:26 +0000)
validate must accept ceph nautilus release.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
plugins/actions/validate.py

index 2f76619fd3b7103dca14c964612f0325ed93ff3b..b5d7d863f1f2dee7ccdb616341b011eff67cd45e 100644 (file)
@@ -26,7 +26,7 @@ from notario.decorators import optional
 from notario.store import store as notario_store
 
 
-CEPH_RELEASES = ['jewel', 'kraken', 'luminous', 'mimic']
+CEPH_RELEASES = ['jewel', 'kraken', 'luminous', 'mimic', 'nautilus']
 
 
 class ActionModule(ActionBase):