ironic/releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml
Ilya Etingof 605f744570 Add instance_info/kernel_append_params to redfish
Adds `instance_info/kernel_append_params` property support to
`redfish` hardware type. If given, this property overrides
`[redfish]/kernel_append_params` ironic option.

The rationale for adding this property is to allow passing
node-specific kernel parameters to instance kernel.

One of the use-cases for this is to pass node static network
configuration to the kernel.

Change-Id: Ib1617f5a7ab34968d8bfe06fe49f3ba68e56f99f
Story: 2006691
Task: 36988
2019-11-21 12:39:53 +01:00

10 lines
420 B
YAML

---
features:
- |
Adds ``instance_info/kernel_append_params`` property support to ``redfish``
hardware type. If given, this property overrides
``[redfish]/kernel_append_params`` ironic option. The rationale for adding
this property is to allow passing node-specific kernel parameters to instance
kernel. One of the use-cases for this is to pass node static network
configuration to the kernel.