d0a92f1c20
Precision Time Protocol (PTP) is a protocol used to synchronize clocks throughout a network. When used in conjunction with hardware support, PTP is capable of sub-microsecond accuracy which is far better than is normally obtainable with NTP. Change-Id: I98a1833db28944cfd5a89e4f28c192bb9af8ebbb Depends-On: Idc78df3a90b73be504480bc9d33a3f0041d2d84f
16 lines
408 B
YAML
16 lines
408 B
YAML
# A Heat environment file that can be used to deploy PTP service
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Ntp: OS::Heat::None
|
|
OS::TripleO::Services::Ptp: ../../puppet/services/time/ptp.yaml
|
|
|
|
parameter_defaults:
|
|
# PTP hardware interface name
|
|
# PtpInterface: 'nic1'
|
|
|
|
# Configure PTP clock in slave mode
|
|
PtpSlaveMode: 1
|
|
|
|
# Configure PTP message transport protocol
|
|
PtpMessageTransport: 'UDPv4'
|