Current Series Release Notes¶
20.0.0-3¶
Upgrade Notes¶
Ubuntu 22.04 “Jammy” is no longer a supported operating system for running Bifrost. Please use 24.04 “Noble” instead.
The default Ubuntu deployment image release is now Noble. If you rely on the upstream deploy image defaults with
upstream_deploy_image_distribution: ubuntu, update any explicitupstream_deploy_image_releaseoverrides that were set tojammy.
20.0.0¶
New Features¶
Added support for testing the new standalone Ironic networking service. When
enable_ironic_networkingis set toTrue, the standalone networking service is launched alongside the main Ironic service using theironic-networkingnetworking driver. Generated inventory files now include port and driver information to utilize this new functionality. This feature enables testing of advanced network configuration capabilities in standalone Ironic deployments.
Known Issues¶
When testing standalone Ironic networking functionality, if
test_vm_use_static_local_link_connection_infois set to false, then manual inspection must be performed on nodes prior to deployment to ensurelocal_link_connectioninformation is available for switch port identification. Without this information, nodes may be silently provisioned on incorrect VLANs.
The OVS bridge type must be used for testing this functionality.