<div dir="ltr"><div><div><div><div><div><div>Hello Shyam,<br><br></div>As a general rule, I'd recommend using the following command to investigate deployment failures (after sourcing stackrc file). Send back the results to the list if the output still seems confusing.<br><br></div>$ openstack stack failures list --long overcloud<br></div><div><br></div><div>It'd also help the investigation if you could make the 
storage-environment.yaml and network-environment.yaml files available, 
together with the results of above command  (<a href="http://paste.openstack.org/">http://paste.openstack.org/</a> or somewhere else).<br></div><div></div><div><br></div>AllNodesDeploySteps is a huge stack with several nested stacks and the failure could have happened in any of the steps. Although the above command should provide a clue of what happened, if you are curious you may like to run the command below to list all the nested resources:<br><br></div>$ openstack stack resource list -n5<br><br></div>or, to get only the failed resources:<br><br>$ openstack stack resource list -n5 | grep FAIL<br><br></div>There a good explanation on how to debug tripleo heat templates at <a href="http://hardysteven.blogspot.com.br/2015/04/debugging-tripleo-heat-templates.html">http://hardysteven.blogspot.com.br/2015/04/debugging-tripleo-heat-templates.html</a>, if you want to go further. <br><div><div><div><div><div><br></div><div>-- <br>Vagner Farias<br><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 23, 2017 at 3:30 AM, Shyam Biradar <span dir="ltr"><<a href="mailto:shyambiradarsggsit@gmail.com" target="_blank">shyambiradarsggsit@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>Hi,</div><div><br></div><div><br></div><div>I am installing Redhat openstack platform 10 on virtual environment (KVM) using pxe_ssh ipmi driver.</div><div>Undercloud, compute, controller all three nodes are available on single kvm box. Using single nic config.</div><div><br></div><div>Overcloud deployment failing during post deployement step with following error:</div><div>------------------------------<wbr>-------------------------</div><div>017-08-22 13:42:55Z [overcloud.<wbr>AllNodesDeploySteps.<wbr>ControllerDeployment_Step4]: CREATE_FAILED  Resource CREATE failed: Error: resources[0]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6</div><div><br></div><div><br></div><div>------------------------------<wbr>-------------------------</div><div><br></div><div>Corresponding heat resource is </div><div><br></div><div>------------------------------<wbr>---------------------------</div><div>[stack@redhat-undercloud ~]$ openstack stack resource list overcloud | grep FAILED</div><div>| AllNodesDeploySteps                       | 186d4a53-e171-4184-a8e2-<wbr>4f5fbc1290ee         | OS::TripleO::PostDeploySteps                    | CREATE_FAILED   | 2017-08-22T13:13:47Z |</div><div>[stack@redhat-undercloud ~]$</div><div>------------------------------<wbr>------------------------------</div><div><br></div><div><br></div><div><br></div><div>I am using following command to deploy overcloud:</div><div>------------------------------<wbr>------------------------------</div><div><br></div><div>openstack overcloud deploy --templates -e /usr/share/openstack-tripleo-<wbr>heat-templates/environments/<wbr>network-isolation.yaml \</div><div>-e ~/templates/network-<wbr>environment.yaml \</div><div>-e ~/templates/storage-<wbr>environment.yaml \</div><div>--control-scale 1 --compute-scale 1 --control-flavor control --compute-flavor compute \</div><div>--ntp-server <a href="http://0.north-america.pool.ntp.org" target="_blank">0.north-america.pool.ntp.org</a> --neutron-network-type vxlan --neutron-tunnel-types vxlan \</div><div>--validation-errors-fatal --validation-warnings-fatal --timeout 90</div><div>------------------------------<wbr>------------------------------<wbr>-</div><div><br></div><div><br></div><div>No errors I could find in os-collect-config or heat logs except following:<br></div><div><br></div><div>Aug 22 23:52:03 localhost os-collect-config: /var/lib/os-collect-config/<wbr>local-data not found. Skipping</div><div>Aug 22 23:52:03 localhost os-collect-config: No local metadata found (['/var/lib/os-collect-config/<wbr>local-data'])</div><div><br></div><div><br></div><div>I have looked into /var/log/heat/*, os-collect-config logs. Any other log files that I should look into?</div></div><div><br></div><br clear="all"><div><div class="gmail-m_1622921144516753252gmail_signature"><div dir="ltr">Thanks & Regards,<div>Shyam Biradar,</div><div>Email: <a href="mailto:shyambiradarsggsit@gmail.com" target="_blank">shyambiradarsggsit@gmail.com</a>,</div><div>Contact: <a href="tel:+91%2086002%2066938" value="+918600266938" target="_blank">+91 8600266938</a>.</div></div></div></div>
</div>
<br>______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
<br></blockquote></div><br><br clear="all"><br><br></div></div>