Skip to content

OCPBUGS-74406: Update sushy to include DGX B200 credentials fix#819

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:release-4.19from
mabulgu:OCPBUGS-74406-ironic
Apr 2, 2026
Merged

OCPBUGS-74406: Update sushy to include DGX B200 credentials fix#819
openshift-merge-bot[bot] merged 1 commit intoopenshift:release-4.19from
mabulgu:OCPBUGS-74406-ironic

Conversation

@mabulgu
Copy link
Copy Markdown

@mabulgu mabulgu commented Mar 26, 2026

Update sushy dependency in requirements.cachito to include the fix for
NVIDIA DGX B200 VirtualMedia InsertMedia credential detection failure.

The DGX B200 BMC returns ActionParameterMissing via @Message.ExtendedInfo
instead of a structured error.code field, causing the existing credential
detection logic to fail. The updated sushy version includes improved
is_credentials_required() handling that detects these unstructured error
responses and retries with UserName/Password parameters.

Sushy backport PR: openshift/openstack-sushy#144
Upstream fix: https://review.opendev.org/c/openstack/sushy/+/964871

@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 Mar 26, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@mabulgu: This pull request references Jira Issue OCPBUGS-74406, which is invalid:

  • expected the bug to be in one of the following states: NEW, ASSIGNED, POST, 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:

Update sushy dependency in requirements.cachito to include the fix for
NVIDIA DGX B200 VirtualMedia InsertMedia credential detection failure.

The DGX B200 BMC returns ActionParameterMissing via @Message.ExtendedInfo
instead of a structured error.code field, causing the existing credential
detection logic to fail. The updated sushy version includes improved
is_credentials_required() handling that detects these unstructured error
responses and retries with UserName/Password parameters.

Sushy backport PR: openshift/openstack-sushy#144
Upstream fix: https://review.opendev.org/c/openstack/sushy/+/964871

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 26, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: d064a778-34cb-4994-808b-2d67f11e5321

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot requested review from bfournie and iurygregory March 26, 2026 09:41
@mabulgu mabulgu changed the title OCPBUGS-74406: Update sushy to include DGX B200 credentials fix Update sushy to include DGX B200 credentials fix Mar 26, 2026
@openshift-ci-robot openshift-ci-robot removed 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 Mar 26, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@mabulgu: No Jira issue is referenced in the title of this pull request.
To reference a jira issue, add 'XYZ-NNN:' to the title of this pull request and request another refresh with /jira refresh.

Details

In response to this:

Update sushy dependency in requirements.cachito to include the fix for
NVIDIA DGX B200 VirtualMedia InsertMedia credential detection failure.

The DGX B200 BMC returns ActionParameterMissing via @Message.ExtendedInfo
instead of a structured error.code field, causing the existing credential
detection logic to fail. The updated sushy version includes improved
is_credentials_required() handling that detects these unstructured error
responses and retries with UserName/Password parameters.

Sushy backport PR: openshift/openstack-sushy#144
Upstream fix: https://review.opendev.org/c/openstack/sushy/+/964871

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.

@MahnoorAsghar
Copy link
Copy Markdown

/test check-requirements

@MahnoorAsghar
Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Mar 26, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Mar 26, 2026

@mabulgu: 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.

@mabulgu
Copy link
Copy Markdown
Author

mabulgu commented Mar 26, 2026

@dtantsur pls approve when you have time. thanks!

@mabulgu mabulgu changed the title Update sushy to include DGX B200 credentials fix OCPBUGS-74406: Update sushy to include DGX B200 credentials fix Mar 30, 2026
@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 Mar 30, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@mabulgu: This pull request references Jira Issue OCPBUGS-74406, which is invalid:

  • expected the bug to be in one of the following states: NEW, ASSIGNED, POST, 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:

Update sushy dependency in requirements.cachito to include the fix for
NVIDIA DGX B200 VirtualMedia InsertMedia credential detection failure.

The DGX B200 BMC returns ActionParameterMissing via @Message.ExtendedInfo
instead of a structured error.code field, causing the existing credential
detection logic to fail. The updated sushy version includes improved
is_credentials_required() handling that detects these unstructured error
responses and retries with UserName/Password parameters.

Sushy backport PR: openshift/openstack-sushy#144
Upstream fix: https://review.opendev.org/c/openstack/sushy/+/964871

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.

@mabulgu
Copy link
Copy Markdown
Author

mabulgu commented Mar 30, 2026

/jira refresh

@openshift-ci-robot
Copy link
Copy Markdown

@mabulgu: This pull request references Jira Issue OCPBUGS-74406, which is invalid:

  • expected dependent Jira Issue OCPBUGS-74405 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but it is POST 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.

@dtantsur
Copy link
Copy Markdown
Member

dtantsur commented Apr 1, 2026

/approve
/label backport-risk-assessed

@openshift-ci openshift-ci bot added the backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. label Apr 1, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 1, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dtantsur, mabulgu

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 Apr 1, 2026
@jadhaj
Copy link
Copy Markdown

jadhaj commented Apr 2, 2026

/verified by @jadhaj

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Apr 2, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@jadhaj: This PR has been marked as verified by @jadhaj.

Details

In response to this:

/verified by @jadhaj

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.

@jadhaj
Copy link
Copy Markdown

jadhaj commented Apr 2, 2026

/verified by @jadhaj

@openshift-ci-robot
Copy link
Copy Markdown

@jadhaj: This PR has been marked as verified by @jadhaj.

Details

In response to this:

/verified by @jadhaj

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.

@jadhaj
Copy link
Copy Markdown

jadhaj commented Apr 2, 2026

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Apr 2, 2026
@openshift-ci-robot
Copy link
Copy Markdown

@jadhaj: This pull request references Jira Issue OCPBUGS-74406, which is valid.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.19.z) matches configured target version for branch (4.19.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note text is set and does not match the template
  • dependent bug Jira Issue OCPBUGS-74405 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-74405 targets the "4.20.z" version, which is one of the valid target versions: 4.20.0, 4.20.z
  • bug has dependents

Requesting review from QA contact:
/cc @jadhaj

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.

@openshift-ci openshift-ci bot requested a review from jadhaj April 2, 2026 17:53
@openshift-merge-bot openshift-merge-bot bot merged commit 98c6998 into openshift:release-4.19 Apr 2, 2026
8 checks passed
@openshift-ci-robot
Copy link
Copy Markdown

@mabulgu: Jira Issue OCPBUGS-74406: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-74406 has been moved to the MODIFIED state.

Details

In response to this:

Update sushy dependency in requirements.cachito to include the fix for
NVIDIA DGX B200 VirtualMedia InsertMedia credential detection failure.

The DGX B200 BMC returns ActionParameterMissing via @Message.ExtendedInfo
instead of a structured error.code field, causing the existing credential
detection logic to fail. The updated sushy version includes improved
is_credentials_required() handling that detects these unstructured error
responses and retries with UserName/Password parameters.

Sushy backport PR: openshift/openstack-sushy#144
Upstream fix: https://review.opendev.org/c/openstack/sushy/+/964871

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.

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. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. jira/valid-bug Indicates that a referenced Jira bug is valid 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. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants