Hi, I am currently attempting to deploy containerized overcloud using steps documented @ https://docs.openstack.org/tripleo-docs/latest/install/containers_deployment/overcloud.html . But the overcloud deployment fails at step3 of controller configuration. Documenting the steps and error description below.
1. Deploy overcloud using command below. Highlighted are the Error and time taken. PFA the docker_registry.yaml file used to deploy. $ time openstack overcloud deploy --templates --control-flavor control --compute-flavor compute --block-storage-flavor block-storage --control-scale 1 --compute-scale 1 --block-storage-scale 1 -e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml -e ~/docker_registry.yaml --validation-errors --verbose -e /usr/share/openstack-tripleo-heat-templates/environments/veritas-hyperscale/cinder-veritas-hyperscale-config.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/veritas-hyperscale/veritas-hyperscale-config.yaml | tee oc_deploy.log ….. Stack overcloud UPDATE_FAILED overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.0: resource_type: OS::Heat::StructuredDeployment physical_resource_id: 5ec81534-73bc-46bd-8d53-82451e4ce7dd status: CREATE_FAILED status_reason: | CREATE aborted deploy_stdout: | None deploy_stderr: | None real 242m3.904s user 0m20.034s sys 0m0.969s 1. Not able to get a descriptive error for stack errors. $ openstack stack failures list overcloud --long overcloud.AllNodesDeploySteps.ControllerDeployment_Step3.0: resource_type: OS::Heat::StructuredDeployment physical_resource_id: 5ec81534-73bc-46bd-8d53-82451e4ce7dd status: CREATE_FAILED status_reason: | CREATE aborted deploy_stdout: | None deploy_stderr: | None $ openstack stack resource list overcloud | grep -i fail | AllNodesDeploySteps | 167544d7-f765-4cfb-9b3c-e064366a17b5 | OS::TripleO::PostDeploySteps | UPDATE_FAILED | 2017-10-14T02:11:31Z | How do I debug this further? What logs can I look at? Also, it would be great if someone can validate that we are using the correct reference link. Thanks & Regards Pranav Sarwate
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev