Skip to content

[release-4.20] OCPBUGS-111100: Use ServiceRoot.Vendor for detect_vendor() instead of System.Manufacturer - #493

Open
hroyrh wants to merge 1 commit into
openshift:release-4.20from
hroyrh:ocpbugs-111100
Open

[release-4.20] OCPBUGS-111100: Use ServiceRoot.Vendor for detect_vendor() instead of System.Manufacturer#493
hroyrh wants to merge 1 commit into
openshift:release-4.20from
hroyrh:ocpbugs-111100

Conversation

@hroyrh

@hroyrh hroyrh commented Aug 20, 2026

Copy link
Copy Markdown

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)

…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)
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Aug 20, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@hroyrh: This pull request references Jira Issue OCPBUGS-111100, which is invalid:

  • expected dependent Jira Issue OCPBUGS-111098 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but it is ON_QA instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

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)

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.

@openshift-ci

openshift-ci Bot commented Aug 20, 2026

Copy link
Copy Markdown

@hroyrh: all tests passed!

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@hroyrh

hroyrh commented Aug 20, 2026

Copy link
Copy Markdown
Author

/jira refresh

@openshift-ci-robot

Copy link
Copy Markdown

@hroyrh: This pull request references Jira Issue OCPBUGS-111100, which is invalid:

  • expected dependent Jira Issue OCPBUGS-111098 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but it is ON_QA instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/jira refresh

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 hroyrh changed the title OCPBUGS-111100: Use ServiceRoot.Vendor for detect_vendor() instead of System.Manufacturer [release-4.20] OCPBUGS-111100: Use ServiceRoot.Vendor for detect_vendor() instead of System.Manufacturer Aug 20, 2026
@dtantsur

Copy link
Copy Markdown
Member

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 21, 2026
@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants