tripleo-heat-templates/environments/metrics-collectd-qdr.yaml
Jill Rouleau 479d7f5872 flatten qdrouterd service configs
This change combines the previous puppet and docker files
into a single file that performs the docker service installation
and configuration.

Change-Id: I7b1688a12964d939ece33a7f06d2493bf13c08eb
2019-02-15 12:53:15 -07:00

28 lines
771 B
YAML

## This environment servers the purpose of enabling collectd to send metrics
## through mesh of QPID dispatch routers. Each ovecloud node will have one local
## qdrouterd service running and collectd will send data to it.
resource_registry:
OS::TripleO::Services::Collectd: ../deployment/metrics/collectd-container-puppet.yaml
OS::TripleO::Services::MetricsQdr: ../deployment/metrics/qdr-container-puppet.yaml
parameter_defaults:
CollectdConnectionType: amqp1
CollectdAmqpInstances:
notify:
notify: true
format: JSON
presettle: true
telemetry:
format: JSON
presettle: false
#MetricsQdrConnectors:
# - host: IP1
# port: 1234
# role: inter-router
# - host: IP2
# port: 5678
# role: inter-router