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 dir
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 route
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 installed OpenStack Mita
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