openstack-ansible/releasenotes/notes/trove_guest_quorum_queues-bdba87bbe0fba3f3.yaml
Dmitriy Rabotyagov c7200cc132 Create Caracal Beta release
In order to get some more testing around new defaults, it might make
sense to create a Beta version which comes prior to branching. In the
meanwhile we can land leftovers for branches and take our time to
cover found issues.

Change-Id: Ie478e298a3a9292ec069b76548d8f4238efc90a1
2024-05-17 16:19:49 +00:00

22 lines
815 B
YAML

---
features:
- |
Trove role introduced variables to independently configure RPC/Notification
communication for Guest Agent:
- trove_guest_oslomsg_rabbit_quorum_queues
- trove_guest_oslomsg_rpc_port
- trove_guest_oslomsg_rpc_userid
- trove_guest_oslomsg_rpc_password
- trove_guest_oslomsg_rpc_vhost
upgrade:
- |
It is highly recommended to explicitly disable
``trove_guest_oslomsg_rabbit_quorum_queues`` during upgrade in case
``oslomsg_rabbit_quorum_queues: True``, which is default behaviour
since 2024.1 (Caracal).
Migration to Quorum queues for Trove Guestagent is not supported and
might be troublesome, as already spawned agents will not reload
configuration.
New deployments though may utilize quorum queues from the very
beginning safely.