kolla-ansible/releasenotes/notes/rabbitmq-enable-ha-queues-by-default-8a5bf2b3c18ae55b.yaml
Matt Crees b86c304a29 Enable RabbitMQ HA queues by default
Sets the variable ``om_enable_rabbitmq_high_availability`` to ``true``
by default. An upgrade will therefore require some manual steps to
migrate from transient to durable queues. Note that this will be
caught by this precheck:
https://review.opendev.org/c/openstack/kolla-ansible/+/880274

Also updates the CI upgrade jobs to perform this migration. This will
need to be removed in Caracal.

Related-Bug: #2031294

Change-Id: I26a70d4722aaa4663eced5f5337840474c7b961c
2023-08-25 10:10:04 +00:00

11 lines
399 B
YAML

---
upgrade:
- |
The variable ``om_enable_rabbitmq_high_availability`` is now set to
``True`` by default. An upgrade will therefore require some manual steps to
migrate from transient to durable queues. Note that this will be caught by
a precheck.
See docs for details:
https://docs.openstack.org/kolla-ansible/zed/reference/message-queues/rabbitmq.html#high-availability