Pike Series (2.1.0 - 2.2.x) Release Notes

2.2.4-5

Bug Fixes

  • Mounts /run into chroot when installing grub to prevent timeouts.

2.2.4

Bug Fixes

  • Fixes bug in LLDP discovery code which lead to no LLDP information being discovered for any network interface if one network interface raised an exception, for example if the network interface incorrectly indicates its ready to read. https://bugs.launchpad.net/ironic-python-agent/+bug/1665025

2.2.3

Bug Fixes

  • Fixes the issue where link-local IP addresses were sometimes used as part of the callback URL given to ironic. The routable address is used instead. See bug 1732692 for more details.

2.2.2

Bug Fixes

  • Uses the PATH environment variable to get the grub (or grub2) binary instead of assuming it is in /usr/sbin. This provides flexibilty for grub to be installed in any PATH directory, on a partitioned image.

  • If root device hints are provided on the node, wait for the root device instead of the first disk. This fixes deployment when the target disk takes time to load.

2.2.1

Bug Fixes

  • Fixes incorrect assumption that a valid channel cannot follow an invalid one in IPMI (bug 1714944).

2.2.0

New Features

  • Adds a new optional dmidecode output collector called dmi-decode. It collects dmi output for BIOS, processor and memory information.

Bug Fixes

  • Fixes bug where it was assumed that all BMCs operated on the default LAN channel. IPA now iterates through all the possible LAN channels for the IP address and returns 0.0.0.0 if the IPMI interface is not configured. See https://bugs.launchpad.net/ironic-python-agent/+bug/1702514 for more details.