flatten time service configuration

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
This commit is contained in:
David J Peacock 2018-12-18 10:41:15 -05:00
parent 15d34de247
commit cd331e44be
7 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@
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
OS::TripleO::Services::Ptp: ../../deployment/time/ptp-baremetal-puppet.yaml
OS::TripleO::Services::Timesync: OS::TripleO::Services::Ptp
parameter_defaults:

View File

@ -216,7 +216,7 @@ resource_registry:
OS::TripleO::Services::SwiftRingBuilder: docker/services/swift-ringbuilder.yaml
OS::TripleO::Services::Snmp: puppet/services/snmp.yaml
OS::TripleO::Services::Tacker: OS::Heat::None
OS::TripleO::Services::Timezone: puppet/services/time/timezone.yaml
OS::TripleO::Services::Timezone: deployment/time/timezone-baremetal-puppet.yaml
OS::TripleO::Services::CeilometerAgentCentral: docker/services/ceilometer-agent-central.yaml
OS::TripleO::Services::CeilometerAgentIpmi: docker/services/ceilometer-agent-ipmi.yaml
OS::TripleO::Services::CeilometerAgentNotification: docker/services/ceilometer-agent-notification.yaml
@ -231,7 +231,7 @@ resource_registry:
# Time sync services
OS::TripleO::Services::Chrony: deployment/timesync/chrony-baremetal-ansible.yaml
OS::TripleO::Services::Ntp: puppet/services/time/ntp.yaml
OS::TripleO::Services::Ntp: deployment/time/ntp-baremetal-puppet.yaml
OS::TripleO::Services::Ptp: OS::Heat::None
OS::TripleO::Services::Timesync: OS::TripleO::Services::Chrony

View File

@ -22,7 +22,7 @@ environments:
- ControllerCount
- ComputeCount
- CephStorageCount
puppet/services/time/ntp.yaml:
deployment/time/ntp-baremetal-puppet.yaml:
parameters:
- NtpServer
sample-env-generator/composable-roles.yaml:
@ -58,7 +58,7 @@ environments:
- ControllerCount
- ComputeCount
- CephStorageCount
puppet/services/time/ntp.yaml:
deployment/time/ntp-baremetal-puppet.yaml:
parameters:
- NtpServer
sample-env-generator/composable-roles.yaml:
@ -93,7 +93,7 @@ environments:
- CephStorageHostnameFormat
- ComputeCount
- CephStorageCount
puppet/services/time/ntp.yaml:
deployment/time/ntp-baremetal-puppet.yaml:
parameters:
- NtpServer
sample-env-generator/composable-roles.yaml:

View File

@ -28,7 +28,7 @@ environments:
docker/services/swift-storage.yaml:
parameters:
- SwiftReplicas
puppet/services/time/ntp.yaml:
deployment/time/ntp-baremetal-puppet.yaml:
parameters:
- NtpServer
puppet/services/tripleo-packages.yaml:
@ -162,7 +162,7 @@ environments:
docker/services/swift-storage.yaml:
parameters:
- SwiftReplicas
puppet/services/time/ntp.yaml:
deployment/time/ntp-baremetal-puppet.yaml:
parameters:
- NtpServer
# TODO(aschultz): hack to pull in this config transport, not sure it is