Role rabbitmq_server for OpenStack-Ansible
Go to file
Andrew Bonney 618250adbc Adjust legacy OpenStack HA policy to make reply queues HA
Changes in oslo.messaging for 2023.1 exposed a known race
condition in RabbitMQ when dealing with non-HA classic queues.
When a RMQ cluster member is taken down, clients failing over
to other members may erroneously be told a queue exists when it
is in the process of being deleted. This can cause them to
permanently sit waiting for messages from a queue that no longer
exists until their services are restarted.

Making the reply queues HA resolves this issue, at the expense
of a x3 increase in reply queues across the cluster. My
assumption is that reply queues were previously excluded from HA
policy as a performance gain given their link to the number of
compute nodes in an OpenStack deployment.

Context: https://bugs.launchpad.net/oslo.messaging/+bug/2031512

Change-Id: Ia0a26fdfdfa09088c921f1530d4ac020b2bec290
(cherry picked from commit f5ecdf4852)
2024-04-25 13:48:22 +00:00
defaults Adjust legacy OpenStack HA policy to make reply queues HA 2024-04-25 13:48:22 +00:00
doc Add ability to add custom configuration for RabbitMQ 2023-11-12 22:22:30 +01:00
examples [DOCS] Move RabbitMQ role docs 2016-08-12 12:01:48 -05:00
files Change to CloudSmith repos from PackageCloud for RabbitMQ 2023-05-30 01:52:15 +00:00
meta Remove references to unsupported operating systems 2021-03-17 09:46:35 +00:00
releasenotes Add ability to add custom configuration for RabbitMQ 2023-11-12 22:22:30 +01:00
tasks Do not use 'always' tag in inappropriate places 2023-03-07 09:10:59 +00:00
templates Add ability to add custom configuration for RabbitMQ 2023-11-12 22:22:30 +01:00
tests Fix linter failures 2020-10-01 10:48:01 +00:00
vars Sync rabbitmq version to 3.11.13 for debian 2023-12-28 12:04:31 +01:00
zuul.d Use integrated tests for rabbitmq 2021-04-26 19:13:20 +03:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:07:18 +00:00
.gitreview Update .gitreview for stable/2023.1 2023-05-24 08:55:31 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 23:51:00 +03:00
LICENSE first commit 2015-12-09 09:25:11 -06:00
README.rst Remove invalid link 2019-08-13 23:29:17 -07:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:49:26 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:22:22 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 11:53:46 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2022-03-29 17:19:46 +00:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.1 2023-05-24 08:55:32 +00:00

README.rst

Team and repository tags

image

OpenStack-Ansible RabbitMQ server

Ansible role to install OpenStack RabbitMQ server.

Documentation for the project can be found at:

https://docs.openstack.org/openstack-ansible-rabbitmq_server/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible-rabbitmq_server/

The project source code repository is located at:

https://opendev.org/openstack/openstack-ansible-rabbitmq_server/

The project home is at:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

https://bugs.launchpad.net/openstack-ansible/