Merge "Fix deployment errors for odl-fdio scenarios"
authorTim Rozet <trozet@redhat.com>
Fri, 1 Sep 2017 04:24:56 +0000 (04:24 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 1 Sep 2017 04:24:56 +0000 (04:24 +0000)
lib/ansible/playbooks/deploy_overcloud.yml

index 3313bc8..a16c81f 100644 (file)
         - 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