diff options
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r-- | cinder-storage.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml index aee67c9d..47a97081 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -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 |