diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-26 15:31:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-26 18:05:44 -0400 |
commit | 6f7a9a9441e6ce5b689a0c5705804d8eea0e002a (patch) | |
tree | 065aa0173ddb796da02bae24a21e28f8aa267f51 /lib | |
parent | 1e43a5eaa2c5c61110c871e85f20b1f73ad361f0 (diff) |
Disable undercloud as containers for now
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ansible/playbooks/configure_undercloud.yml | 2 | ||||
-rw-r--r-- | lib/ansible/playbooks/deploy_overcloud.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index f1878e81..578ab13c 100644 --- a/lib/ansible/playbooks/configure_undercloud.yml +++ b/lib/ansible/playbooks/configure_undercloud.yml @@ -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: diff --git a/lib/ansible/playbooks/deploy_overcloud.yml b/lib/ansible/playbooks/deploy_overcloud.yml index c3094cb1..dd2b189d 100644 --- a/lib/ansible/playbooks/deploy_overcloud.yml +++ b/lib/ansible/playbooks/deploy_overcloud.yml @@ -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) |