Current Series Release Notes¶
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.