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 --verbose flag.

  • Some warnings are no longer duplicated.

4.6.3

Bug Fixes

  • Embedded configuration drive generation support has been updated to support mkisofs and xorrisofs in adition to the previously supported genisoimage utility. This is as distributions such as Debian and OpenSUSE do not ship genisoimage.

4.6.2

Bug Fixes

  • The --debug option now works correctly with the built-in baremetal command line tool.

  • Fixes using network_data with the --fields parameter.

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-steps and --target-raid-config arguments, as well as for the --steps argument 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_clean to False using the new --no-automated-clean argument to baremetal node set.