2e261993ec
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration for the gnocchi services. With this patch the baremetal version of each respective gnocchi service has been removed. Related-Blueprint: services-yaml-flattening Change-Id: Ifd7df4e48ae18545b9d0a62bcfb32b3c5d8f8e0d
6 lines
447 B
YAML
6 lines
447 B
YAML
resource_registry:
|
|
OS::TripleO::Services::UndercloudGnocchiApi: ../../deployment/gnocchi/gnocchi-api-container-puppet.yaml
|
|
OS::TripleO::Services::UndercloudGnocchiMetricd: ../../deployment/gnocchi/gnocchi-metricd-container-puppet.yaml
|
|
OS::TripleO::Services::UndercloudGnocchiStatsd: ../../deployment/gnocchi/gnocchi-statsd-container-puppet.yaml
|
|
OS::TripleO::Services::UndercloudRedis: ../../deployment/database/redis-container-puppet.yaml
|