diff options
Diffstat (limited to 'puppet/swift-storage-post.yaml')
-rw-r--r-- | puppet/swift-storage-post.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/puppet/swift-storage-post.yaml b/puppet/swift-storage-post.yaml index edceba97..7a3c1abb 100644 --- a/puppet/swift-storage-post.yaml +++ b/puppet/swift-storage-post.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: 'OpenStack swift storage node post deployment for Puppet' parameters: @@ -37,3 +37,12 @@ resources: properties: servers: {get_param: servers} config: {get_resource: StorageRingbuilderPuppetConfig} + + # Note, this should come last, so use depends_on to ensure + # this is created after any other resources. + ExtraConfig: + depends_on: StorageRingbuilderDeployment_Step2 + type: OS::TripleO::NodeExtraConfigPost + properties: + servers: {get_param: servers} + |