]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use ansible 4.0 for nautlius nightlies 1489/head
authorJan Fajerski <jan--f@users.noreply.github.com>
Thu, 23 Jan 2020 11:04:28 +0000 (12:04 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 11:04:28 +0000 (12:04 +0100)
ceph-ansible has dropped centos7 support in master, nautilius however does support it still.

Signed-off-by: Jan Fajerski <jfajerski@suse.com>
ceph-volume-nightly/build/build

index 3aad0f66f87fa9fae50cb51a8ca262f360dfbd4e..2d3ed473c0b2244c1c14c652a6ec84af53005b8e 100644 (file)
@@ -18,6 +18,8 @@ if [ "$CEPH_BRANCH" = "mimic" ]; then
     CEPH_ANSIBLE_BRANCH="stable-3.2"
 elif [ "$CEPH_BRANCH" = "luminous" ]; then
     CEPH_ANSIBLE_BRANCH="stable-3.2"
+elif [ "$CEPH_BRANCH" = "nautilus" ]; then
+    CEPH_ANSIBLE_BRANCH="stable-4.0"
 else
     CEPH_ANSIBLE_BRANCH="master"
 fi