Adds Deployment Action & Workflow

This patch adds the workflow necessary to deploy a stack and the
supporting action required.

Co-Authored-By: Dougal Matthews <dougal@redhat.com>
Co-Authored-By: Jeff Peeler <jpeeler@redhat.com>
Change-Id: I7a61bf6fb71cc4a26aaf4322f2215683aafe20f3
This commit is contained in:
Ryan Brady
2016-03-29 08:55:25 -04:00
committed by Dougal Matthews
parent d437418149
commit cc57753f4b
4 changed files with 119 additions and 0 deletions

View File

@@ -67,3 +67,4 @@ mistral.actions =
tripleo.register_or_update_nodes = tripleo_common.actions.baremetal:RegisterOrUpdateNodes
tripleo.get_parameters = tripleo_common.actions.parameters:GetParametersAction
tripleo.update_parameters = tripleo_common.actions.parameters:UpdateParametersAction
tripleo.deploy = tripleo_common.actions.deployment:DeployStackAction