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 from the code in the near future.
10.2.1¶
Upgrade Notes¶
Moves installation of package dependencies for Diskimage Builder (DIB) from the
bifrost-create-dib-imagerole to thebifrost-install-ironicrole. This provides a cleaner separation between installation and image creation.
Bug Fixes¶
Password files (
htpasswd) are no longer world-readable.
Works around the
libvirt module is not importableerror by installing libvirt-python from source install of a wheel.
Fixes a failure when building an Ubuntu image due to a missing
squashfs-toolspackage.
Installs sushy-oem-idrac when the
idrachardware type is enabled.
Fixes the iptables rule for PXE on systems not using firewalld (use port UDP/67 and UDP/69 instead of TCP/68 and TCP/69).
10.2.0¶
New Features¶
Adds the
--disable-dhcpargument to./bifrost-cli installto disable 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 previous behavior (you’ll needdnsmasq_enable_dns=trueto actually use it).
Deprecation Notes¶
The parameter
disable_dnsmasq_dnshas been deprecated in favor of the new parameterdnsmasq_enable_dns.
Other Notes¶
No longer passes
--no-cache-dirto pip by default.