Current Series Release Notes

2.0.0-30

New Features

  • Add support for emulating Redfish BMCs using the sushy-tools sushy-emulator.

  • Adds support for changing the network driver to either systemd-networkd (Debian-based systems) or NetworkManager (RHL-based systems). Changing to either of these will result in a persistent networking setup.

    NOTE: persistent networking is not yet supported for bridge types “direct” or “openvswitch”.

  • Optionally support setting the Ironic node shard key and conductor group.

Upgrade Notes

  • Changes the default boot mode to UEFI. The previous default of legacy BIOS may be restored by setting default_boot_mode to bios.

Bug Fixes

  • Fixes an issue where tenks was regenerating the MAC addresses for the network interfaces used by the backing virtual machines on each run. This would lead to a mismatch between the MAC address set on the baremetal port in Ironic and the MAC address of the virtual machine’s network interface.