aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2015-12-04 16:36:11 -0500
committerJames Slagle <jslagle@redhat.com>2016-01-05 11:52:17 -0500
commit898bcb3c173751553e33426dddee9ad610ed1705 (patch)
tree4700b6fb9703d24c8ebbeb70a5ab787884d5f373
parent1dcfdab92067afe30cf26edb27f384a01b8809c2 (diff)
Add ExtraConfig to cinder storage role
The ExtraConfig resource was missing from the cinder storage role. Adding it for consistency. Change-Id: I05ad33c113af6f67ded7699976103508c47a3f1a
-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 c97cfcf9..bb7f94de 100644
--- a/puppet/cinder-storage-post.yaml
+++ b/puppet/cinder-storage-post.yaml
@@ -30,3 +30,11 @@ resources:
properties:
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}