Skip to content

Commit 7b49f86

Browse files
committed
Disable RabbitMQ HA in favor or quorum queues
1 parent 7c55865 commit 7b49f86

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ kolla_image_tags:
2222
# Variables defining which tag to use for each container's image.
2323
{{ lookup('pipe', 'python3 ' ~ kayobe_config_path ~ '/../../tools/kolla-images.py list-tag-vars') }}
2424

25-
#############################################################################
26-
# RabbitMQ
27-
28-
om_enable_rabbitmq_high_availability: true
29-
3025
#############################################################################
3126
# Monitoring and alerting related settings
3227

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
prelude: >
3+
Replace this text with content to appear at the top of the section for this
4+
release. All of the prelude content is merged together and then rendered
5+
separately from the items listed in other parts of the file, so the text
6+
needs to be worded so that both the prelude and the other items make sense
7+
when read independently. This may mean repeating some details. Not every
8+
release note requires a prelude. Usually only notes describing major
9+
features or adding release theme details should have a prelude.
10+
features:
11+
- |
12+
RabbitMQ will now use quorum queues by default, rather than traditional HA.
13+
upgrade:
14+
- |
15+
RabbitMQ will now use quorum queues by default. See the `kolla-ansible
16+
documentation
17+
<https://docs.openstack.org/kolla-ansible/latest/reference/message-queues/rabbitmq.html#high-availability>`__
18+
for migration advice.
19+
deprecations:
20+
- |
21+
List deprecations notes here, or remove this section. All of the list
22+
items in this section are combined when the release notes are rendered, so
23+
the text needs to be worded so that it does not depend on any information
24+
only available in another section, such as the prelude. This may mean
25+
repeating some details.
26+
critical:
27+
- |
28+
Add critical notes here, or remove this section. All of the list items in
29+
this section are combined when the release notes are rendered, so the text
30+
needs to be worded so that it does not depend on any information only
31+
available in another section, such as the prelude. This may mean repeating
32+
some details.
33+
security:
34+
- |
35+
Add security notes here, or remove this section. All of the list items in
36+
this section are combined when the release notes are rendered, so the text
37+
needs to be worded so that it does not depend on any information only
38+
available in another section, such as the prelude. This may mean repeating
39+
some details.
40+
fixes:
41+
- |
42+
Add normal bug fixes here, or remove this section. All of the list items
43+
in this section are combined when the release notes are rendered, so the
44+
text needs to be worded so that it does not depend on any information only
45+
available in another section, such as the prelude. This may mean repeating
46+
some details.
47+
other:
48+
- |
49+
Add other notes here, or remove this section. All of the list items in
50+
this section are combined when the release notes are rendered, so the text
51+
needs to be worded so that it does not depend on any information only
52+
available in another section, such as the prelude. This may mean repeating
53+
some details.

0 commit comments

Comments
 (0)