b5b2bb9af4
Backgroud: Bug Requests ability to access RabbitMQ management UI through HAproxy Approach: --Add rabbitmq ui port 15672 to HAProxy --DO NOT Add monitoring user by default, instead key on existence of rabbitmw_monitoring_userid in user_variables.yml --ADD user_variables.yml update per above with explanation --Add "monitoring" user to rabbitmq for monitoring with "monitoring" user tag --Add monitoring user passwd var to user_secrets --Add features: release note Closes-Bug: 1446434 Change-Id: Idaf02cad6bb292d02f1cf6a733dbbc6ff4b4435e
18 lines
673 B
YAML
18 lines
673 B
YAML
---
|
|
features:
|
|
- The RabbitMQ Management UI is now available
|
|
through HAProxy on port 15672. The default
|
|
userid is ``monitoring``. This user can be
|
|
modified by changing the parameter
|
|
``rabbitmq_monitoring_userid`` in the file
|
|
``user_variables.yml``. Please note that ACLs
|
|
have been added to this HAProxy service by
|
|
default, such that it may only be accessed by
|
|
common internal clients. Reference
|
|
``playbooks/vars/configs/haproxy_config.yml``
|
|
upgrade:
|
|
- The variable ``rabbitmq_monitoring_password``
|
|
has been added to ``user_secrets.yml``. If
|
|
this variable does not exist, the RabbitMQ
|
|
monitoring user will not be created.
|