From 40812a7e46145129628ce020f30e6b5ccec1a39d Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Thu, 8 Nov 2018 10:32:55 +0100 Subject: [PATCH] Track a stable branch, not master, for ceph-ansible http://docs.ceph.com/ceph-ansible/master/ states: "The master branch should be considered experimental and used with caution." So that really can't be considered a solid basis for building a cloud on. Use a stable branch instead. At the time of this patch, the stable-3.2 branch in ceph-ansible is at the v3.2.0rc1 tag, so not currently considered fully ready for production deployments either. However, per discussion with odyssey4me this is OK for the OSA master branch at this stage in the cycle. Change-Id: Ibd8f64d9889009cf6e80b92254fd580ff559b1be Related-Bug: 1802195 --- ansible-role-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index c08692f793..c21124981b 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -185,7 +185,7 @@ - name: ceph-ansible scm: git src: https://github.com/ceph/ceph-ansible - version: master + version: stable-3.2 - name: opendaylight scm: git src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight