ironic/releasenotes/notes/add-iso-less-vmedia-ilo-5816922c03d0fd85.yaml
ankit b4fafd8878 Adding changes for iso less vmedia support
This commit allows virtual media deployment/rescue
using kernel/ramdisk pair by creating iso on the fly
for ilo and ilo5 hardware types. Also it adds support
of dhcp less deploy to ilo and ilo5 hardware type.

Change-Id: I08e37a9f5268c15ba954b34ad706b900e5430da6
Story: #2006691
Task: #40893
2020-09-25 05:07:07 +00:00

19 lines
752 B
YAML

---
features:
- |
Adds functionality to the ``ilo`` and ``ilo5`` hardware types
by enabling virtual media boot without user-built
deploy/rescue/boot ISO images. Instead, ironic will
build necessary images out of common kernel/ramdisk
pair (though user needs to provide ESP image).
User provided deploy/rescue/boot ISO images are
also supported.
- |
Adds support of DHCP less deploy to ``ilo`` and ``ilo5``
hardware types by using the ``network_data`` property
on the node field, operators can now apply network
configuration to be embedded in iLO based Virtual
Media based deployment ramdisks which include networking
configuration enabling the deployment to operate without
the use of DHCP.