kolla-ansible/releasenotes/notes/support-ironic-ipxe-boot-2ea7f598748403bd.yaml
Will Szumski 0a1ccc2612 Add support for enabling ipxe boot with ironic
When enable_ironic_ipxe is set in /etc/kolla/globals.yml,
the following happens:

- a new docker container, ironic_ipxe, is created. This contains
  an apache webserver used to serve up the boot images
- ironic is configured to use ipxe

Change-Id: I08fca1864a00afb768494406c49e968920c83ae7
Implements: blueprint ironic-ipxe
2018-05-25 08:20:47 +00:00

6 lines
147 B
YAML

---
features:
- |
Adds support for booting bare metal nodes with Ironic using iPXE.
This is enabled via the ``enable_ironic_ipxe`` flag.