add orchestrator package with heat module 16/616/2
authorHans Feldt <hans.feldt@ericsson.com>
Thu, 21 May 2015 05:37:49 +0000 (07:37 +0200)
committerHans Feldt <hans.feldt@ericsson.com>
Fri, 22 May 2015 11:48:57 +0000 (11:48 +0000)
commite7342fe222a8e33be845c34dd4d84023ea32287e
tree5324629444b22013a89e4b207e1abc09592f834b
parentffc611b5666ff3a30881e012ff4edf6aa5578c5e
add orchestrator package with heat module

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>
yardstick/orchestrator/__init__.py [new file with mode: 0644]
yardstick/orchestrator/heat.py [new file with mode: 0644]