X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=cinder-storage.yaml;h=47a97081b916290c816ec0c247a0fba3f57c618f;hb=d970f0a152a8136de678ecab5a6c7a9b2c1b8856;hp=aee67c9dcdf0a18dd0dde6682d0242e1bd583c10;hpb=187b0413fb282a1deb2008e6bf50ae6031c9bb02;p=apex-tripleo-heat-templates.git 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