Skip to content

Commit 106ebb8

Browse files
committed
Test: Set rabbit stream max segment to 5KB
skip-checks: true
1 parent a065d47 commit 106ebb8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
6868
enable_external_api_firewalld: true
6969
external_api_firewalld_zone: "{{ public_net_name | net_zone }}"
7070

71-
#
71+
#
7272
cinder_cluster_name: "stackhpc_test_cinder_cluster"
73+
74+
om_enable_rabbitmq_stream_fanout: true
75+
om_rabbitmq_stream_max_segment_size_bytes: 5000

etc/kayobe/kolla-image-tags.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ kolla_image_tags:
66
openstack:
77
rocky-9: 2025.1-rocky-9-20250616T133037
88
ubuntu-noble: 2025.1-ubuntu-noble-20250613T131221
9+
nova:
10+
ubuntu-noble: 2025.1-ubuntu-noble-20250623T144300
11+
cinder:
12+
ubuntu-noble: 2025.1-ubuntu-noble-20250623T144300

0 commit comments

Comments
 (0)