[release-4.20] OCPBUGS-111100: Use ServiceRoot.Vendor for detect_vendor() instead of System.Manufacturer - #493
Conversation
…urer Some systems like Dell GB200 NVL servers use AMI MegaRAC BMCs rebranded under Dell. System.Manufacturer returns "Dell Inc." (the chassis OEM), but the BMC firmware is actually AMI. This causes detect_vendor() to misidentify the vendor, triggering the wrong firmware version check and missing AMI-specific code paths. Prefer the Redfish ServiceRoot Vendor field which correctly identifies the BMC firmware vendor. Fall back to System.Manufacturer when ServiceRoot.Vendor is not available. Closes-Bug: #2143027 Change-Id: Ib988ed6b84848e9b479f40255e2175f70751d61f Signed-off-by: synthe102 <leonard@suslian.engineer> (cherry picked from commit 84ff824) (cherry picked from commit bf6187b)
|
@hroyrh: This pull request references Jira Issue OCPBUGS-111100, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@hroyrh: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/jira refresh |
|
@hroyrh: This pull request references Jira Issue OCPBUGS-111100, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur, hroyrh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Some systems like Dell GB200 NVL servers use AMI MegaRAC BMCs rebranded under Dell. System.Manufacturer returns "Dell Inc." (the chassis OEM), but the BMC firmware is actually AMI. This causes detect_vendor() to misidentify the vendor, triggering the wrong firmware version check and missing AMI-specific code paths.
Prefer the Redfish ServiceRoot Vendor field which correctly identifies the BMC firmware vendor. Fall back to System.Manufacturer when ServiceRoot.Vendor is not available.
Closes-Bug: #2143027
Change-Id: Ib988ed6b84848e9b479f40255e2175f70751d61f
(cherry picked from commit 84ff824) (cherry picked from commit bf6187b)