Added support for applying Heat Templates 53/35753/3
authorspisarski <s.pisarski@cablelabs.com>
Fri, 2 Jun 2017 21:31:53 +0000 (15:31 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Mon, 5 Jun 2017 19:22:49 +0000 (13:22 -0600)
commit48da17bfedb683b624faf08d2e0b7552d56cff21
tree9219ed4ab9872b26f7ff685c4d3378212a641d08
parentc01f193cad22895f86f726f588a46e44ed4ab68a
Added support for applying Heat Templates

Second patch expanded support to both files and dict() objects.
Third patch exposes new accessor for status and outputs.

JIRA: SNAPS-86

Change-Id: Ie7e8d883b4cc1a08dbe851fc9cbf663396334909
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
examples/heat/test_heat_template.yaml [new file with mode: 0644]
setup.py
snaps/domain/stack.py [new file with mode: 0644]
snaps/domain/test/stack_tests.py [new file with mode: 0644]
snaps/file_utils.py
snaps/openstack/create_stack.py [new file with mode: 0644]
snaps/openstack/tests/create_stack_tests.py [new file with mode: 0644]
snaps/openstack/utils/heat_utils.py [new file with mode: 0644]
snaps/openstack/utils/tests/heat_utils_tests.py [new file with mode: 0644]
snaps/provisioning/heat/__init__.py [new file with mode: 0644]
snaps/test_suite_builder.py