Skip to content

MGMT-20673: Improve OpenShift AI bundle requirements tooltip#3352

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-assisted:masterfrom
yoavsc0302:MGMT-20673/Openshift-AI-bundle-requirements-tooltip-doesn't-display-requirements
Jan 20, 2026
Merged

MGMT-20673: Improve OpenShift AI bundle requirements tooltip#3352
openshift-merge-bot[bot] merged 1 commit intoopenshift-assisted:masterfrom
yoavsc0302:MGMT-20673/Openshift-AI-bundle-requirements-tooltip-doesn't-display-requirements

Conversation

@yoavsc0302
Copy link
Contributor

@yoavsc0302 yoavsc0302 commented Jan 7, 2026

  • Add message that GPUs are recommended for optimal AI/ML workload performance
  • Add link to official Red Hat documentation for detailed requirements

The tooltip now provides users with clear guidance when selecting the OpenShift AI bundle during cluster creation.

Summary by CodeRabbit

  • New Features

    • Added a direct, year-aware documentation link for the OpenShift AI bundle configuration.
  • Enhancements

    • Added a prominent GPU recommendation for optimal AI/ML workload performance.
    • Moved the GPU recommendation to the top of the OpenShift AI description for greater visibility.

✏️ Tip: You can customize this high-level summary in your review settings.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 7, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 7, 2026

@yoavsc0302: This pull request references MGMT-20673 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set.

Details

In response to this:

  • Add message that GPUs are recommended for optimal AI/ML workload performance
  • Add link to official Red Hat documentation for detailed requirements

The tooltip now provides users with clear guidance when selecting the OpenShift AI bundle during cluster creation.

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 review from celdrake and jkilzi January 7, 2026 11:44
@coderabbitai
Copy link

coderabbitai bot commented Jan 7, 2026

📝 Walkthrough

Walkthrough

Updates the openshift-ai bundle specification to add a docsLink and prepend a Description ListItem recommending GPUs for AI/ML workloads in bundleSpecs.tsx.

Changes

Cohort / File(s) Summary
openshift-ai bundle update
libs/ui-lib/lib/ocm/components/clusterConfiguration/operators/bundleSpecs.tsx
Added a docsLink constructed via getYearForAssistedInstallerDocumentationLink() and prepended a Description ListItem noting GPUs are recommended for AI/ML workloads.

Sequence Diagram(s)

(omitted — change is a small content/spec update with no new multi-component control flow)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

lgtm, approved

Suggested reviewers

  • celdrake
  • ammont82

Poem

🐰 I hopped in code, nudged docs to link,
A GPU hint so models won't sink,
A tiny ListItem, placed up front,
Little change — but guidance upfront! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: improving the OpenShift AI bundle requirements tooltip by adding GPU recommendations and documentation links.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

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 added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 7, 2026
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 7, 2026

@yoavsc0302: This pull request references MGMT-20673 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set.

Details

In response to this:

  • Add message that GPUs are recommended for optimal AI/ML workload performance
  • Add link to official Red Hat documentation for detailed requirements

The tooltip now provides users with clear guidance when selecting the OpenShift AI bundle during cluster creation.

Summary by CodeRabbit

  • New Features

  • Added documentation link to the OpenShift AI bundle configuration.

  • Enhancements

  • Updated GPU support messaging to clarify that cluster operators are automatically installed based on detected hardware.

  • Enhanced AI/ML workload configuration with GPU resource recommendations.

✏️ Tip: You can customize this high-level summary in your review settings.

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.

@yoavsc0302 yoavsc0302 force-pushed the MGMT-20673/Openshift-AI-bundle-requirements-tooltip-doesn't-display-requirements branch from 2e2bd2c to 223bca2 Compare January 7, 2026 11:47
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In
@libs/ui-lib/lib/ocm/components/clusterConfiguration/operators/bundleSpecs.tsx:
- Around line 40-41: Replace the hardcoded "2025" in the docsLink value with a
dynamic year by importing getYearForAssistedInstallerDocumentationLink from
docs_links.ts and using it in a template literal for the URL; update the import
list at the top of the file to include
getYearForAssistedInstallerDocumentationLink and change the docsLink string (in
the bundleSpecs entry) to use
'.../assisted_installer_for_openshift_container_platform/${getYearForAssistedInstallerDocumentationLink()}/html/...#openshift-ai-bundle_customizing-with-bundles-and-operators'.
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d47ab5f and 2e2bd2c.

📒 Files selected for processing (1)
  • libs/ui-lib/lib/ocm/components/clusterConfiguration/operators/bundleSpecs.tsx
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: ammont82
Repo: openshift-assisted/assisted-installer-ui PR: 3101
File: libs/ui-lib/lib/common/config/docs_links.ts:203-221
Timestamp: 2025-08-11T06:07:38.056Z
Learning: The MetalLB, OADP, Cluster Observability, and NUMA Resources operators in the virtualization bundle don't require version fallback logic in their documentation link functions (getMetalLbLink, getOadpLink, getClusterObservabilityLink, getNumaResourcesLink) in libs/ui-lib/lib/common/config/docs_links.ts, unlike some other operators like LSO and NVIDIA GPU.
📚 Learning: 2025-08-11T06:07:38.056Z
Learnt from: ammont82
Repo: openshift-assisted/assisted-installer-ui PR: 3101
File: libs/ui-lib/lib/common/config/docs_links.ts:203-221
Timestamp: 2025-08-11T06:07:38.056Z
Learning: The MetalLB, OADP, Cluster Observability, and NUMA Resources operators in the virtualization bundle don't require version fallback logic in their documentation link functions (getMetalLbLink, getOadpLink, getClusterObservabilityLink, getNumaResourcesLink) in libs/ui-lib/lib/common/config/docs_links.ts, unlike some other operators like LSO and NVIDIA GPU.

Applied to files:

  • libs/ui-lib/lib/ocm/components/clusterConfiguration/operators/bundleSpecs.tsx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: circular-deps
  • GitHub Check: format
  • GitHub Check: tests
  • GitHub Check: unit-tests
  • GitHub Check: lint
  • GitHub Check: translation-files
🔇 Additional comments (3)
libs/ui-lib/lib/ocm/components/clusterConfiguration/operators/bundleSpecs.tsx (3)

7-7: LGTM! Optional docsLink field appropriately extends BundleSpec.

The optional field maintains backward compatibility with existing bundles that don't require documentation links.


33-33: LGTM! Clear GPU recommendation message.

The message effectively communicates that GPUs enhance AI/ML workload performance without making them a hard requirement.


34-37: LGTM! Clear explanation of automatic operator installation.

The message effectively communicates that GPU operators are automatically installed based on hardware detection, which helps set user expectations during cluster creation.

@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 7, 2026

@yoavsc0302: This pull request references MGMT-20673 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set.

Details

In response to this:

  • Add message that GPUs are recommended for optimal AI/ML workload performance
  • Add link to official Red Hat documentation for detailed requirements

The tooltip now provides users with clear guidance when selecting the OpenShift AI bundle during cluster creation.

Summary by CodeRabbit

  • New Features

  • Added a direct documentation link for the OpenShift AI bundle configuration.

  • Enhancements

  • Added prominent GPU recommendation messaging for optimal AI/ML workload performance.

  • Clarified AI/ML workload configuration guidance with recommended GPU resource guidance.

✏️ Tip: You can customize this high-level summary in your review settings.

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.

- Add message that GPUs are recommended for optimal AI/ML workload performance
- Add link to official Red Hat documentation for detailed requirements

The tooltip now provides users with clear guidance when selecting the
OpenShift AI bundle during cluster creation.
@yoavsc0302 yoavsc0302 force-pushed the MGMT-20673/Openshift-AI-bundle-requirements-tooltip-doesn't-display-requirements branch from cff02c8 to 816d302 Compare January 19, 2026 10:25
@openshift-ci-robot
Copy link

openshift-ci-robot commented Jan 19, 2026

@yoavsc0302: This pull request references MGMT-20673 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.22.0" version, but no target version was set.

Details

In response to this:

  • Add message that GPUs are recommended for optimal AI/ML workload performance
  • Add link to official Red Hat documentation for detailed requirements

The tooltip now provides users with clear guidance when selecting the OpenShift AI bundle during cluster creation.

Summary by CodeRabbit

  • New Features

  • Added a direct, year-aware documentation link for the OpenShift AI bundle configuration.

  • Enhancements

  • Added a prominent GPU recommendation for optimal AI/ML workload performance.

  • Moved the GPU recommendation to the top of the OpenShift AI description for greater visibility.

✏️ Tip: You can customize this high-level summary in your review settings.

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 added the lgtm Indicates that a PR is ready to be merged. label Jan 19, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 19, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ammont82, yoavsc0302

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 Jan 19, 2026
@ammont82
Copy link
Member

/retest

@yoavsc0302
Copy link
Contributor Author

/test images

@openshift-merge-bot openshift-merge-bot bot merged commit 9878a25 into openshift-assisted:master Jan 20, 2026
12 checks passed
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/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants