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
This commit is contained in:
parent
9787d973ac
commit
40812a7e46
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user