diff options
author | 2016-07-05 09:55:59 +0000 | |
---|---|---|
committer | 2016-07-05 09:55:59 +0000 | |
commit | 519b94ff1e2b4d3de563ca28c14cb48a4fbcf34c (patch) | |
tree | f727d0defc49377fd1f2f10f39075dea63977558 /puppet/swift-storage-post.yaml | |
parent | 9f8e1685513f6671369295e97ec254e855c606cd (diff) | |
parent | 59b6afcd35f9fc136f75b22c0b51bbe8f7005a6a (diff) |
Merge "Replace NodeConfigIdentifiers with DeployIdentifier"
Diffstat (limited to 'puppet/swift-storage-post.yaml')
-rw-r--r-- | puppet/swift-storage-post.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/puppet/swift-storage-post.yaml b/puppet/swift-storage-post.yaml index b873d923..1c36a047 100644 --- a/puppet/swift-storage-post.yaml +++ b/puppet/swift-storage-post.yaml @@ -8,12 +8,12 @@ parameters: type: boolean servers: type: json - NodeConfigIdentifiers: - type: json - description: Value which changes if the node configuration may need to be re-applied RoleData: type: json default: {} + DeployIdentifier: + type: string + description: Value which changes if the node configuration may need to be re-applied resources: @@ -26,7 +26,7 @@ resources: servers: {get_param: servers} config: {get_resource: StorageArtifactsConfig} input_values: - update_identifier: {get_param: NodeConfigIdentifiers} + update_identifier: {get_param: DeployIdentifier} StoragePuppetConfig: type: OS::Heat::SoftwareConfig @@ -56,7 +56,7 @@ resources: config: {get_resource: StoragePuppetConfig} input_values: step: 2 - update_identifier: {get_param: NodeConfigIdentifiers} + update_identifier: {get_param: DeployIdentifier} StorageRingbuilderDeployment_Step3: type: OS::Heat::StructuredDeployments @@ -67,7 +67,7 @@ resources: config: {get_resource: StoragePuppetConfig} input_values: step: 3 - update_identifier: {get_param: NodeConfigIdentifiers} + update_identifier: {get_param: DeployIdentifier} StorageDeployment_Step4: type: OS::Heat::StructuredDeployments @@ -78,7 +78,7 @@ resources: config: {get_resource: StoragePuppetConfig} input_values: step: 4 - update_identifier: {get_param: NodeConfigIdentifiers} + update_identifier: {get_param: DeployIdentifier} # Note, this should come last, so use depends_on to ensure # this is created after any other resources. |