Re: [openstack-dev] [Heat] rough draft of Heat autoscaling API

2013-11-21 Thread Thomas Hervé
On Thu, Nov 21, 2013 at 12:18 PM, Zane Bitter wrote: > On 20/11/13 23:49, Christopher Armstrong wrote: >> https://wiki.openstack.org/wiki/Heat/AutoScaling#LBMember.3F >> >> Basically, the LoadBalancerMember resource (which is very similar to the >> CinderVolumeAttachment) would be responsible for

Re: [openstack-dev] [Murano] Implementing Elastic Applications

2013-11-15 Thread Thomas Hervé
On Fri, Nov 15, 2013 at 12:56 PM, Serg Melikyan wrote: > Murano has several applications which support scaling via load-balancing, > this applications (Internet Information Services Web Farm, ASP.NET > Application Web Farm) currently are based on Heat, particularly on resource > called AWS::Elasti

Re: [openstack-dev] [heat] Proposal for new heat-core member

2013-10-28 Thread Thomas Hervé
On Fri, Oct 25, 2013 at 9:12 PM, Steven Dake wrote: > Hi, > > I would like to propose Randall Burt for Heat Core. He has shown interest > in Heat by participating in IRC and providing high quality reviews. The > most important aspect in my mind of joining Heat Core is output and quality > of rev

Re: [openstack-dev] [Heat] Autoscale and load balancers

2013-10-03 Thread Thomas Hervé
On Wed, Oct 2, 2013 at 11:07 PM, Thomas Spatzier wrote: A way to achieve the same behavior as you suggest but less verbose would be > to use relationships in HOT. We had some discussion about relationships > earlier this year and in other contexts, but this would fit here very well. > And I think

[openstack-dev] [Heat] Autoscale and load balancers

2013-10-02 Thread Thomas Hervé
Hi all, There is a small but important part of the autoscale design described in https://wiki.openstack.org/wiki/Heat/AutoScaling that we'd like to discuss to make sure everybody is on the same page. Namely, the relationship between an autoscaling group and a load balancer. In the current system,

Re: [openstack-dev] [heat] Propose Liang Chen for heat-core

2013-08-23 Thread Thomas Hervé
On Thu, Aug 22, 2013 at 5:57 PM, Steven Hardy wrote: > Hi, > > I'd like to propose that we add Liang Chen to the heat-core team[1] > > Liang has been doing some great work recently, consistently providing good > review feedback[2][3], and also sending us some nice patches[4][5], > implementing >

Re: [openstack-dev] [Review] Use of exception for non-exceptional cases

2013-07-12 Thread Thomas Hervé
On Fri, Jul 12, 2013 at 5:33 PM, Monty Taylor wrote: > > > On 07/11/2013 05:43 AM, Thomas Hervé wrote: > > > > > > On Thu, Jul 11, 2013 at 1:49 AM, Monty Taylor > <mailto:mord...@inaugust.com>> wrote: > > > > I'd like top-pos

Re: [openstack-dev] [Review] Use of exception for non-exceptional cases

2013-07-11 Thread Thomas Hervé
On Thu, Jul 11, 2013 at 1:49 AM, Monty Taylor wrote: > I'd like top-post and hijack this thread for another exception related > thing: > > a) Anyone writing code such as: > > try: > blah() > except SomeException: > raise SomeOtherExceptionLeavingOutStackContextFromSomeException > > should be

Re: [openstack-dev] [Review] Use of exception for non-exceptional cases

2013-07-11 Thread Thomas Hervé
On Thu, Jul 11, 2013 at 10:50 AM, Mark McLoughlin wrote: > On Wed, 2013-07-10 at 21:14 +0200, Thomas Hervé wrote: > > > > > > On Wed, Jul 10, 2013 at 8:32 PM, Mark McLoughlin > > wrote: > > On Wed, 2013-07-10 at 11:01 -0700, Nachi Ueno wrote: > >

Re: [openstack-dev] [Review] Use of exception for non-exceptional cases

2013-07-10 Thread Thomas Hervé
On Wed, Jul 10, 2013 at 8:32 PM, Mark McLoughlin wrote: > On Wed, 2013-07-10 at 11:01 -0700, Nachi Ueno wrote: > > Personally, I prefer not to use exception for such cases. > The key here is "personally". I don't think we have to agree on all style issues. > > My instinct is the same, but EAFP