Merge "Fix MongoDB connection url configuration in Ceilometer"
[apex-tripleo-heat-templates.git] / cinder-storage.yaml
index aee67c9..47a9708 100644 (file)
@@ -100,6 +100,16 @@ parameters:
     description: The user password for SNMPd with readonly rights running on all Overcloud nodes
     type: string
     hidden: true
+  UpdateIdentifier:
+    default: ''
+    type: string
+    description: >
+      Setting to a previously unused value during stack-update will trigger
+      package update on all nodes
+  Hostname:
+    type: string
+    default: '' # Defaults to Heat created hostname
+
 resources:
   BlockStorage:
     type: OS::Nova::Server
@@ -112,6 +122,7 @@ resources:
         - network: ctlplane
       user_data_format: SOFTWARE_CONFIG
       user_data: {get_resource: NodeUserData}
+      name: {get_param: Hostname}
 
   NodeUserData:
     type: OS::TripleO::NodeUserData