Skip to content

Commit 8b11a3d

Browse files
committed
Set rabbit stream max segment to 5KB and age to 60s
1 parent 69b9ace commit 8b11a3d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

etc/kayobe/environments/ci-multinode/kolla/globals.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
6767
# Open up ports in firewalld for services on the public API network.
6868
enable_external_api_firewalld: true
6969
external_api_firewalld_zone: "{{ public_net_name | net_zone }}"
70+
71+
rabbitmq_stream_max_segment_size_bytes: 5000
72+
rabbitmq_stream_segment_max_age: "60s"

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# where the key is the OS distro and the value is the tag to deploy.
55
kolla_image_tags:
66
openstack:
7+
rocky-9: 2025.1-rocky-9-20250624T160903
8+
ubuntu-noble: 2025.1-ubuntu-noble-20250624T160903
9+
bifrost:
710
rocky-9: 2025.1-rocky-9-20250616T133037
811
ubuntu-noble: 2025.1-ubuntu-noble-20250613T131221
912
neutron_metadata_agent:

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ stackhpc_kolla_source_version: stackhpc/20.1.0.2
149149

150150
# Kolla Ansible source repository.
151151
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
152-
stackhpc_kolla_ansible_source_version: stackhpc/20.1.0.1
152+
stackhpc_kolla_ansible_source_version: rabbitmq-stream-fix
153153

154154
###############################################################################
155155
# Container image registry

0 commit comments

Comments
 (0)