Temporarily pin all ceph roles

A massive refactor of ceph-ansible merged about 18 hours ago in
https://github.com/ceph/ceph-ansible/pull/1727, which breaks our
ceph gate. A patch already exists[1] which will adjust our ceph
deployment according to the upstream changes, however there is some
work to be done upstream[2] before our fix can merge. Until then,
to keep the OSA master gate unblocked, we should pin the ceph-ansible
roles immediately prior to the refactor commits.

[1] https://review.openstack.org/#/c/490476/
[2] https://github.com/ceph/ceph-ansible/pull/1740

Change-Id: Ie96984d207163404bb7f98cc10aa02a3035a362c
This commit is contained in:
Logan V 2017-08-03 08:48:05 -05:00
parent b3cd95f219
commit e32deaa99e
1 changed files with 4 additions and 4 deletions

View File

@ -173,19 +173,19 @@
- name: ceph.ceph-common
scm: git
src: https://github.com/ceph/ansible-ceph-common
version: master
version: 41b7be03dec81e16502386ef17b7af96db6f0d6f
- name: ceph.ceph-docker-common
scm: git
src: https://github.com/ceph/ansible-ceph-docker-common
version: master
version: ca86fd0ef6d24aa2c750a625acdcb8012c374aa0
- name: ceph-mon
scm: git
src: https://github.com/ceph/ansible-ceph-mon
version: master
version: 235ea7526a2bb621317b5263f3841deef7ab49e6
- name: ceph-osd
scm: git
src: https://github.com/ceph/ansible-ceph-osd
version: master
version: 3d4fceb960fbaa0331b965d0a9a4f3511022b86b
- name: os_octavia
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_octavia