diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-01-07 11:56:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-01-07 11:56:58 +0000 |
commit | 1e157766e4430aed80526056ede19d22c03ee5f3 (patch) | |
tree | b8bc3e44f460aa9a3e1bd1c65b820bb0bd75e956 /puppet/cinder-storage.yaml | |
parent | 382a9809d7c589e0702af6f43a1b263fad02459f (diff) | |
parent | d2c375bad7e8fb71618c6ebb77712fb5b8d0bc13 (diff) |
Merge "Add TimeZone parameter for all node types"
Diffstat (limited to 'puppet/cinder-storage.yaml')
-rw-r--r-- | puppet/cinder-storage.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml index 9fdd0123..82aa3a03 100644 --- a/puppet/cinder-storage.yaml +++ b/puppet/cinder-storage.yaml @@ -99,6 +99,10 @@ parameters: description: Mapping of service endpoint -> protocol. Typically set via parameter_defaults in the resource registry. type: json + TimeZone: + default: 'UTC' + description: The timezone to be set on Cinder nodes. + type: string GlanceApiVirtualIP: type: string default: '' @@ -256,6 +260,7 @@ resources: rabbit_client_use_ssl: {get_param: RabbitClientUseSSL} rabbit_client_port: {get_param: RabbitClientPort} ntp_servers: {get_param: NtpServer} + timezone: {get_param: TimeZone} enable_package_install: {get_param: EnablePackageInstall} enable_package_upgrade: {get_attr: [UpdateDeployment, update_managed_packages]} @@ -298,6 +303,7 @@ resources: cinder_iscsi_ip_address: {get_input: cinder_iscsi_ip_address} cinder::glance::glance_api_servers: {get_input: glance_api_servers} ntp::servers: {get_input: ntp_servers} + timezone::timezone: {get_input: timezone} tripleo::packages::enable_install: {get_input: enable_package_install} tripleo::packages::enable_upgrade: {get_input: enable_package_upgrade} snmpd_readonly_user_name: {get_input: snmpd_readonly_user_name} |