ironic/releasenotes/notes/allow-pxelinux-config-folder-to-be-defined-da0ddd397d58dcc8.yaml
Julia Kreger cfa2ddf99c Make pxelinux.cfg folder configurable
Some operators may wish to utilize different default folders
for their bootloaders to search for refernces to the asociated
configuration file.

This patch adds an option to the configuration file that allows
operators to change the default.

Change-Id: I9b8f97868aea74c1b1b458fe8f16ada1ff4ea579
2018-07-19 17:51:31 +00:00

11 lines
509 B
YAML

---
features:
- |
Adds a new configuration option ``[pxe]pxe_config_subdir`` to allow
operators to define the specific directory that may be used inside of
``/tftpboot`` or ``/httpboot`` for a boot loader to locate the
configuration file for the node. This option defaults to ``pxelinux.cfg``
which is the directory that the Syslinux `pxelinux.0` bootloader utilized.
Operators may wish to change the directory name if they are using other boot
loaders such as `GRUB` or `iPXE`.