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:
parent
2d59a92a34
commit
88bccfe8c6
@ -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):
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user