Current Series Release Notes

18.0.0-32

New Features

  • The neutron-bgp-dragent container will now be built by default when kolla_enable_neutron_bgp_dragent is true.

  • Adds the kolla_enable_bifrost variable to make deploying Bifrost optional. It defaults to true, maintaining the current behavior.

Upgrade Notes

  • Deployments using Juniper Junos OS switches are required to update their configuration according to Juniper Junos OS documentation. This is due to the junos_config module dropping support for the provider parameter.

  • Bumps the dellemc.os10 collection to version 1.2.7. This resolves an issue with applying some configuration blocks. LP#2115121

  • Updates the default cloud image for CentOS Stream 9 deployments to use CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2.

Bug Fixes

  • Fixes incorrect handling of ansible_python_interpreter when using ansible-collection-kolla. Kayobe now aligns its behavior with kolla-ansible to ensure the correct interpreter is used. LP#2111594

  • Fixes the user prompt for deprovisioning multiple overcloud hosts at once. Previously, the prompt would only confirm deprovisioning for one host. It will now correctly apply to all hosts that have been targeted. LP#2115037

  • Bumps the stackhpc.libvirt-vm role to v1.16.3 to fix seed and infra VM provisioning failures on Rocky Linux 9.6.

  • Fixes failure to activate SR-IOV on GPU devices by bumping the stackhpc.linux collection to v1.3.4.

  • Fixes support for empty strings in the dev-tools package lists. This allows using expressions such as {{ 'foo' if os_distribution == 'rocky' else '' }}. LP#2115000

  • Fixes an infinite loop when deploying seed containers. LP#2114845

  • Fixes an issue building images with a regex when no image registry is set LP#2112646