Re: [Openstack] How can we use Orchestration service efficiently

2017-05-14 Thread Vijay Baskar
A stack template defines a set of resources like VMs, networks, router.. and the relationship between them. You can create an entire cloud infrastructure using a template. When creating a stack these resources will be created so that you dont need to create them individually. Suspend means , the

Re: [openstack-dev] [Openstack] How can we use Orchestration service efficiently

2017-05-14 Thread Vijay Baskar
A stack template defines a set of resources like VMs, networks, router.. and the relationship between them. You can create an entire cloud infrastructure using a template. When creating a stack these resources will be created so that you dont need to create them individually. Suspend means , the

Re: [Openstack] Unable to do software configuration in heat

2016-06-29 Thread Vijay Baskar
Ignore the last update. The issue is still there. Regards, Vijayabhaskar On Tue, Jun 28, 2016 at 5:55 PM, Vijay Baskar <vijay.baska...@gmail.com> wrote: > I fixed this issue by changing auth_version to v3.0 in keystone_authtoken > section. I also noticed that heat-cfn was not inst

[Openstack] Unable to do software configuration in heat

2016-06-23 Thread Vijay Baskar
I am running a private cloud in openstack kilo version. I want to do software deployments with heat. I can create stacks without any issues, but when I try to deploy a stack with - user_data_format: SOFTWARE_CONFIG while creating a server(OS::Nova::Server), the configuration script fails with