Merge "Configuring a default ntp server."

This commit is contained in:
Jenkins 2017-02-16 12:11:22 +00:00 committed by Gerrit Code Review
commit 5340f64c03
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.