Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/environments/ci-multinode/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading