c56e9349f2
This patch enables collectd on overcloud nodes to connect to local QDR running on each overcloud node. Depends-On: I4cb6aa95e253b7fd19ed265fbcba0dfe6663592d Change-Id: I1d95454f049ca22d694b21b5102e24c63c6009cd
28 lines
747 B
YAML
28 lines
747 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::MetricsQdr: ../docker/services/metrics/qdr.yaml
|
|
OS::TripleO::Services::Collectd: ../docker/services/metrics/collectd.yaml
|
|
|
|
|
|
parameter_defaults:
|
|
CollectdConnectionType: amqp1
|
|
CollectdAmqpInstances:
|
|
notify:
|
|
notify: true
|
|
format: JSON
|
|
presettle: true
|
|
telemetry:
|
|
format: JSON
|
|
presettle: false
|
|
#MetricsQdrConnectors:
|
|
# - addr: IP1
|
|
# port: 1234
|
|
# role: inter-router
|
|
# - addr: IP2
|
|
# port: 5678
|
|
# role: inter-router
|