Merge "Switch classic queues to version 2"

This commit is contained in:
Zuul 2023-10-11 00:34:17 +00:00 committed by Gerrit Code Review
commit c8a460b395

View File

@ -30,6 +30,11 @@ rabbitmq_policies:
priority: 0
tags: "ha-mode=all"
state: "{{ (oslomsg_rabbit_quorum_queues | default(True)) | ternary('absent', 'present') }}"
- name: CQv2
pattern: '.*'
priority: 0
tags: "x-queue-version=2"
state: "{{ (oslomsg_rabbit_quorum_queues | default(True)) | ternary('absent', 'present') }}"
## Galera options
galera_client_package_state: "{{ package_state }}"