Configuring a default ntp server.

Adding a default NTP server by default will
keep all Pacemaker and non-Pacemaker deployments
aligned with the same server by default.
Also useful for keeping time diff controlled for
Keystone and Ceph.

Change-Id: I8a26bae15cbfb83e3abd6b9ef9d12b57467e6258
This commit is contained in:
Carlos Camacho 2017-01-16 09:34:01 +01:00
parent 242fe1bdfe
commit b80a89c841
2 changed files with 10 additions and 2 deletions

View File

@ -22,8 +22,10 @@ parameters:
via parameter_defaults in the resource registry.
type: json
NtpServer:
default: []
description: NTP servers
default: ['pool.ntp.org']
description: NTP servers list. Defaulted to pool.ntp.org in order to
have a sane default for Pacemaker deployments when
not configuring this parameter by default.
type: comma_delimited_list
outputs:

View File

@ -0,0 +1,6 @@
---
issues:
- We add a default NTP server to the Overcloud
for all Pacemaker and non-Pacemaker deployments,
also useful for keeping time diff controlled for
Keystone and Ceph.