Wallaby Series Release Notes¶
4.6.4¶
Bug Fixes¶
OpenStackSDK log messages are no longer sent to stdout and no longer break parsing the output.
The logging configuration now respects the
--verboseflag.
Some warnings are no longer duplicated.
4.6.3¶
Bug Fixes¶
Embedded configuration drive generation support has been updated to support
mkisofsandxorrisofsin adition to the previously supportedgenisoimageutility. This is as distributions such as Debian and OpenSUSE do not shipgenisoimage.
4.6.2¶
Bug Fixes¶
The
--debugoption now works correctly with the built-inbaremetalcommand line tool.
Fixes using
network_datawith the--fieldsparameter.
4.6.0¶
New Features¶
Adds support for providing optional deploy steps when deploying or rebuilding; available with ironic-api-version 1.69 or higher. Baremetal CLI is
baremetal node <provision-state> <node> --deploy-steps <deploy-steps>where<provision-state>is ‘deploy’ or ‘rebuild’ and<deploy-steps>are deploy steps in JSON format. May be path to a file containing deploy steps; OR ‘-’, with the deploy steps being read from standard input; OR a string. The value should be a list of deploy-step dictionaries; each dictionary should have keys ‘interface’, ‘step’ and ‘priority’, and optional key ‘args’. When overlapping, these steps override deploy template and driver steps. For more information see Deploy Steps in Node Deployment documentation.
YAML files are now supported for the
--network-data,--deploy-steps,--clean-stepsand--target-raid-configarguments, as well as for the--stepsargument of deploy template commands.
4.5.0¶
New Features¶
Following a similar change to ironic, it is now possible to set the node’s
automated_cleanto False using the new--no-automated-cleanargument tobaremetal node set.