tripleo-heat-templates/environments/services/ptp.yaml
Alex Schultz f7f9053963 Create a Timesync service declaration
In order to support switching between multiple timesync backends, let's
simplify the service configurations for the roles so that there is a
single timesync service.  This timesync service should point to the
expected backend (ntp/ptp/chrony).

Change-Id: I986d39398b6143f6c11be29200a4ce364575e402
Related-Blueprint: tripleo-chrony
2018-09-04 21:00:56 +00:00

18 lines
527 B
YAML

# A Heat environment file that can be used to deploy PTP service
resource_registry:
OS::TripleO::Services::Ntp: OS::Heat::None
# FIXME(bogdando): switch it, once it is containerized
OS::TripleO::Services::Ptp: ../../puppet/services/time/ptp.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'