aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/cinder-storage-post.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/cinder-storage-post.yaml')
-rw-r--r--puppet/cinder-storage-post.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/cinder-storage-post.yaml b/puppet/cinder-storage-post.yaml
index 731ffe1c..9b7c752a 100644
--- a/puppet/cinder-storage-post.yaml
+++ b/puppet/cinder-storage-post.yaml
@@ -31,3 +31,11 @@ resources:
name: VolumeDeployment_Step1
servers: {get_param: servers}
config: {get_resource: VolumePuppetConfig}
+
+ # Note, this should come last, so use depends_on to ensure
+ # this is created after any other resources.
+ ExtraConfig:
+ depends_on: VolumeDeployment_Step1
+ type: OS::TripleO::NodeExtraConfigPost
+ properties:
+ servers: {get_param: servers}