aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/ceph-storage-post.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-06-22 13:13:34 -0400
committerSteven Hardy <shardy@redhat.com>2016-07-01 10:05:04 +0100
commit337d2c62038bde10cfb48d6c1bd09f3cbf72ba6a (patch)
tree60fd08218cbbf9aa8ee281a40c8d1a3698b1da3e /puppet/ceph-storage-post.yaml
parent68562d07cc59d14a724387dbd6018a5aaad2ca7f (diff)
Pass RoleData into -post.yaml stacks
This patch modifies the interface for the -post stacks so that we pass RoleData instead of just the StepConfig into each -post.yaml template. This will facilitate creating other types of -post.yaml scripts that require more data that just 'step_config'. Things like containers, etc. will require this. Change-Id: I2527fc0098192f092f5e9046033a04bc71be2cae
Diffstat (limited to 'puppet/ceph-storage-post.yaml')
-rw-r--r--puppet/ceph-storage-post.yaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/puppet/ceph-storage-post.yaml b/puppet/ceph-storage-post.yaml
index 2b9ae751..edeb2d93 100644
--- a/puppet/ceph-storage-post.yaml
+++ b/puppet/ceph-storage-post.yaml
@@ -11,12 +11,11 @@ parameters:
servers:
type: json
NodeConfigIdentifiers:
- type: json
- description: Value which changes if the node configuration may need to be re-applied
- StepConfig:
- type: string
- description: Config manifests that will be used to step through the deployment.
- default: ''
+ type: json
+ description: Value which changes if the node configuration may need to be re-applied
+ RoleData:
+ type: json
+ default: {}
resources:
@@ -47,7 +46,7 @@ resources:
list_join:
- ''
- - get_file: manifests/overcloud_cephstorage.pp
- - {get_param: StepConfig}
+ - {get_param: [RoleData, step_config]}
CephStorageDeployment_Step2:
type: OS::Heat::StructuredDeployments