bifrost/releasenotes/notes/inspector-pxe-args-c65acb610507ab08.yaml
Mark Goddard e3ff784da1 Support extra PXE kernel arguments for Inspector
As an operator I want to be able to specify additional kernel arguments
for nodes being inspected by ironic inspector so that I can pass
arguments to Ironic Python Agent (IPA).

A number of optional features in IPA are configured via kernel command
line arguments, e.g. ipa-collect-lldp.

This change allows additional kernel arguments to be provided for use
by the IPA ramdisk during inspection.

Change-Id: I547596a8108765383f291da690196f3222b59d79
Closes-Bug: #1685876
2017-04-25 10:02:11 +01:00

12 lines
419 B
YAML

---
features:
- |
Allows additional kernel arguments to be specified in inspector PXE config.
A number of optional features in the Ironic Python Agent (IPA) are
configured via kernel command line arguments, e.g. ``ipa-collect-lldp``.
It is now possible to specify additional kernel arguments for use by the
IPA ramdisk during inspection with the ``inspector_extra_kernel_options``
variable.