Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[patch] Replace ODH with RHOAI - New Install#2091

Merged
karol-czarnecki merged 29 commits intomasterfrom
masaib1704
Feb 6, 2026
Merged

[patch] Replace ODH with RHOAI - New Install#2091
karol-czarnecki merged 29 commits intomasterfrom
masaib1704

Conversation

@karol-czarnecki
Copy link
Contributor

@karol-czarnecki karol-czarnecki commented Jan 27, 2026

Description

https://jsw.ibm.com/browse/MASR-7088
The ansible-devops collection can can used to install RHOAI and configure AI Service to use it in place of the existing opensource/community dependency stack

This change does not bring any change in playbook, this role is temporary disabled. Right now it is done for CLI --dev-mode testing

Test Results

TASK [Display test results for cluster kcdev1] *********************************
ok: [localhost] => {
    "msg": [
        "Current OCP server version ..... 4.19.21",
        "Cluster name ................... kcxxx",
        "Cluster type ................... quickburn",
        "Instance ID .................... apmdevops",
        "Cluster api .................... api.kcxxx.cp.fyre.ibm.com",
        "Main operator version .......... 9.1.11-pre.maint91xdev",
        "Tenant operator version ........ 9.1.11-pre.maint91xdev",
        "Create model enabled ........... True",
        "Model pods ..................... ['xxxxxxxxxxxxx-xxxxxxxxx-xxxxxxxxxxxx']",
        "API status healthy ............. True",
        "DB2 status healthy ............. True",
        "DRO status healthy ............. True",
        "Kmodel status .................. running",
        "Kmodel version ................. 1.0.15"
    ]
}

⚠️ Notes for Reviewers

  • Ensure you have understood the PR guidelines in the Playbook before proceeding with a review.
  • Ensure all sections in the PR template are appropriately completed.

commit 191ef3c
Author: JigarPatel2691 <[email protected]>
Date:   Fri Jan 23 16:10:53 2026 +0530

    [patch] Simplify assertion for COS resource ID check (#2079)

commit 485e7a9
Author: Társis Augusto <[email protected]>
Date:   Thu Jan 22 10:31:12 2026 -0300

    [patch] Fix broken conditionals (#2042)

commit 37bb5dc
Author: Alfishan Salar <[email protected]>
Date:   Wed Jan 21 17:06:55 2026 +0530

    [patch] Detect Manage and Facilities for ArcGIS installation : MASCORE-10766 (#2071)

    Co-authored-by: Mahammad Alfishan Salar <[email protected]>

commit cbebf54
Author: jainyjoseph <[email protected]>
Date:   Wed Jan 21 00:43:38 2026 +0530

    [minor] Support catalog-controlled Db2-channel version fallback in Ansible (#2064)

commit 24541be
Author: jainyjoseph <[email protected]>
Date:   Wed Jan 21 00:40:21 2026 +0530

    [patch] Updating schedule for Db2 rotate versions in release verification pipeline (#2072)

commit 1fd6364
Author: jainyjoseph <[email protected]>
Date:   Fri Jan 16 22:42:20 2026 +0530

    [minor] Rotate Db2 versions in release verification pipeline (#2065)

commit b63f3b1
Author: David Parker <[email protected]>
Date:   Thu Jan 15 12:06:40 2026 +0000

    [doc] More documentation enhancements (#2059)

commit 57f3be5
Author: David Parker <[email protected]>
Date:   Tue Jan 13 21:40:39 2026 +0000

    [doc] Enhance Role Documentation - Phase 1 (#2054)

commit 27789b9
Author: David Parker <[email protected]>
Date:   Tue Jan 13 11:56:02 2026 +0000

    [doc] Overhaul role docs (#2053)
commit 35fbaaa
Author: MaxRobak <[email protected]>
Date:   Fri Jan 23 14:53:38 2026 -0500

    [patch] Mongodb subnet nonetype error (#2081)

    Co-authored-by: Max Robakiewicz <[email protected]>

commit 191ef3c
Author: JigarPatel2691 <[email protected]>
Date:   Fri Jan 23 16:10:53 2026 +0530

    [patch] Simplify assertion for COS resource ID check (#2079)

commit 485e7a9
Author: Társis Augusto <[email protected]>
Date:   Thu Jan 22 10:31:12 2026 -0300

    [patch] Fix broken conditionals (#2042)

commit 37bb5dc
Author: Alfishan Salar <[email protected]>
Date:   Wed Jan 21 17:06:55 2026 +0530

    [patch] Detect Manage and Facilities for ArcGIS installation : MASCORE-10766 (#2071)

    Co-authored-by: Mahammad Alfishan Salar <[email protected]>

commit cbebf54
Author: jainyjoseph <[email protected]>
Date:   Wed Jan 21 00:43:38 2026 +0530

    [minor] Support catalog-controlled Db2-channel version fallback in Ansible (#2064)

commit 24541be
Author: jainyjoseph <[email protected]>
Date:   Wed Jan 21 00:40:21 2026 +0530

    [patch] Updating schedule for Db2 rotate versions in release verification pipeline (#2072)

commit 1fd6364
Author: jainyjoseph <[email protected]>
Date:   Fri Jan 16 22:42:20 2026 +0530

    [minor] Rotate Db2 versions in release verification pipeline (#2065)

commit b63f3b1
Author: David Parker <[email protected]>
Date:   Thu Jan 15 12:06:40 2026 +0000

    [doc] More documentation enhancements (#2059)

commit 57f3be5
Author: David Parker <[email protected]>
Date:   Tue Jan 13 21:40:39 2026 +0000

    [doc] Enhance Role Documentation - Phase 1 (#2054)

commit 27789b9
Author: David Parker <[email protected]>
Date:   Tue Jan 13 11:56:02 2026 +0000

    [doc] Overhaul role docs (#2053)
@karol-czarnecki karol-czarnecki requested a review from a team as a code owner January 27, 2026 17:08
@karol-czarnecki karol-czarnecki marked this pull request as draft January 27, 2026 17:09
karol-czarnecki and others added 11 commits January 27, 2026 17:12
commit a984094
Author: mnivedithaa <[email protected]>
Date:   Tue Jan 27 15:28:28 2026 +0530

    [patch] Check for None in mongo and kafka roles (#2087)

    Co-authored-by: Nivedithaa Mahendran <[email protected]>

commit 678c277
Author: Andrew Whitfield <[email protected]>
Date:   Mon Jan 26 14:55:36 2026 +0000

    [patch] Fix bool checks in backup_restore and ocs provision (#2083)

commit 88207b5
Author: Andrew Whitfield <[email protected]>
Date:   Mon Jan 26 10:20:21 2026 +0000

    [skip ee] Fix skip ee condition (#2084)

commit 35fbaaa
Author: MaxRobak <[email protected]>
Date:   Fri Jan 23 14:53:38 2026 -0500

    [patch] Mongodb subnet nonetype error (#2081)

    Co-authored-by: Max Robakiewicz <[email protected]>

commit 191ef3c
Author: JigarPatel2691 <[email protected]>
Date:   Fri Jan 23 16:10:53 2026 +0530

    [patch] Simplify assertion for COS resource ID check (#2079)

commit 485e7a9
Author: Társis Augusto <[email protected]>
Date:   Thu Jan 22 10:31:12 2026 -0300

    [patch] Fix broken conditionals (#2042)

commit 37bb5dc
Author: Alfishan Salar <[email protected]>
Date:   Wed Jan 21 17:06:55 2026 +0530

    [patch] Detect Manage and Facilities for ArcGIS installation : MASCORE-10766 (#2071)

    Co-authored-by: Mahammad Alfishan Salar <[email protected]>

commit cbebf54
Author: jainyjoseph <[email protected]>
Date:   Wed Jan 21 00:43:38 2026 +0530

    [minor] Support catalog-controlled Db2-channel version fallback in Ansible (#2064)

commit 24541be
Author: jainyjoseph <[email protected]>
Date:   Wed Jan 21 00:40:21 2026 +0530

    [patch] Updating schedule for Db2 rotate versions in release verification pipeline (#2072)

commit 1fd6364
Author: jainyjoseph <[email protected]>
Date:   Fri Jan 16 22:42:20 2026 +0530

    [minor] Rotate Db2 versions in release verification pipeline (#2065)

commit b63f3b1
Author: David Parker <[email protected]>
Date:   Thu Jan 15 12:06:40 2026 +0000

    [doc] More documentation enhancements (#2059)

commit 57f3be5
Author: David Parker <[email protected]>
Date:   Tue Jan 13 21:40:39 2026 +0000

    [doc] Enhance Role Documentation - Phase 1 (#2054)

commit 27789b9
Author: David Parker <[email protected]>
Date:   Tue Jan 13 11:56:02 2026 +0000

    [doc] Overhaul role docs (#2053)
Copy link
Contributor

@terc1997 terc1997 left a comment

Choose a reason for hiding this comment

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

LGTM

@karol-czarnecki karol-czarnecki added this pull request to the merge queue Feb 6, 2026
Merged via the queue into master with commit 043aa5d Feb 6, 2026
4 checks passed
@karol-czarnecki karol-czarnecki deleted the masaib1704 branch February 6, 2026 13:04
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