Wait Conditions in HEAT

Asked by Dmitry Klenov

Hi,

We are going to use HEAT for needs of our customer and need to put some synchronizations between different resources.

Does HEAT support usage of Wait Conditions (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-waitcondition.html) and DependsOn attributes (http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html) in the template?

If not, when it is going to be implemented?

Thanks,
Dmitry.

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Heat Edit question
Assignee:
No assignee Edit question
Solved by:
Dmitry Klenov
Solved:
Last query:
Last reply:
Revision history for this message
Steven Dake (sdake) said :
#1

Dmitry,

Yes both WaitConditions and DependsOn are work and fully supported. We have been using them in templates for over 6 months, so they are very well tested.

Revision history for this message
Dmitry Klenov (dklenov) said :
#2

Thanks, Steven!