Merge "Remove hardcoded references to .novalocal in hostnames"
[apex-tripleo-heat-templates.git] / puppet / ceph-storage-post-puppet.yaml
index 53ecbe1..93cc8d1 100644 (file)
@@ -22,3 +22,12 @@ resources:
     properties:
       servers:  {get_param: servers}
       config: {get_resource: CephStoragePuppetConfig}
+
+  # Note, this should come last, so use depends_on to ensure
+  # this is created after any other resources.
+  ExtraConfig:
+    depends_on: CephStorageDeployment_Step1
+    type: OS::TripleO::NodeExtraConfigPost
+    properties:
+        servers: {get_param: servers}
+