Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-11 Thread Venu Murthy
Thanks for the reply JD and Mike, Sorry I should have provided more information. What we are looking at is more on the openstack architecture. Suppose our setup is such that we have a controller, having two compute nodes, let these be, Compute node A (with hypervisor like KVM) and Compute Node B

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-10 Thread Mike Spreitzer
Venu Murthy wrote on 11/06/2014 08:34:37 PM: > In terms of the architecture for OpenStack setup, if we have a > controller node, Compute Node A and Compute Node B. > In the same availability zone. > > I do understand that this autoscaling is more for the instances. But > how can we load balan

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-10 Thread Joe D'Andrea
On Nov 6, 2014, at 8:21 PM, Venu Murthy wrote: > ...if we have a controller node, Compute Node A and Compute Node B. In the > same availability zone. ... how can we load balance or start spawning our > instances on Compute Node B, if the Compute Node A's utilisation has reached > a threshold.

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-06 Thread Venu Murthy
Very kind of you to have provided such detailed explanation, JD. We are trying this out and needed some recommendation on the best way forward for the below requirement: In terms of the architecture for OpenStack setup, if we have a controller node, Compute Node A and Compute Node B. In the same

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-03 Thread Joe D'Andrea
Hi Mridhul. Welcome to Heat! :) On Nov 3, 2014, at 2:17 AM, Mridhul Pax wrote: > I'm trying to run the autoscaling heat template under > :https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml > > Can someone quickly help me how to run this and what all the parameters to

Re: [Openstack] How to run the HEAT autoscaling YAML

2014-11-03 Thread Mike Spreitzer
Mridhul Pax wrote on 11/03/2014 02:17:23 AM: > From: Mridhul Pax > To: "openstack@lists.openstack.org" > Date: 11/03/2014 02:26 AM > Subject: [Openstack] How to run the HEAT autoscaling YAML > > Hello All, > > I'm trying to run the autoscaling heat

[Openstack] How to run the HEAT autoscaling YAML

2014-11-02 Thread Mridhul Pax
Hello All, I'm trying to run the autoscaling heat template under : https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml Can someone quickly help me how to run this and what all the parameters to pass ? Im a newbie and getting confused with the parameters to be passed. Tha