Allow 'ctlplane' to be used within Net IP Maps
[apex-tripleo-heat-templates.git] / cinder-storage-post.yaml
index 0331685..ad4e046 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2014-10-16
+heat_template_version: 2015-04-30
 description: 'Common Block Storage Post Deployment'
 # NOTE: this is a noop for os-apply-config style deployments because
 # post deployment ordering is controlled by tripleo-image-elements
@@ -6,3 +6,16 @@ description: 'Common Block Storage Post Deployment'
 parameters:
   servers:
     type: json
+  NodeConfigIdentifiers:
+     type: json
+     description: Value which changes if the node configuration may need to be re-applied
+
+resources:
+
+  # Note, this should come last, so use depends_on to ensure
+  # this is created after any other resources.
+  ExtraConfig:
+    type: OS::TripleO::NodeExtraConfigPost
+    properties:
+        servers: {get_param: servers}
+