[openstack-dev] [tripleo] deployement fails
Alex Schultz
aschultz at redhat.com
Tue Jul 31 16:03:55 UTC 2018
On Mon, Jul 30, 2018 at 8:48 AM, Samuel Monderer
<smonderer at vasonanetworks.com> wrote:
> Hi,
>
> I'm trying to deploy a small environment with one controller and one compute
> but i get a timeout with no specific information in the logs
>
> 2018-07-30 13:19:41Z [overcloud.Controller.0.ControllerConfig]:
> CREATE_IN_PROGRESS state changed
> 2018-07-30 13:19:41Z [overcloud.Controller.0.ControllerConfig]:
> CREATE_COMPLETE state changed
> 2018-07-30 14:04:51Z [overcloud.ComputeGammaV3]: CREATE_FAILED CREATE
> aborted (Task create from ResourceGroup "ComputeGammaV3" Stack "overcloud"
> [690ee33c-8194-4713-a44f-9c8dcf88359f] Timed out)
> 2018-07-30 14:04:51Z [overcloud.ComputeGammaV3]: UPDATE_FAILED Stack UPDATE
> cancelled
> 2018-07-30 14:04:51Z [overcloud]: CREATE_FAILED Timed out
> 2018-07-30 14:04:51Z [overcloud.ComputeGammaV3.0]: CREATE_FAILED Stack
> CREATE cancelled
> 2018-07-30 14:04:51Z [overcloud.Controller]: CREATE_FAILED CREATE aborted
> (Task create from ResourceGroup "Controller" Stack "overcloud"
> [690ee33c-8194-4713-a44f-9c8dcf88359f] Timed out)
> 2018-07-30 14:04:51Z [overcloud]: CREATE_FAILED Timed out
> 2018-07-30 14:04:51Z [overcloud.Controller]: UPDATE_FAILED Stack UPDATE
> cancelled
> 2018-07-30 14:04:51Z [overcloud.Controller.0]: CREATE_FAILED Stack CREATE
> cancelled
> 2018-07-30 14:04:52Z [overcloud.ComputeGammaV3.0]: CREATE_FAILED
> resources[0]: Stack CREATE cancelled
>
> Stack overcloud CREATE_FAILED
>
> overcloud.ComputeGammaV3.0:
> resource_type: OS::TripleO::ComputeGammaV3
> physical_resource_id: 5755d746-7cbf-4f3d-a9e1-d94a713705a7
> status: CREATE_FAILED
> status_reason: |
> resources[0]: Stack CREATE cancelled
> overcloud.Controller.0:
> resource_type: OS::TripleO::Controller
> physical_resource_id: 4bcf84c1-1d54-45ee-9f81-b6dda780cbd7
> status: CREATE_FAILED
> status_reason: |
> resources[0]: Stack CREATE cancelled
> Not cleaning temporary directory /tmp/tripleoclient-vxGzKo
> Not cleaning temporary directory /tmp/tripleoclient-vxGzKo
> Heat Stack create failed.
> Heat Stack create failed.
> (undercloud) [stack at staging-director ~]$
>
So this is a timeout likely caused by a bad network configuration so
no response makes it back to Heat during the deployment. Heat never
gets a response back so it just times out. You'll need to check your
host network configuration and trouble shoot that.
Thanks,
-Alex
> It seems that it wasn't able to configure the OVS bridges
>
> (undercloud) [stack at staging-director ~]$ openstack software deployment show
> 4b4fc54f-7912-40e2-8ad4-79f6179fe701
> +---------------+--------------------------------------------------------+
> | Field | Value |
> +---------------+--------------------------------------------------------+
> | id | 4b4fc54f-7912-40e2-8ad4-79f6179fe701 |
> | server_id | 0accb7a3-4869-4497-8f3b-5a3d99f3926b |
> | config_id | 2641b4dd-afc7-4bf5-a2e2-481c207e4b7f |
> | creation_time | 2018-07-30T13:19:44Z |
> | updated_time | |
> | status | IN_PROGRESS |
> | status_reason | Deploy data available |
> | input_values | {u'interface_name': u'nic1', u'bridge_name': u'br-ex'} |
> | action | CREATE |
> +---------------+--------------------------------------------------------+
> (undercloud) [stack at staging-director ~]$ openstack software deployment show
> a297e8ae-f4c9-41b0-938f-c51f9fe23843
> +---------------+--------------------------------------------------------+
> | Field | Value |
> +---------------+--------------------------------------------------------+
> | id | a297e8ae-f4c9-41b0-938f-c51f9fe23843 |
> | server_id | 145167da-9b96-4eee-bfe9-399b854c1e84 |
> | config_id | d1baf0a5-de9b-48f2-b486-9f5d97f7e94f |
> | creation_time | 2018-07-30T13:17:29Z |
> | updated_time | |
> | status | IN_PROGRESS |
> | status_reason | Deploy data available |
> | input_values | {u'interface_name': u'nic1', u'bridge_name': u'br-ex'} |
> | action | CREATE |
> +---------------+--------------------------------------------------------+
> (undercloud) [stack at staging-director ~]$
>
> Regards,
> Samuel
>
> __________________________________________________________________________
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
More information about the OpenStack-dev
mailing list