Add StepConfig to docker compute-post.yaml
authorFlavio Percoco <flaper87@gmail.com>
Thu, 16 Jun 2016 11:53:09 +0000 (13:53 +0200)
committerFlavio Percoco <flaper87@gmail.com>
Fri, 8 Jul 2016 11:32:52 +0000 (13:32 +0200)
Change I84c97a76159704c2d6c963bc4b26e365764b1366 missed
`docker/compute-post.yaml`.

Change-Id: I680eabf2f316c7fccc9d53d75dc16139c9959c64

docker/compute-post.yaml

index 1e33001..3fc0756 100644 (file)
@@ -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