Added cluster template creator/state machine class. 75/47975/1
authorspisarski <s.pisarski@cablelabs.com>
Tue, 28 Nov 2017 20:16:54 +0000 (13:16 -0700)
committerspisarski <s.pisarski@cablelabs.com>
Tue, 28 Nov 2017 20:16:54 +0000 (13:16 -0700)
commit530ca566f0554d69ac11dd3b919be25c2e689ed6
tree1a2013266bfaa0ce467b38c7b3ffcf64eac8408d
parent0e06ebe62fcff9b491a0edd89bdf511f88d091e7
Added cluster template creator/state machine class.

Created class and tests for creating and managing cluster templates.

JIRA: SNAPS-235

Change-Id: Ia91aef9507fc39d1814dce03169aab0b784721a6
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
docs/how-to-use/IntegrationTests.rst
snaps/config/cluster_template.py
snaps/config/tests/cluster_template_tests.py
snaps/domain/cluster_template.py
snaps/openstack/cluster_template.py [new file with mode: 0644]
snaps/openstack/openstack_creator.py
snaps/openstack/tests/cluster_template_tests.py [new file with mode: 0644]
snaps/openstack/utils/magnum_utils.py
snaps/openstack/utils/tests/magnum_utils_tests.py
snaps/test_suite_builder.py