diff options
author | Tim Rozet <trozet@redhat.com> | 2018-10-17 11:17:41 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-10-17 23:16:47 -0400 |
commit | 0c2284b9aa730bc1143093f13fb35ba0fa879189 (patch) | |
tree | 1fb2b7dd983e657db33e5f891630a83dca08adc8 /lib/ansible/playbooks | |
parent | cfcabcdc552514702740f5f69c62b5e799b9f24b (diff) |
Fixes undercloud accidentally using wrong images/containers
Our undercloud initial install was failing with queens because the
--use-heat arg does not work the same way as master/rocky. Therefore the
undercloud install would fail, and then try to reinstall on the next
ansible task. This one would succeed, via container installation because
we were using the wrong undercloud/overcloud disk images.
Change-Id: Ifb829aeeec991ba6dbe582fda3e9ee6b9bc733df
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'lib/ansible/playbooks')
-rw-r--r-- | lib/ansible/playbooks/configure_undercloud.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index 1fb2283b..e8e76f0d 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 --use-heat False &> apex-undercloud-install.log + shell: openstack undercloud install &> apex-undercloud-install.log become: yes become_user: stack rescue: |