kolla-ansible/releasenotes/notes/bug-1885106-2347d7458a8f9cb0.yaml
LinPeiWen 1f3dcce5ac Support enable/disable rabbitmq prometheus plugins
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
2022-01-09 09:50:00 +00:00

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.