Building undercloud failed

Bug #1331867 reported by Haiwei Xu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Expired
Low
Unassigned

Bug Description

devtest.sh failed in building undercloud.

I got the following message in the console log:

...
+ jq .
+ make -C /home/system/.cache/tripleo/tripleo-heat-templates undercloud-vm.yaml
make: Entering directory `/home/system/.cache/tripleo/tripleo-heat-templates'
make: `undercloud-vm.yaml' is up to date.
make: Leaving directory `/home/system/.cache/tripleo/tripleo-heat-templates'
+ heat stack-create -e /home/system/.cache/tripleo/undercloud-env.json -t 360 -f /home/system/.cache/tripleo/tripleo-heat-templates/undercloud-vm.yaml undercloud
+--------------------------------------+------------+--------------------+----------------------+
| id | stack_name | stack_status | creation_time |
+--------------------------------------+------------+--------------------+----------------------+
| 5a80e1a9-f68e-4eb3-adc5-93db541bbfe1 | undercloud | CREATE_IN_PROGRESS | 2014-06-18T11:28:59Z |
+--------------------------------------+------------+--------------------+----------------------+
+ echo 'Waiting for the undercloud stack to be ready'
Waiting for the undercloud stack to be ready
+ wait_for_stack_ready 360 10 undercloud
Timing out after 3600 seconds:
COMMAND=heat stack-show undercloud | awk '/stack_status / { print $4 }'
OUTPUT=CREATE_IN_PROGRESS

From the seed cloud, I can see the stack creation failed.
root@ubuntu:/var/log/upstart# heat stack-list
+--------------------------------------+------------+---------------+----------------------+
| id | stack_name | stack_status | creation_time |
+--------------------------------------+------------+---------------+----------------------+
| 5a80e1a9-f68e-4eb3-adc5-93db541bbfe1 | undercloud | CREATE_FAILED | 2014-06-18T11:28:59Z |
+--------------------------------------+------------+---------------+----------------------+

root@ubuntu:/var/log/upstart# heat resource-list undercloud
+------------------------------------+--------------------------------+-----------------+----------------------+
| resource_name | resource_type | resource_status | updated_time |
+------------------------------------+--------------------------------+-----------------+----------------------+
| RabbitCookie | OS::Heat::RandomString | CREATE_COMPLETE | 2014-06-18T11:28:59Z |
| undercloud | OS::Nova::Server | CREATE_COMPLETE | 2014-06-18T11:28:59Z |
| undercloudNovaConfig | OS::Heat::StructuredConfig | CREATE_COMPLETE | 2014-06-18T11:28:59Z |
| undercloudPassthroughConfig | OS::Heat::StructuredConfig | CREATE_COMPLETE | 2014-06-18T11:29:01Z |
| 00_undercloudPassthroughDeployment | OS::Heat::StructuredDeployment | CREATE_COMPLETE | 2014-06-18T11:34:43Z |
| 01_undercloudNovaDeployment | OS::Heat::StructuredDeployment | CREATE_COMPLETE | 2014-06-18T11:34:43Z |
| undercloudConfig | OS::Heat::StructuredConfig | CREATE_COMPLETE | 2014-06-18T11:34:43Z |
| 99_undercloudDeployment | OS::Heat::StructuredDeployment | CREATE_FAILED | 2014-06-18T11:34:45Z |
+------------------------------------+--------------------------------+-----------------+----------------------+

And in the /var/log/upstart/heat-engine.log, it's full of this message:

  warn(VDeprecationWarning(EXCHANGE_AUTODELETE_DEPRECATED))
2014-06-19 00:13:14.707 4507 WARNING heat.engine.service [req-11ede29b-25b7-4749-880e-ddc4a247947a None] Access denied to resource undercloud
/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/amqp/channel.py:616: VDeprecationWarning: The auto_delete flag for exchanges has been deprecated and will be removed
from py-amqp v1.5.0.
  warn(VDeprecationWarning(EXCHANGE_AUTODELETE_DEPRECATED))
/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/amqp/channel.py:616: VDeprecationWarning: The auto_delete flag for exchanges has been deprecated and will be removed
from py-amqp v1.5.0.
  warn(VDeprecationWarning(EXCHANGE_AUTODELETE_DEPRECATED))
/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/amqp/channel.py:616: VDeprecationWarning: The auto_delete flag for exchanges has been deprecated and will be removed
from py-amqp v1.5.0.
  warn(VDeprecationWarning(EXCHANGE_AUTODELETE_DEPRECATED))
2014-06-19 00:13:47.776 4507 WARNING heat.engine.service [req-7cd1fd1e-a8c7-4416-8cf3-e371e08dd580 None] Access denied to resource undercloud
/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/amqp/channel.py:616: VDeprecationWarning: The auto_delete flag for exchanges has been deprecated and will be removed
from py-amqp v1.5.0.
  warn(VDeprecationWarning(EXCHANGE_AUTODELETE_DEPRECATED))

Revision history for this message
Dan Prince (dan-prince) wrote :

Can you provide more info from the seed host? Since the heat stack create failed perhaps have a look at the Nova compute logs? Or Ironic?

Thanks.

Changed in tripleo:
status: New → Incomplete
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for tripleo because there has been no activity for 60 days.]

Changed in tripleo:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.