Wallaby Series Release Notes¶
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-optionscloud_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.