3164744b8e
Usage of collectd with gnocchi has been deprecated, so there is more value to test collectd/qdrouterd interaction and it should not be a default option for deploy. Change-Id: Icf2d9cd913fe58e0ea667a4be0f2bb06c41ad671
16 lines
584 B
YAML
16 lines
584 B
YAML
|
|
# This environment file serves for enabling python-collect-rabbitmq and configuring
|
|
# it to monitor overcloud RabbitMQ instance
|
|
|
|
parameter_defaults:
|
|
ControllerExtraConfig:
|
|
tripleo::profile::base::metrics::collectd::python_read_plugins:
|
|
- python-collectd-rabbitmq
|
|
collectd::plugin::python::modules:
|
|
collectd_rabbitmq_monitoring:
|
|
config:
|
|
- host: "%{hiera('rabbitmq::interface')}"
|
|
port: "%{hiera('rabbitmq::port')}"
|
|
username: "%{hiera('rabbitmq::default_user')}"
|
|
password: "%{hiera('rabbitmq::default_pass')}"
|