feat: upgrade OpenShift AI layer to RHOAI 3.4 GA - #54
Merged
Conversation
- Switch subscription channel from fast-3.x to stable-3.x (resolves to 3.4.0) - Bump DataScienceCluster and DSCInitialization CRDs to API v2 - Rename datasciencepipelines component to aipipelines - Add mlflowoperator component (GA in 3.4, default Removed) - Enable modelregistry by default (GA, default-on in fresh 3.4 installs) - Install Red Hat build of Kueue Operator (new Stage 3) with DSC kueue component set to Unmanaged for external integration - Bump NVIDIA GPU Operator channel from v24.9 to v26.3 - Remove obsolete serviceMesh section from DSCInitialization (not needed with RawDeployment mode in RHOAI v3+) - Add openshift_ai_install_kueue toggle for Kueue operator install BREAKING CHANGE: Users overriding datasciencepipelines in openshift_ai_components must rename to aipipelines. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
stable-3.xchannel)kueueset toUnmanaged)modelregistryby default (now GA and default-on in fresh 3.4 installs)datasciencepipelinestoaipipelines(upstream rename)mlflowoperatorcomponent (GA in 3.4, default Removed -- requires external DB/S3)Breaking Changes
Users who override
datasciencepipelinesin theiropenshift_ai_componentsvariable must rename the key toaipipelines.Test plan
terraform validatepasses on all 4 environments (commercial-hcp, govcloud-hcp, commercial-classic, govcloud-classic)stable-3.xopenshift-kueue-operatornamespaceopenshift_ai_install_kueue = falsedisables Kueue stageMade with Cursor