1f3dcce5ac
rabbitmq starting from 3.8.0, built-in Prometheus support, prometheus plugins are enabled by default, when the environment is "enable_prometheus is no", rabbitmq role will disable prometheus plugins Closes-Bug: #1885106 Change-Id: I4d694d6224c813285d228d6bc7eece5731db1078
14 lines
465 B
YAML
14 lines
465 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed the deployment failure of outward_rabbitmq by resolving port
|
|
conflicts by customizing RabbitMQ's ``prometheus.tcp.port``.
|
|
`LP #1885106 <https://bugs.launchpad.net/kolla-ansible/+bug/1885106>`__
|
|
|
|
upgrade:
|
|
- |
|
|
RabbitMQ's Prometheus plugin is no longer enabled by default
|
|
if Prometheus is not deployed. If external Prometheus is used,
|
|
you need to turn on ``rabbitmq_enable_prometheus_plugin``
|
|
to get old behaviour.
|