summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-10-07 17:58:01 +0200
committerIlya Etingof <etingof@gmail.com>2019-11-21 12:39:53 +0100
commit605f7445701b2d8b2161b53a64f68943d6e09c9f (patch)
treeb1f397f006613555672fbb14ea13f421a3069aeb /releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml
parent8990e7dcbc5ab24344bd5778c417525147fd0cfd (diff)
downloadironic-605f7445701b2d8b2161b53a64f68943d6e09c9f.tar.gz
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
Diffstat (limited to 'releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml')
-rw-r--r--releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml b/releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml
new file mode 100644
index 000000000..f61699a7a
--- /dev/null
+++ b/releasenotes/notes/add-kernel-params-redfish-72b87075465c87f6.yaml
@@ -0,0 +1,9 @@
+---
+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.