0b2441cdc9
Allow the MetricsQdrNetwork to vary by role. This is needed as the CephStorage, BlockStorage, and ObjectStorage roles need to use the storage network, while other roles need internal_api. Change-Id: I37611d516495b2b82b56a08df8b6ac38e0687083 Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
17 lines
452 B
YAML
17 lines
452 B
YAML
## This environment serves the purpose of enabling collectd to send telemetry and notification data
|
|
## through QPID dispatch routers.
|
|
|
|
resource_registry:
|
|
OS::TripleO::Services::Collectd: ../../deployment/metrics/collectd-container-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
CollectdConnectionType: amqp1
|
|
CollectdAmqpInstances:
|
|
notify:
|
|
notify: true
|
|
format: JSON
|
|
presettle: false
|
|
telemetry:
|
|
format: JSON
|
|
presettle: true
|