Re: [Openstack] [Heat] Heat Index Number

2016-08-21 Thread Turbo Fredriksson
On Aug 21, 2016, at 1:14 AM, Brent Troge wrote: > i was hoping there was an index tracker for the heat stack as well. "the heat stack"? What do you mean? You can create EVERYTHING from Heat. A set of rules that creates this is called the "stack".. Such as a Designate domain with records, Nova p

Re: [Openstack] [Heat] Heat Index Number

2016-08-20 Thread Brent Troge
yeah the resource group %index% i am aware of. i was hoping there was an index tracker for the heat stack as well. On Sat, Aug 20, 2016 at 1:02 PM, Turbo Fredriksson wrote: > On Aug 20, 2016, at 6:30 PM, Brent Troge wrote: > > > Is there an internal variable that I can poll to expose the curren

Re: [Openstack] [Heat] Heat Index Number

2016-08-20 Thread Turbo Fredriksson
On Aug 20, 2016, at 6:30 PM, Brent Troge wrote: > Is there an internal variable that I can poll to expose the current > index/interation of a heat stack ? %index% But only for ResourceGroups. AutoScalingGroups don't have one :(. Example: name: { list_join: ['-', [ { get_param: 'OS::stack_nam

[Openstack] [Heat] Heat Index Number

2016-08-20 Thread Brent Troge
Is there an internal variable that I can poll to expose the current index/interation of a heat stack ? I know resource group has an internal variable to track the current group index/iteration, but wondering if heat has something simlar. ___ Mailing list