Merge "Switch to Chrony by default"

This commit is contained in:
Zuul 2018-11-05 23:49:11 +00:00 committed by Gerrit Code Review
commit 4a8c95a06c
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.