Switch to Chrony by default

This change switches the default timesync service from NTP to Chrony.
With this switch, NTP is officially deprecated.

Depends-On: https://review.openstack.org/#/c/614876/
Change-Id: Iff7981ae7144c59cbc03b35ee0b1dcda5af2f6a4
Implements-Blueprint: tripleo-chrony
This commit is contained in:
Alex Schultz 2018-10-19 15:41:38 -06:00
parent 2d59a92a34
commit 88bccfe8c6
2 changed files with 8 additions and 1 deletions

View File

@ -233,7 +233,7 @@ resource_registry:
OS::TripleO::Services::Chrony: deployment/timesync/chrony-ansible.yaml
OS::TripleO::Services::Ntp: puppet/services/time/ntp.yaml
OS::TripleO::Services::Ptp: OS::Heat::None
OS::TripleO::Services::Timesync: OS::TripleO::Services::Ntp
OS::TripleO::Services::Timesync: OS::TripleO::Services::Chrony
# Services that are disabled by default (use relevant environment files):

View File

@ -0,0 +1,7 @@
---
features:
- |
The default timesync service has changed from NTP to Chrony.
deprecations:
- |
NTP timesync has been deprecated for Chrony and will be removed in T.