Yoga Series Release Notes¶
14.1.0-6¶
Deprecation Notes¶
Support for Fedora is no longer tested in the CI and will be removed from the code in the near future.
14.1.0¶
Bug Fixes¶
Bifrost no longers installs GRUB2 and shim on the host system, avoding potential issues with a local bootloader.
14.0.0¶
New Features¶
Adds a new CLI command
./bifrost-cli deploythat runs the deploy playbook, optionally specifying a custom image.
Adds a new way to specify a custom image for the
bifrost-deploy-nodes-dynamicrole by setting the new parametersdeploy_image_sourceanddeploy_image_checksum.
Allows customizing the configdrive URL or JSON for the
bifrost-deploy-nodes-dynamicrole by setting the new parameterdeploy_config_drive.
Upgrade Notes¶
The parameters
network_mtu,ipv4_nameserverandipv4_gatewayno longer have default values. If needed, specify them explicitly.
When TLS is enabled, Ironic and Inspector now serve their API via unix sockets in the
/run/ironicdirectory instead of private TCP ports on localhost. The public API is served by Nginx.
Deprecation Notes¶
The
deploy_imageparameter of thebifrost-deploy-nodes-dynamicrole is deprecated in favour ofdeploy_image_path.
Bug Fixes¶
When several SSH public keys are available, prefers modern algorithms rather than RSA. This fixes logging in Cirros on CentOS 9.
Fixes the Bifrost inventory plugin to not set the
network_interfacevariable since it conflicts with the Bifrost’s variable with a different meaning.
Fixes
bifrost-configdrives-dynamicandbifrost-deploy-nodes-dynamicwhenuuidis not set in the inventory file.