aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/swift-storage-post.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-27 00:20:48 +0000
committerGerrit Code Review <review@openstack.org>2016-02-27 00:20:48 +0000
commitfe0b757bd454f26dd2f2a3423ba5a684899bae61 (patch)
tree149aeb68abcd50f6ec9fe4fd8791e81379c8bde2 /puppet/swift-storage-post.yaml
parente23f8e34e1e91f7a46ba3eafb0f0b33b359e7cdd (diff)
parent55054f02d77ebbca63b6fbd3eab285873452933e (diff)
Merge "Add support for DeployArtifactURLs"
Diffstat (limited to 'puppet/swift-storage-post.yaml')
-rw-r--r--puppet/swift-storage-post.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/puppet/swift-storage-post.yaml b/puppet/swift-storage-post.yaml
index a55b3959..eb06b241 100644
--- a/puppet/swift-storage-post.yaml
+++ b/puppet/swift-storage-post.yaml
@@ -12,9 +12,19 @@ parameters:
type: json
description: Value which changes if the node configuration may need to be re-applied
-
resources:
+ StorageArtifactsConfig:
+ type: deploy-artifacts.yaml
+
+ StorageArtifactsDeploy:
+ type: OS::Heat::StructuredDeployments
+ properties:
+ servers: {get_param: servers}
+ config: {get_resource: StorageArtifactsConfig}
+ input_values:
+ update_identifier: {get_param: NodeConfigIdentifiers}
+
StoragePuppetConfig:
type: OS::Heat::SoftwareConfig
properties:
@@ -28,6 +38,7 @@ resources:
StorageDeployment_Step1:
type: OS::Heat::StructuredDeployments
+ depends_on: StorageArtifactsDeploy
properties:
name: StorageDeployment_Step1
servers: {get_param: servers}