041251d473
Mark regular non-containerized services with FIXME to be switched, once it is containerized Do not mark yet an external/backend/plugin/host-config related puppet services templates with that FIXME Mark puppet/services/ceph- related templates as TODO switch it to containerized ceph-ansible eventually, maybe. Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
17 lines
465 B
YAML
17 lines
465 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
|
|
|
|
parameter_defaults:
|
|
# PTP hardware interface name
|
|
# PtpInterface: 'nic1'
|
|
|
|
# Configure PTP clock in slave mode
|
|
PtpSlaveMode: 1
|
|
|
|
# Configure PTP message transport protocol
|
|
PtpMessageTransport: 'UDPv4'
|