From: James Slagle Date: Fri, 4 Dec 2015 21:36:11 +0000 (-0500) Subject: Add ExtraConfig to cinder storage role X-Git-Tag: opnfv-6.0.0~2226^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=898bcb3c173751553e33426dddee9ad610ed1705;p=apex-tripleo-heat-templates.git Add ExtraConfig to cinder storage role The ExtraConfig resource was missing from the cinder storage role. Adding it for consistency. Change-Id: I05ad33c113af6f67ded7699976103508c47a3f1a --- 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}