openstack-ansible-rabbitmq_.../releasenotes/notes/rabbitmq_manage_hosts-834150c45dfc0771.yaml
Dmitriy Rabotyagov c8ce051651 Verify if hosts file already managed with OSA
With this patch we ensure that duplicated records are not
created with rabbitmq role if hosts file already contain
OSA managed block. Managing hosts still might be required for
role usage outside of the OSA so we workaround this usecase.

Change-Id: Ia20902f0ffe21ce563966fee4d233e5ec3afe3d9
Related-Bug: #1960587
2022-02-21 12:43:40 +00:00

10 lines
279 B
YAML

---
features:
- |
Added variable ``rabbitmq_manage_hosts_entries`` that controls if
rabbitmq_server role will attempt to adjust /etc/hosts file
fixes:
- |
Do not duplicate records in /etc/hosts file by rabbitmq role when hosts
file is already managed by OSA.