diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-31 19:46:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-31 19:46:24 +0000 |
commit | 6022812597dae8e286d0641d5f1603aeb3735d8f (patch) | |
tree | 6fe5a7bc91319927dfadc3eb19b9bb11f3cb04b6 /puppet/swift-storage-post.yaml | |
parent | 7903fc743bd3e445ef48c2d08a4bd3115f825e0b (diff) | |
parent | be1b311184424c2ae6720b7b61640bc227467d5f (diff) |
Merge "Configure ObjectStorage services via resource chains"
Diffstat (limited to 'puppet/swift-storage-post.yaml')
-rw-r--r-- | puppet/swift-storage-post.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/swift-storage-post.yaml b/puppet/swift-storage-post.yaml index 2b652443..1aba2bb4 100644 --- a/puppet/swift-storage-post.yaml +++ b/puppet/swift-storage-post.yaml @@ -11,6 +11,10 @@ parameters: 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: '' resources: @@ -42,6 +46,7 @@ resources: - '' - - get_file: manifests/overcloud_object.pp - get_file: manifests/ringbuilder.pp + - {get_param: StepConfig} StorageRingbuilderDeployment_Step2: type: OS::Heat::StructuredDeployments |