cd331e44be
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration. Change-Id: I6a9123627d754a153ab6cb68a33778a57846aeb7 Related-Blueprint: services-yaml-flattening
18 lines
539 B
YAML
18 lines
539 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: ../../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'
|