Skip to content

[patch] Default to RHOAI and remove ODH/RHOAI interactive prompt - #2552

Open
Divyesh-Khokhar wants to merge 4 commits into
masterfrom
defaultrhoai
Open

[patch] Default to RHOAI and remove ODH/RHOAI interactive prompt#2552
Divyesh-Khokhar wants to merge 4 commits into
masterfrom
defaultrhoai

Conversation

@Divyesh-Khokhar

@Divyesh-Khokhar Divyesh-Khokhar commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Removes the interactive "AI Data Science Platform" selection prompt from both mas install and mas aiservice install. Red Hat OpenShift AI(RHOAI) is now the default and only supported AI data science platform going forward.

Changes

  • mas install (install/app.py):

    • configOperationMode() now defaults rhoai param to "true".
    • Removed the interactive ODH/RHOAI selection dialog in
      aiServiceSettings(); replaced with a warning notice.
  • mas aiservice install (aiservice/install/app.py):

    • Non-interactive non_prod handler now sets rhoai="true" instead
      of "false" (RHOAI is now the default without needing --rhoai).
    • Removed the same interactive ODH/RHOAI selection dialog; replaced
      with the same warning notice.

Testing

Screenshot 2026-08-24 at 2 57 42 PM Screenshot 2026-08-24 at 3 27 13 PM

@Divyesh-Khokhar
Divyesh-Khokhar requested a review from a team as a code owner August 24, 2026 09:51
self.setParam("aiservice_odh_model_deployment_type", "raw")
self.setParam("aiservice_rhoai_model_deployment_type", "raw")
self.setParam("rhoai", "false")
self.setParam("rhoai", "true")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Since RHOAI is now the default platform, should we remove the rhoai flag from the install pipeline altogether?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We were thinking of removing the rhoai flag once we completely remove the ODH task. At that point, we can remove the rhoai flag from the install pipeline as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants