From e4b1cd108f74e2cd76caf6736632d597f7436a4e Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 20 Mar 2019 12:08:49 -0400 Subject: Fixes deployment on CentOS 7.6 Ceph-ansible install is moved from image builder to post undercloud install to ensure the right repo exists and it used. OVS building is now skipped as the build fails with CentOS 7.6. JIRA: APEX-658 Change-Id: I6ec253d5a88eb3cdfa38cf177b6e4b16ac5a16ed Signed-off-by: Tim Rozet --- lib/ansible/playbooks/configure_undercloud.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ansible') diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index 545d32ad..07b82c8e 100644 --- a/lib/ansible/playbooks/configure_undercloud.yml +++ b/lib/ansible/playbooks/configure_undercloud.yml @@ -73,6 +73,10 @@ src: /home/stack/apex-undercloud-install.log dest: "{{ apex_temp_dir }}/" flat: yes + - name: Install ceph-ansible + yum: + name: ceph-ansible + become: yes - name: openstack-configs nova shell: openstack-config --set /var/lib/config-data/nova/etc/nova/nova.conf DEFAULT {{ item }} become: yes -- cgit 1.2.3-korg