tripleo-heat-templates/environments/services/ptp.yaml
Alex Schultz 3abededac2 Remove NTP
Chrony has replaced the usage of ntp and is not supported beyond Stein.

Change-Id: Iab476205f29e0ca9e4053c0c9fb2d051b72b13f0
Related-Blueprint: tripleo-chrony
2019-05-03 14:42:15 -06:00

17 lines
494 B
YAML

# A Heat environment file that can be used to deploy PTP service
resource_registry:
# FIXME(bogdando): switch it, once it is containerized
OS::TripleO::Services::Ptp: ../../deployment/time/ptp-baremetal-puppet.yaml
OS::TripleO::Services::Timesync: OS::TripleO::Services::Ptp
parameter_defaults:
# PTP hardware interface name
# PtpInterface: 'nic1'
# Configure PTP clock in slave mode
PtpSlaveMode: 1
# Configure PTP message transport protocol
PtpMessageTransport: 'UDPv4'