summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-10-31 09:53:59 -0400
committerTim Rozet <trozet@redhat.com>2018-10-31 09:53:59 -0400
commit8a62fa436cac07cda2cac228d7df54893045d91f (patch)
treef0191f1972f1c9a9b268b83ccf2e30133d5be6ad
parent29f6d15e5d89cde21b06d190d3253796ff05f3e5 (diff)
Downgrade ceph-ansible package
Ceph Ansible is failing deployments with: https://bugzilla.redhat.com/show_bug.cgi?id=1644713 Change-Id: I4e1cad9330f77472e52b5d790b008e9d238cc48e Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r--lib/ansible/playbooks/deploy_overcloud.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ansible/playbooks/deploy_overcloud.yml b/lib/ansible/playbooks/deploy_overcloud.yml
index dd2b189d..4a68e2c1 100644
--- a/lib/ansible/playbooks/deploy_overcloud.yml
+++ b/lib/ansible/playbooks/deploy_overcloud.yml
@@ -85,6 +85,11 @@
- baremetal
- control
- compute
+ - name: Downgrade ceph
+ yum:
+ allow_downgrade: yes
+ name: ceph-ansible-3.1.6
+ become: yes
- name: Configure DNS server for ctlplane network
shell: "{{ stackrc }} && openstack subnet set ctlplane-subnet {{ dns_server_args }}"
- block: