openstack-ansible-os_ironic/releasenotes/notes/adds-ipxe-conductor-support-d68b68548aa1cf1f.yaml
James Denton 8f3a9e207c Add iPXE support to Ironic Conductor
This patchset adds support for iPXE, which can speed up baremetal
provisioning considerably due to the use of HTTP versus TFTP.

Change-Id: I8b49ae37a0380cd7a2191f050a52c85cc373026b
2020-10-22 15:24:19 +00:00

7 lines
285 B
YAML

---
features:
- New variables have been added to allow a deployer to enable
iPXE support for Ironic Conductor, which uses HTTP rather
than TFTP, and can speed up baremetal provisioning considerably.
To enable, simply set the ``ironic_ipxe_enabled`` override to ``True``.