diff options
Diffstat (limited to 'cinder-storage-puppet.yaml')
-rw-r--r-- | cinder-storage-puppet.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cinder-storage-puppet.yaml b/cinder-storage-puppet.yaml index 31dae229..508b483c 100644 --- a/cinder-storage-puppet.yaml +++ b/cinder-storage-puppet.yaml @@ -81,6 +81,10 @@ parameters: description: The user password for SNMPd with readonly rights running on all Overcloud nodes type: string hidden: true + NtpServer: + type: string + default: '' + resources: BlockStorage: type: OS::Nova::Server @@ -115,6 +119,11 @@ resources: host: {get_param: VirtualIP} rabbit_username: {get_param: RabbitUserName} rabbit_password: {get_param: RabbitPassword} + ntp_servers: + str_replace: + template: '["server"]' + params: + server: {get_param: NtpServer} signal_transport: NO_SIGNAL # Map heat metadata into hiera datafiles @@ -143,6 +152,7 @@ resources: cinder::rabbit_hosts: {get_input: rabbit_hosts} cinder::rabbit_userid: {get_input: rabbit_username} cinder::rabbit_password: {get_input: rabbit_password} + ntp::servers: {get_input: ntp_servers} VolumePuppetConfig: type: OS::Heat::SoftwareConfig |