Bug 1980051
Summary: | ramdisk_kernel_arguments not adding argument to kernel command line | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Juan Pablo Lopez Guzman <jlopezgu> |
Component: | openstack-ironic | Assignee: | Julia Kreger <jkreger> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 17.0 (Wallaby) | CC: | jbadiapa, jkreger, sbaker |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-02-08 15:27:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Juan Pablo Lopez Guzman
2021-07-07 16:53:52 UTC
So the proper parameter is in the instance_info field, a value assigned to "kernel_append_params". We've added unit test upstream which works as expected if the information is present, so we believe that should work instead of the ramdisk_kernel_params value which appears to be a hold-over from initial redfish virtual media support. Please try "kernel_append_params" and let us know how that goes. Heard back from the requester. They used the kernel_append_params and the setting worked. I double checked the upstream documentation, and it also states as such. Given this, I'm going to close this item out. Reopening the BZ. The instance_info argument doesn't work. So it seems the original requester was using the master branch and not wallaby. That being said, I noticed that the original ramdisk parameter passing functionality could have used better unit testing as there were some gaps where it was not really covered. The ramdisk_kernel_arguments parameter is supposed to work on stable/wallaby, and should even work on master. And according to all the unit testing I put in place, it does work. Rendered output is as expected when used. Which means there is a variable or something mechanics wise which is occurring here, that is not readily visible. Additional unit tests merged upstream. I'm considering this matter closed and that there is not a need to backport additional unit tests. |