Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-26 Thread Volodymyr Litovka
Please, check whether this can be an issue - https://bugs.launchpad.net/openstack-manuals/+bug/1661759 you should use 'v2.0' path in both es2authtoken and keystone_authtoken sections of heat.conf. On 6/23/17 3:47 PM, Amit Kumar wrote: Hi All, I have installed OpenStack Mitaka using

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-26 Thread Eugen Block
Hi, since heat is not really my strong suit I won't be able to help you there. Hopefully, someone else with more experience will help you. Regards, Eugen Zitat von Amit Kumar : Thanks Eugene and Ignazio for your replies. Please take note that

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-23 Thread Amit Kumar
Thanks Eugene and Ignazio for your replies. Please take note that Heat::SoftwareConfiguration is working perfectly at my end. Shell script provided with Software configuration works fine. Problem is occurring only when I am trying to use Heat::SoftwareDeployment instead of using SoftwareConfig

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-23 Thread Eugen Block
Hi, it seems like your VM fails to connect to the metadata server, so any configuration provided by user-data will have failed. Is the VM's network configured properly? Does it get its IP by DHCP? Is it a provider network or a self-service network? If it's a provider network (external

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-23 Thread Ignazio Cassano
Hi Amit, when I got issues with software config the reason was the communication between instance and heat_waitcondition_server_url specified in /etc/heat/heat.conf. I am not sure if it could help you. Ignazio 2017-06-23 14:47 GMT+02:00 Amit Kumar : > Hi All, > > I have

[Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-23 Thread Amit Kumar
Hi All, I have installed OpenStack Mitaka using OpenStack-Ansible 13.3.13. Trying to use Heat::SoftwareDeployment resource similar to as described in: https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/example-script-template.yaml ; but is not working as