2017-10-19 14:51:26 +08:00
|
|
|
# A Heat environment file that can be used to deploy PTP service
|
|
|
|
|
|
|
|
resource_registry:
|
2018-04-11 16:13:29 +02:00
|
|
|
# FIXME(bogdando): switch it, once it is containerized
|
2018-12-18 10:41:15 -05:00
|
|
|
OS::TripleO::Services::Ptp: ../../deployment/time/ptp-baremetal-puppet.yaml
|
2018-07-27 14:12:27 -06:00
|
|
|
OS::TripleO::Services::Timesync: OS::TripleO::Services::Ptp
|
2017-10-19 14:51:26 +08:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
# PTP hardware interface name
|
|
|
|
# PtpInterface: 'nic1'
|
|
|
|
|
|
|
|
# Configure PTP clock in slave mode
|
|
|
|
PtpSlaveMode: 1
|
|
|
|
|
|
|
|
# Configure PTP message transport protocol
|
|
|
|
PtpMessageTransport: 'UDPv4'
|