Re: [openstack-dev] [tripleo] deployement fails

2018-07-31 Thread Samuel Monderer
I used the same host network configuration I used with Ocata (see attached)
Do I need to change them if I'm deploying queens??

Thanks,
Samuel

On Tue, Jul 31, 2018 at 7:06 PM Alex Schultz  wrote:

> On Mon, Jul 30, 2018 at 8:48 AM, Samuel Monderer
>  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@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@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@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@staging-director ~]$
> >
> > Regards,
> > Samuel
> >
> >
> __
> > 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
> >
>
> __
> OpenStack Development Mailing List (not 

Re: [openstack-dev] [tripleo] deployement fails

2018-07-31 Thread Alex Schultz
On Mon, Jul 30, 2018 at 8:48 AM, Samuel Monderer
 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@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@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@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@staging-director ~]$
>
> Regards,
> Samuel
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> 

Re: [openstack-dev] [tripleo] deployement fails

2018-07-31 Thread Samuel Monderer
Removing it just made it longer to time out

On Mon, Jul 30, 2018 at 7:51 PM, Remo Mattei  wrote:

> Take it off and check :)
>
>
>
> On Jul 30, 2018, at 09:46, Samuel Monderer 
> wrote:
>
> Yes
> I tried eith 60 and 120
>
> On Mon, Jul 30, 2018, 19:42 Remo Mattei  wrote:
>
>> Do you have a timeout set?
>>
>> > On Jul 30, 2018, at 07:48, Samuel Monderer <
>> smonde...@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@staging-director ~]$
>> >
>> > It seems that it wasn't able to configure the OVS bridges
>> >
>> > (undercloud) [stack@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@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@staging-director ~]$
>> >
>> > Regards,
>> > Samuel
>> > 
>> __
>> > 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
>>
>>
>> 
>> __

Re: [openstack-dev] [tripleo] deployement fails

2018-07-30 Thread Remo Mattei
Take it off and check :) 



> On Jul 30, 2018, at 09:46, Samuel Monderer  
> wrote:
> 
> Yes 
> I tried eith 60 and 120
> 
> On Mon, Jul 30, 2018, 19:42 Remo Mattei mailto:r...@rm.ht>> 
> wrote:
> Do you have a timeout set? 
> 
> > On Jul 30, 2018, at 07:48, Samuel Monderer  > > 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@staging-director ~]$
> > 
> > It seems that it wasn't able to configure the OVS bridges
> > 
> > (undercloud) [stack@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@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@staging-director ~]$
> > 
> > Regards,
> > Samuel
> > 

Re: [openstack-dev] [tripleo] deployement fails

2018-07-30 Thread Samuel Monderer
Yes
I tried eith 60 and 120

On Mon, Jul 30, 2018, 19:42 Remo Mattei  wrote:

> Do you have a timeout set?
>
> > On Jul 30, 2018, at 07:48, Samuel Monderer 
> 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@staging-director ~]$
> >
> > It seems that it wasn't able to configure the OVS bridges
> >
> > (undercloud) [stack@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@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@staging-director ~]$
> >
> > Regards,
> > Samuel
> >
> __
> > 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
>
>
> __
> 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
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [tripleo] deployement fails

2018-07-30 Thread Remo Mattei
Do you have a timeout set? 

> On Jul 30, 2018, at 07:48, Samuel Monderer  
> 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@staging-director ~]$
> 
> It seems that it wasn't able to configure the OVS bridges
> 
> (undercloud) [stack@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@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@staging-director ~]$
> 
> Regards,
> Samuel
> __
> 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


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 

[openstack-dev] [tripleo] deployement fails

2018-07-30 Thread Samuel Monderer
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@staging-director ~]$

It seems that it wasn't able to configure the OVS bridges

(undercloud) [stack@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@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@staging-director ~]$

Regards,
Samuel
__
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