Add ExtraConfig to cinder storage role
authorJames Slagle <jslagle@redhat.com>
Fri, 4 Dec 2015 21:36:11 +0000 (16:36 -0500)
committerJames Slagle <jslagle@redhat.com>
Tue, 5 Jan 2016 16:52:17 +0000 (11:52 -0500)
The ExtraConfig resource was missing from the cinder
storage role. Adding it for consistency.

Change-Id: I05ad33c113af6f67ded7699976103508c47a3f1a

puppet/cinder-storage-post.yaml

index c97cfcf..bb7f94d 100644 (file)
@@ -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}