Hi Thomas, Is that the output from 'openstack stack failures list overcloud --long' ?
Return code 6 means it is probably a puppet issue. If you source stackrc, nova list, ssh heat-admin@<compute node ip> and check /var/log/messages. Search for 'puppet apply' and look for the failure if the first command listed above does not show the ouput (it should though). It may be a timing issue we just fixed today where ODL was being restarted in the deployment: https://gerrit.opnfv.org/gerrit/#/c/36241/ Tim Rozet Red Hat SDN Team ----- Original Message ----- From: "soth" <[email protected]> To: [email protected] Sent: Friday, June 16, 2017 8:44:37 AM Subject: [opnfv-tech-discuss] Apex deployment fails Hello all, Trying the apex deployment (bgpvpn-noha scenario) from stable/danube branch there are the following errors: 2017-06-16 12:01:28Z [overcloud.AllNodesDeploySteps.BlockStorageDeployment_Step4]: CREATE_COMPLETE state changed 2017-06-16 12:22:22Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.1]: SIGNAL_IN_PROGRESS Signal: deployment 3b732889-ebcf-4723-a304-5c0f6fd57221 failed (6) 2017-06-16 12:22:24Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.1]: CREATE_FAILED Error: resources[1]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6 2017-06-16 12:22:28Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.0]: SIGNAL_IN_PROGRESS Signal: deployment 27bdbd4a-b604-450b-9ade-3ac07465b948 failed (6) 2017-06-16 12:22:28Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.0]: CREATE_FAILED Error: resources[0]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6 2017-06-16 12:22:28Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4]: CREATE_FAILED Resource CREATE failed: Error: resources[1]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6 2017-06-16 12:22:28Z [overcloud.AllNodesDeploySteps.ComputeDeployment_Step4]: CREATE_FAILED Error: resources.ComputeDeployment_Step4.resources[1]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status code: 6 2017-06-16 12:22:28Z [overcloud.AllNodesDeploySteps.ControllerDeployment_Step4]: CREATE_FAILED CREATE aborted 2017-06-16 12:22:28Z [overcloud.AllNodesDeploySteps]: CREATE_FAILED Resource CREATE failed: Error: resources.ComputeDeployment_Step4.resources[1]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status code: 6 2017-06-16 12:22:29Z [overcloud.AllNodesDeploySteps]: CREATE_FAILED Error: resources.AllNodesDeploySteps.resources.ComputeDeployment_Step4.resources[1]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status code: 6 2017-06-16 12:22:29Z [overcloud]: CREATE_FAILED Resource CREATE failed: Error: resources.AllNodesDeploySteps.resources.ComputeDeployment_Step4.resources[1]: Deployment to server failed: deploy_status_code: Deployment exited with non-zero status code: 6 Stack overcloud CREATE_FAILED Heat Stack create failed. overcloud.AllNodesDeploySteps.ControllerDeployment_Step4: resource_type: OS::Heat::StructuredDeploymentGroup physical_resource_id: a7c1c72d-45c3-484c-91c5-788eaf9857fe status: CREATE_FAILED status_reason: | CREATE aborted overcloud.AllNodesDeploySteps.ComputeDeployment_Step4.1: resource_type: OS::Heat::StructuredDeployment physical_resource_id: 3b732889-ebcf-4723-a304-5c0f6fd57221 status: CREATE_FAILED status_reason: | Error: resources[1]: Deployment to server failed: deploy_status_code : Deployment exited with non-zero status code: 6 Is it a resource issue? the messages seems quite general.. Any ideas? Thanks a lot BRs /Thomas -- Sounapoglou Thomas Software Engineer SDN- NFV Department Thessaloniki Branch INTRACOM TELECOM Marinou Antypa 41 57001 Thermi, Thessaloniki , Greece tel: +30 2310 497 332 fax: +30 2310 497 330 e-mail: [email protected] www.intracom-telecom.com The information in this e-mail message and any attachments are intended only for the individual or entity to whom it is addressed and may be confidential. If you have received this transmission in error, and you are not an intended recipient, be aware that any copying, disclosure, distribution or use of this transmission or its contents is prohibited. INTRACOM TELECOM and the sender accept no liability for any loss, disruption or damage to your data or computer system that may occur while using data contained in, or transmitted with, this email. Views or opinions expressed in this message may be those of the author and may not necessarily represent those of INTRACOM TELECOM. _______________________________________________ opnfv-tech-discuss mailing list [email protected] https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss _______________________________________________ opnfv-tech-discuss mailing list [email protected] https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
