e3ff784da1
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
12 lines
419 B
YAML
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.
|