Re: [Openstack] [Heat] Autoscaling, scale VMs on different hosts

2014-12-07 Thread Qiming Teng
On Fri, Dec 05, 2014 at 04:13:49PM +0530, Deepthi Dharwar wrote: > Hi all, > > I have been using the autoscaling HOT template and have been successful > in running it. I do see number of VMs increasing and decreasing based on > my scaling metrics. However, I do have one extra requirement, i.e depl

Re: [Openstack] [Heat] Does heat have a resource to do some post-processing after a nova instance launched

2014-12-14 Thread Qiming Teng
Could you be more specific about the failure you are seeing? SoftwareConfig and SoftwareDeployment may fail in many different ways. Regards, - Qiming On Fri, Dec 12, 2014 at 07:38:27AM +, Fang, Ye-hong (Gloria, HPservers-Core-OE-PSC) wrote: > Hi all, > > I'm a newer to heat, now I have m

Re: [Openstack] HEAT

2015-01-17 Thread Qiming Teng
On Fri, Jan 16, 2015 at 11:53:02AM +, Jesus arteche wrote: > hey guys, > > I'm new with heat...I managed to do a deployment from a simple template... > now I'm trying this example : > http://git.openstack.org/cgit/openstack/heat-templates/plain/hot/Windows/IIS_Drupal/IIS_Drupal.yaml > > > Bu

Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Qiming Teng
I think Thomas was referring to this doc ... http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#heat-template-verion On Wed, Feb 11, 2015 at 12:18:01AM -0800, Thomas Spatzier wrote: > Hi Khayam, > > the Fn::FindInMap is not supported in HOT as far as I can see in the code. >

Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Qiming Teng
t; Qiming Teng wrote on 02/12/2015 05:35:45 AM: > > > From: Qiming Teng > > To: openstack@lists.openstack.org > > Date: 02/11/2015 09:47 PM > > Subject: Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template > > > > I think Thomas was referring to

Re: [Openstack] HOT syntax for numeric number

2015-02-18 Thread Qiming Teng
No. HOT does not support mustache grammar or arithmatic operations because it is not designed to be a programming language. The %index% grammar is a convenience to help assign something unique to each member of a resource group. The calculation is done automatically before values get assigned to e

Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-10 Thread Qiming Teng
On Tue, Mar 10, 2015 at 10:47:10AM +, Srujana C P wrote: > Hi, > > I would like to explore on auto scaling functionality of heat. So I have > started with sample word press template available. It could create a > stack(alarms, instance, etc., ). However, alarm is not getting triggered > whe

Re: [Openstack] [openstack][[autoscaling][icehouse]

2015-03-10 Thread Qiming Teng
On Tue, Mar 10, 2015 at 07:12:54AM +, Chinasubbareddy M wrote: > Hi , > > as I wanted to check out the autoscaling features of heat in combination with > ceilometer, I tried to adapt one of the example HOT's. Meanwhile, the HOT is > starting successfully, but whatever I do to stress my VM in

Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-10 Thread Qiming Teng
Checked your alarm_url string again, it seems that your heat.conf file contains this line: heat_waitcondition_server_url=http://:8000/waitcondition You have to change to the IP of the heat-cfn-api service host. Regards, Qiming On Tue, Mar 10, 2015 at 10:47:10AM +, Srujana C P wrote: > Hi,

Re: [Openstack] [Heat][Ceilometer][Autoscaling]

2015-03-10 Thread Qiming Teng
e any working template which is generating > proper webhook. > > > Regards, > Subbareddy, > Persistent systems. > > > > -Original Message- > From: Qiming Teng [mailto:teng...@linux.vnet.ibm.com] > Sent: Wednesday, March 11, 2015 3:00 AM > To: openstack@li

[Openstack] [all] Announcing Project: Senlin - Clustering/Collection Service for OpenStack

2015-03-25 Thread Qiming Teng
Hello, Stackers, I'm pleased to share with you the progress we have made on the Senlin project, which aims to be a flexible clustering/collection service for OpenStack clouds. The project is now hosted on stackforge, with its server code base[1] and a CLI client tool [2]. What Is Senlin

Re: [Openstack] AGS

2015-07-03 Thread Qiming Teng
It depends on how you deleted the VM. If you did that via Heat, everything should work just fine. If the deletion was done beneath Heat, e.g. through Nova command line, Heat won't be able to detect that so its behavior would be strange. See bug: https://bugs.launchpad.net/heat/+bug/1260167 The go

Re: [Openstack] [Heat] Problem with stacks

2013-12-22 Thread Qiming Teng
On Sun, Dec 22, 2013 at 11:48:07PM +0100, Sławek Kapłoński wrote: > Hello, > > I'm trying to use heat on havana openstack release. I installed all > thinks I need (nova, neutron, glance, heat) and configure it that I can > create "normall" instances and it has got public IPs from neutron. > Later

[Openstack] [Heat] Any hint on using pseudo-parameters?

2014-03-14 Thread Qiming Teng
Hi, Below is a snippet of a template I am debugging. I was trying to test HARestarter in this case, so I am supposed to provide a configuration file for cfn-hup. The problem I have is that I cannot get the pseudo parameters work. When trying the create the stack, I am getting the following

Re: [Openstack] Heat-IceHouse, stack creation fails

2014-08-09 Thread Qiming Teng
You need to be an admin to run this script. On Fri, Aug 08, 2014 at 04:15:17PM -0400, Parisa Heidari wrote: > Hi Steve, > Thanks for your help. I tried either files but in both cases I get the same > error. I copy the output below. It seems that the OS variables are exported > properly. Any help

[Openstack] Suggestions on network setup with OpenStack on VirtualBox?

2014-08-12 Thread Qiming Teng
Hi, I'm trying to setup a devstack env on VirtualBox. Anybody have some recommendations regarding the Neutron network setting? Any best practices? GRE, VLAN, VXLAN, FLAT, ...? Thanks in advance! Regards, Qiming ___ Mailing list: http://lists.open