Wallaby Series (10.0.0 - 10.2.x) Release Notes¶
10.2.1-5¶
Deprecation Notes¶
Support for Fedora is no longer tested in the CI and will be removed fromthe code in the near future.
10.2.1¶
Upgrade Notes¶
Moves installation of package dependencies for Diskimage Builder (DIB) fromthe
bifrost-create-dib-imagerole to thebifrost-install-ironicrole. This provides a cleaner separation between installation and imagecreation.
Bug Fixes¶
Password files (
htpasswd) are no longer world-readable.
Works around the
libvirtmoduleisnotimportableerror by installinglibvirt-python from source install of a wheel.
Fixes a failure when building an Ubuntu image due to a missing
squashfs-toolspackage.
Installssushy-oem-idracwhen the
idrachardware type is enabled.
Fixes the iptables rule for PXE on systems not using firewalld (useport UDP/67 and UDP/69 instead of TCP/68 and TCP/69).
10.2.0¶
New Features¶
Adds the
--disable-dhcpargument to./bifrost-cliinstalltodisable the integrated dhcp configuration.
The dynamic DHCP inventory hostsdir is now created and enabled by default,even when
inventory_dhcpisfalse.
Upgrade Notes¶
An additional DNS hosts directory is no longer created by default in
/etc/dnsmasq.d/bifrost.hosts.dwheninventory_dhcpistrue.Set the new variablednsmasq_additional_hostsdirto keep the previousbehavior (you’ll needdnsmasq_enable_dns=trueto actually use it).
Deprecation Notes¶
The parameter
disable_dnsmasq_dnshas been deprecated in favor ofthe new parameterdnsmasq_enable_dns.
Other Notes¶
No longer passes
--no-cache-dirto pip by default.
