Yoga Series Release Notes

4.1.0

Bug Fixes

  • Fixes excess files being housed in /var/tmp inside of a ramdisk image which may, in some cases, result in a much larger ramdisk than expected. Files and folders in /var/tmp within a ramdisk are now removed prior to the ramdisk being packaged as part of a DIB based image build.

4.0.0

Upgrade Notes

  • Support for python2 in ironic-python-agent was dropped in the Ussuri release however it was still possible to build (non-functional) python2 images for CentOS 7. This python2 support is now dropped from the image build also. As part of this change, the pip-and-virtualenv element is not longer a dependency, so any custom elements which depend on this element will need to either include it explicitly or migrate to the recommended ensure-venv element.

  • The tinyipa image is now built using tinycore 13.x

Bug Fixes

  • Fixes issues with ramdisks potentially crashing when starting due to systemd attempting to access a random number generator before udevd has been launched. Depending on the mode of operation and underlying and configuration, i.e. in FIPS mode, the system could have crashed as a result. We will now always create the character devices devices, which can be used early in the boot sequence.

Other Notes

  • We now build and publish diskimage-builder debian based image on arm64.

  • On RHEL and CentOS 8 and later the dhcp-all-interfaces diskimage-builder element is now configured to only apply NetworkManager configuration by default. The dhcp-all-interfaces service will not be enabled. To re-enable the dhcp-all-interfaces service, set DIB_DHCP_NETWORK_MANAGER_AUTO=false in the environment.

    NetworkManager is quite capable to do automatic interface configuration. NetworkManager will by default try to auto-configure any interface with no configuration, it will use DHCP for IPv4 and Router Advertisements to decide how to initialize IPv6.

3.0.0

Upgrade Notes

  • The iscsi deploy interface is no longer supported by the DIB builder, use ironic-python-agent-builder 2.7.0 or older for it.

  • The tinyIPA build no longer supports the iscsi deploy interface. Please use version 2.6.0 or older for this.

Deprecation Notes

  • Fedora is no longer explicitly supported for DIB-based builds.

Other Notes

  • The pre-built images now use CentOS Stream 8 instead of CentOS 8.

2.7.0

Bug Fixes

  • Add support for TinyIPA predictible device names in dhcp.sh script by changing of NETDEVICES variable. It will support any device from /proc/net/dev starting with e or p letter.

2.5.0

New Features

  • Adds nvme-cli package required for ironic-python-agent to be able to fetch information from NVMe controllers and perform NVMe-native cleaning operations.

  • Supports installing ironic-lib from source in the DIB build. Set

    export IRONIC_LIB_FROM_SOURCE=true
    

    to use.

Bug Fixes

  • Removes unnecessary requirement on sdparm (removed in python-hardware 0.20.0).

  • Removes support for PYOPTIMIZE_TINYIPA, which now casues the TinyIPA image to be approximately 5 MB larger. This was due to an incompatability with the oslo.privsep library dependency on pycparser which cannot load into precompiled python programs where the original source embedded documentation is not present.

2.4.0

New Features

  • Excess hardware firmware on Debian based agent ramdisks is now automatically removed.

  • The new element ironic-ramdisk-base can be used to build ramdisks without IPA itself or any of its dependencies.

  • The ironic-python-agent-builder CLI now supports --lzma flag to compress images with the LZMA algorithm.

  • Firmware for netronome, amdgpu, qcom, ti-communication, ti-keystone, ueagle-atm, rsi, mrvl, brcm, mediatek, ath10k, rtlwifi are now removed by default. Set IPA_REMOVE_FIRMWARE to override.

Upgrade Notes

  • Non-free firmware is now installed by default on Debian DIB builds. Change the available repositories to disable:

    export DIB_DEBIAN_COMPONENTS=main

Bug Fixes

  • Free firmware is now installed by default on Debian DIB builds.

  • No longer tries to install biosdevname on non Red Hat systems (dropped from Ubuntu after Bionic, never present in Debian).

  • The DIB-based ramdisk is now always built with SELinux set to permissive. Enabling SELinux may result in broken ramdisks and does not make much sense for IPA anyway.

2.3.0

New Features

  • Adds a new element extra-hardware for configuring extra hardware collection in the ramdisk.

2.1.0

New Features

  • Supports building images for Ussuri+ on CentOS 7 using Python 3. This is not recommended but is necessary for some older hardware.

Bug Fixes

  • Installs linux-firmware on the DIB images since it’s now uninstalled by the base elements on Red Hat operating systems.

2.0.0

New Features

  • Adds packages required for ironic-python-agent to synchronize the system clock, namely ntpdate. The other dependency of the agent requires is hwclock, however that package is provided by util-linux.

Upgrade Notes

  • The efibootmgr package was added to tinyipa and dib images.

  • The efivar package was added to tinyipa and dib images.

  • Python 2.7 support has been dropped. Last release of ironic-python-agent-builder to support Python 2.7 is OpenStack Train. The minimum version of Python now supported by ironic-python-agent-builder is Python 3.6.

Deprecation Notes

  • Building images for CentOS 7 and other distribution releases that default to Python 2 is deprecated.

Other Notes

  • Since ironic-python-agent has removed support for Python 2, CentOS 8 images are now built and published on https://tarballs.openstack.org instead of CentOS 7 ones. The CentOS 7 images should not be used for Ussuri and later releases.