22b85a063f
The timezone and ptp heat templates have been converted to use tripleo-ansible roles. This change preserves the old ptp puppet interface by moving the template to the deprecated directory. Story: 2006028 Task: 34657 Change-Id: I36c71508570c165982af557e2cb55b87880c3e8d Signed-off-by: Kevin Carter <kecarter@redhat.com>
17 lines
495 B
YAML
17 lines
495 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-ansible.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'
|