From: Jan Fajerski Date: Thu, 23 Jan 2020 11:04:28 +0000 (+0100) Subject: use ansible 4.0 for nautlius nightlies X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1489%2Fhead;p=ceph-build.git use ansible 4.0 for nautlius nightlies ceph-ansible has dropped centos7 support in master, nautilius however does support it still. Signed-off-by: Jan Fajerski --- diff --git a/ceph-volume-nightly/build/build b/ceph-volume-nightly/build/build index 3aad0f66f..2d3ed473c 100644 --- a/ceph-volume-nightly/build/build +++ b/ceph-volume-nightly/build/build @@ -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