Skip to content

Commit 4938a92

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

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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@ 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
76+
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

0 commit comments

Comments
 (0)