Wallaby Series Release Notes

1.4.4-9

Bug Fixes

  • It is now possible to create a port on a specific subnet also when multiple subnets with the same name exist on different networks. See bug: 2009732.

1.4.3

Bug Fixes

  • Fixed an issue where instance metadata for network configuration was not correctly written to the config-drive when using a neutron routed provider network. The invalid metadata would in most cases cause the instance network initialization to completely fail, leaving the instance with no network connectivity. See bug: 2009715.

  • Fixed and issue where deployed nodes did not become available over the network. This happened when the first network interface was not connected to a network with a DHCP service, i.e a secondary network interface was used. Network metadata is now created and written to the instance config in the config-drive for deployed nodes. The addition of network metadata in the instance config solves this problem. See bug: 2009238.

1.4.1

Bug Fixes

  • No longer removes instance_info on normal unprovisioning, only on failures during deployment.

1.4.0

New Features

  • Add new metalsmith_instances instance option config_drive. This has sub-options cloud_config` and ``meta_data and allows customization of data packaged in the config-drive to be consumed by cloud-init.

1.2.0

Deprecation Notes

  • Providing checksums for file images is deprecated. No deploy implementation actually supports them.

Bug Fixes

  • Checksums are no longer required (nor used) with file images.