479d7f5872
This change combines the previous puppet and docker files into a single file that performs the docker service installation and configuration. Change-Id: I7b1688a12964d939ece33a7f06d2493bf13c08eb
28 lines
771 B
YAML
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
|