summaryrefslogtreecommitdiffstats
path: root/yardstick/orchestrator/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2015-05-22add orchestrator package with heat moduleHans Feldt1-0/+0
The heat module contains two classes, Template and Stack. Resources are added to a Template instance and then deployed. This returns a Stack instance that holds the output values from the deployment and that also has a method to undeploy - delete the stack. Change-Id: Ief3f75bbb015e5d43023b8d8e8ece49673572b13 JIRA: - Signed-off-by: Hans Feldt <hans.feldt@ericsson.com>