File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
environments/ci-multinode/kolla Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,7 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
67
67
# Open up ports in firewalld for services on the public API network.
68
68
enable_external_api_firewalld : true
69
69
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
Original file line number Diff line number Diff line change 4
4
# where the key is the OS distro and the value is the tag to deploy.
5
5
kolla_image_tags :
6
6
openstack :
7
+ rocky-9 : 2025.1-rocky-9-20250624T160903
8
+ ubuntu-noble : 2025.1-ubuntu-noble-20250624T160903
9
+ bifrost :
7
10
rocky-9 : 2025.1-rocky-9-20250616T133037
8
11
ubuntu-noble : 2025.1-ubuntu-noble-20250613T131221
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ stackhpc_kolla_source_version: stackhpc/20.0.0.14
145
145
146
146
# Kolla Ansible source repository.
147
147
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
149
149
150
150
# ##############################################################################
151
151
# Container image registry
You can’t perform that action at this time.
0 commit comments