68e6daf717
Change-Id: I0a2c5345b7f72014528a73ece68f442745f64302
14 lines
556 B
YAML
14 lines
556 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds an ``ilo-ipxe`` boot interface to ``ilo`` hardware type which
|
|
allows for instance level iPXE enablement as opposed to
|
|
conductor-wide enablement of iPXE.
|
|
To perform iPXE boot with ``ilo-ipxe`` boot interface:
|
|
|
|
* Add ``ilo-ipxe`` to ``enabled_boot_interfaces`` in ``ironic.conf``
|
|
* Set up TFTP & HTTP server using `Ironic document on iPXE boot
|
|
configuration
|
|
<https://docs.openstack.org/ironic/latest/install/configure-pxe.html>`_
|
|
* Create/Set baremetal node with ``--boot-interface ilo-ipxe``
|