2a1807af0a
* Stop requiring memory_mb, local_gb, cpu, cpu_arch, ipmi_address, interfaces; take them from inventory instead * Issue a warning when inventory is not supplied * Raise an error when root device hints are requested but inventory is not supplied * Logging improvement around network interfaces handling Closes-Bug: #1528831 Change-Id: Iaa1c34092463ff216379e30bcef55235517f6c92
16 lines
705 B
YAML
16 lines
705 B
YAML
---
|
|
prelude: >
|
|
Starting with this release, ironic-python-agent becomes the default
|
|
introspection ramdisk, with the old bash-based ramdisk being deprecated.
|
|
features:
|
|
- Inspector no longer requires old-style "local_gb", "memory_mb", "cpus"
|
|
and "cpu_arch" fields from the introspection ramdisk. They are still
|
|
supported, though, for compatibility with the old ramdisk.
|
|
upgrade:
|
|
- The root_disk_selection processing hook will now error out if root device
|
|
hints are specified on ironic node, but ironic-python-agent is not used
|
|
as an introspection ramdisk.
|
|
deprecations:
|
|
- Using old bash-based ramdisk is deprecated, please switch to
|
|
ironic-python-agent as soon as possible.
|