VMware Cloud Community
faillax23
Enthusiast
Enthusiast

OS::Heat::SoftwareDeployment in VIO 2.5.1 + NSX

Hi all,

i'm trying to create a stack starting from this template (attached). Anyone know why the script doesnt execute and the deployment remains "in progress" state?

I created a centos7 cloud-image (Software configuration — heat 7.0.0.0b3.dev400 documentation) with all heat and os packages.

Entering into instance and executing (os-collect-config --one-time --debug) i found this log:

2016-08-31 12:55:08.164 9211 INFO os_collect_config.heat_local [-] Local metadata not found (['/var/lib/heat-cfntools/cfn-init-data'])

2016-08-31 12:55:08.164 9211 WARNING os-collect-config [-] Source [heat_local] Unavailable.

2016-08-31 12:55:11.181 9211 WARNING os_collect_config.ec2 [-] HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /latest/meta-data/ (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x1e15bd0>: Failed to establish a new connection: [Errno 113] No route to host',))

2016-08-31 12:55:11.181 9211 WARNING os-collect-config [-] Source [ec2] Unavailable.

2016-08-31 12:55:11.181 9211 INFO os_collect_config.cfn [-] No metadata_url configured.

2016-08-31 12:55:11.182 9211 DEBUG os-collect-config [-] Source [cfn] Not configured. collect_all /opt/stack/venvs/os-collect-config/lib/python2.7/site-packages/os_collect_config/collect.py:170

2016-08-31 12:55:11.182 9211 INFO os_collect_config.heat [-] No auth_url configured.

2016-08-31 12:55:11.182 9211 DEBUG os-collect-config [-] Source [heat] Not configured. collect_all /opt/stack/venvs/os-collect-config/lib/python2.7/site-packages/os_collect_config/collect.py:170

2016-08-31 12:55:11.182 9211 INFO os_collect_config.request [-] No metadata_url configured.

2016-08-31 12:55:11.183 9211 WARNING os-collect-config [-] Source [request] Unavailable.

2016-08-31 12:55:11.183 9211 WARNING os_collect_config.local [-] /var/lib/os-collect-config/local-data not found. Skipping

2016-08-31 12:55:11.183 9211 WARNING os_collect_config.local [-] No local metadata found (['/var/lib/os-collect-config/local-data'])

2016-08-31 12:55:11.183 9211 WARNING os_collect_config.zaqar [-] No auth_url configured.

2016-08-31 12:55:11.184 9211 DEBUG os-collect-config [-] Source [zaqar] Not configured. collect_all /opt/stack/venvs/os-collect-config/lib/python2.7/site-packages/os_collect_config/collect.py:170

2016-08-31 12:55:11.184 9211 DEBUG os-collect-config [-] No changes detected. __main__ /opt/stack/venvs/os-collect-config/lib/python2.7/site-packages/os_collect_config/collect.py:295



NOTICE:

i'am able to use cloud-init, software config and so on ... my only problem is the returning signal from the vm using deployment.

0 Kudos
1 Reply
faillax23
Enthusiast
Enthusiast

Someone can explain the use of the OS::Heat::SoftwareDeployment?

0 Kudos