ironic-inspector/releasenotes/notes/ipa-inventory-0a1e8d644da850ff.yaml
Dmitry Tantsur 2a1807af0a Switch to IPA as a primary ramdisk
* 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
2016-01-13 17:30:56 +01:00

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.