diff --git a/etc/kayobe/environments/ci-multinode/kolla/globals.yml b/etc/kayobe/environments/ci-multinode/kolla/globals.yml index 2fe551d8db..a80e2ccd33 100644 --- a/etc/kayobe/environments/ci-multinode/kolla/globals.yml +++ b/etc/kayobe/environments/ci-multinode/kolla/globals.yml @@ -67,3 +67,6 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8" # Open up ports in firewalld for services on the public API network. enable_external_api_firewalld: true external_api_firewalld_zone: "{{ public_net_name | net_zone }}" + +rabbitmq_stream_max_segment_size_bytes: 5000 +rabbitmq_stream_segment_max_age: "60s" diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 55f0c0970c..48f35966f6 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -4,6 +4,9 @@ # where the key is the OS distro and the value is the tag to deploy. kolla_image_tags: openstack: + rocky-9: 2025.1-rocky-9-20250624T160903 + ubuntu-noble: 2025.1-ubuntu-noble-20250624T160903 + bifrost: rocky-9: 2025.1-rocky-9-20250616T133037 ubuntu-noble: 2025.1-ubuntu-noble-20250613T131221 neutron_metadata_agent: diff --git a/etc/kayobe/stackhpc.yml b/etc/kayobe/stackhpc.yml index cce6f30b18..ee00ba3cc6 100644 --- a/etc/kayobe/stackhpc.yml +++ b/etc/kayobe/stackhpc.yml @@ -149,7 +149,7 @@ stackhpc_kolla_source_version: stackhpc/20.1.0.2 # Kolla Ansible source repository. stackhpc_kolla_ansible_source_url: "https://github.com/stackhpc/kolla-ansible" -stackhpc_kolla_ansible_source_version: stackhpc/20.1.0.1 +stackhpc_kolla_ansible_source_version: rabbitmq-stream-fix ############################################################################### # Container image registry