From 898bcb3c173751553e33426dddee9ad610ed1705 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 4 Dec 2015 16:36:11 -0500 Subject: Add ExtraConfig to cinder storage role The ExtraConfig resource was missing from the cinder storage role. Adding it for consistency. Change-Id: I05ad33c113af6f67ded7699976103508c47a3f1a --- puppet/cinder-storage-post.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'puppet') 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} -- cgit 1.2.3-korg