summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ansible/playbooks/deploy_overcloud.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/ansible/playbooks/deploy_overcloud.yml b/lib/ansible/playbooks/deploy_overcloud.yml
index 3313bc87..a16c81f5 100644
--- a/lib/ansible/playbooks/deploy_overcloud.yml
+++ b/lib/ansible/playbooks/deploy_overcloud.yml
@@ -48,8 +48,12 @@
- compute
- name: Configure DNS server for ctlplane network
shell: "{{ stackrc }} && openstack subnet set ctlplane-subnet {{ dns_server_args }}"
- - name: Execute Overcloud Deployment
- shell: "{{ stackrc }} && bash deploy_command"
+ - block:
+ - name: Execute Overcloud Deployment
+ shell: "{{ stackrc }} && bash deploy_command"
+ rescue:
+ - name: Show overcloud failures
+ shell: "{{ stackrc }} && openstack stack failures list overcloud --long"
- name: Show Keystone output
shell: "{{ overcloudrc }} && {{ item }}"
when: debug