puppet-ironic/releasenotes/notes/drivers-pxe-5ced870285f654ad.yaml
Dmitry Tantsur b5d2769041 Clean up ironic::drivers::pxe
Detect boot file name and boot templates based on ipxe_enabled (unfortunately,
that required an explicit default for ipxe_enabled instead of os_service_default).

Switch quite a few parameters to os_service_default, where our defaults don't differ
from upstream defaults. TFTP root path is left alone, as it will be refactored soon.

Deprecate three parameters that do not exist in ironic (at least now).

Change-Id: Ic6844bf313a08b8481d3474185d08d878ff52b5a
2016-08-26 18:53:01 +02:00

9 lines
326 B
YAML

---
features:
- The default pxe_bootfile_name and pxe_config_template are now detected
based on ipxe_enabled instead of hardcoding TFTP values.
deprecations:
- |
The following options from ``ironic::drivers::pxe`` do not do anything and
are deprecated: "deploy_kernel", "deploy_ramdisk", "pxe_deploy_timeout".