Skip to content

Commit 9c3e325

Browse files
committed
Test: Set rabbit stream max segment to 5KB and age to 60s
skip-checks: true
1 parent c76a66b commit 9c3e325

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ 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+
om_enable_rabbitmq_stream_fanout: true
72+
om_rabbitmq_stream_max_segment_size_bytes: 5000
73+
om_rabbitmq_stream_segment_max_age: 60

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
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

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ stackhpc_kolla_source_version: stackhpc/20.0.0.14
145145

146146
# Kolla Ansible source repository.
147147
stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible"
148-
stackhpc_kolla_ansible_source_version: fix-service-deploy
148+
stackhpc_kolla_ansible_source_version: rabbitmq-stream-fix
149149

150150
###############################################################################
151151
# Container image registry

0 commit comments

Comments
 (0)