aboutsummaryrefslogtreecommitdiffstats
path: root/docker/compute-post.yaml
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2016-06-16 13:53:09 +0200
committerFlavio Percoco <flaper87@gmail.com>2016-07-08 13:32:52 +0200
commit88f83fe8ccfa4cb080c482d87b54965218264535 (patch)
treeecfad54f598db76f0ea224917ac3340c32449435 /docker/compute-post.yaml
parentf91f08a5288820a77f45099092914a65a038caa5 (diff)
Add StepConfig to docker compute-post.yaml
Change I84c97a76159704c2d6c963bc4b26e365764b1366 missed `docker/compute-post.yaml`. Change-Id: I680eabf2f316c7fccc9d53d75dc16139c9959c64
Diffstat (limited to 'docker/compute-post.yaml')
-rw-r--r--docker/compute-post.yaml11
1 files changed, 10 insertions, 1 deletions
diff --git a/docker/compute-post.yaml b/docker/compute-post.yaml
index 1e330015..3fc07561 100644
--- a/docker/compute-post.yaml
+++ b/docker/compute-post.yaml
@@ -38,6 +38,11 @@ parameters:
NeutronOpenvswitchAgentOvsVolume:
type: string
default: " "
+ StepConfig:
+ type: string
+ description: Config manifests that will be used to step through the deployment.
+ default: ''
+
resources:
@@ -56,7 +61,11 @@ resources:
outputs:
- name: result
config:
- get_file: ../puppet/manifests/overcloud_compute.pp
+ list_join:
+ - ''
+ - - get_file: ../puppet/manifests/overcloud_compute.pp
+ - {get_param: StepConfig}
+
ComputePuppetDeployment:
type: OS::Heat::SoftwareDeployments