Downgrade ceph-ansible package 07/64307/1
authorTim Rozet <trozet@redhat.com>
Wed, 31 Oct 2018 13:53:59 +0000 (09:53 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 31 Oct 2018 13:53:59 +0000 (09:53 -0400)
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>
lib/ansible/playbooks/deploy_overcloud.yml

index dd2b189..4a68e2c 100644 (file)
         - 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: