Disable undercloud as containers for now 19/60219/2
authorTim Rozet <trozet@redhat.com>
Thu, 26 Jul 2018 19:31:20 +0000 (15:31 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 26 Jul 2018 22:05:44 +0000 (18:05 -0400)
Upstream has moved to install undercloud as containers which breaks our
post undercloud configuration for some services. Disable it for now and
then move to it gracefully in a future patch.

Change-Id: I0cd1a8ddac4ba92734750265d2a16d3ef008f236
Signed-off-by: Tim Rozet <trozet@redhat.com>
lib/ansible/playbooks/configure_undercloud.yml
lib/ansible/playbooks/deploy_overcloud.yml

index f1878e8..578ab13 100644 (file)
@@ -63,7 +63,7 @@
       when: aarch64
     - block:
         - name: undercloud install
-          shell: openstack undercloud install &> apex-undercloud-install.log
+          shell: openstack undercloud install --use-heat False &> apex-undercloud-install.log
           become: yes
           become_user: stack
       rescue:
index c3094cb..dd2b189 100644 (file)
@@ -67,7 +67,7 @@
         group: root
       become: yes
     - name: Upload glance images
-      shell: "{{ stackrc }} && openstack overcloud image upload"
+      shell: "{{ stackrc }} && openstack overcloud image upload --http-boot /httpboot"
       become: yes
       become_user: stack
     - name: Import inventory (baremetal)