-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport ModelRegistry Component #329
Backport ModelRegistry Component #329
Conversation
83e3e39
to
e02e335
Compare
Sounds weird |
/test rhods-operator-e2e |
ad6b38e
to
cb6597e
Compare
cb6597e
to
9fbd31c
Compare
9fbd31c
to
b9e8dc8
Compare
Finally e2e passed :) |
@dhirajsb Should we go ahead with adding Model registry as component for 2.14? |
should we wait for a weeek before merge this PR? |
I'll leave it up to platform team. We (MR and Dashboard teams) can test on nightly builds and 2.18 release this week. |
b9e8dc8
to
270971d
Compare
270971d
to
104e83c
Compare
/test rhods-operator-e2e |
…tasciencecluster.opendatahub.io_datascienceclusters.yaml Co-authored-by: Wen Zhou <[email protected]>
…tasciencecluster.opendatahub.io_datascienceclusters.yaml Co-authored-by: Wen Zhou <[email protected]>
…ahub.io_datascienceclusters.yaml Co-authored-by: Wen Zhou <[email protected]>
Co-authored-by: Wen Zhou <[email protected]>
Co-authored-by: Wen Zhou <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added more changes to use rhoai MR namespace rhoai-model-registries
and to enable testing model registry reconcile.
type ModelRegistry struct { | ||
components.Component `json:""` | ||
|
||
// Namespace for model registries to be installed, configurable only once when model registry is enabled, defaults to "odh-model-registries" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Namespace for model registries to be installed, configurable only once when model registry is enabled, defaults to "odh-model-registries" | |
// Namespace for model registries to be installed, configurable only once when model registry is enabled, defaults to "rhoai-model-registries" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think the reason we keep it as odh-* is to ensure the source code is the same for upstream and downstream. to only config it with different values from csv etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that could be just revert to the previous version instead of all that suggestions.
@@ -168,6 +168,11 @@ func setupDSCInstance(name string) *dscv1.DataScienceCluster { | |||
ManagementState: operatorv1.Removed, | |||
}, | |||
}, | |||
ModelRegistry: modelregistry.ModelRegistry{ | |||
Component: components.Component{ | |||
ManagementState: operatorv1.Removed, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ManagementState: operatorv1.Removed, | |
ManagementState: operatorv1.Managed, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enable testing model registry reconcile in e2e tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can keep it as Removed as other non-GA component,
Co-authored-by: Dhiraj Bokde <[email protected]>
So, it now
After api update it is
I already lost what modelregistry want and were, so @dhirajsb , please update it up to your requirements. |
odh-model-registries -> rhoai-model-registries like it is mentioned below: // +kubebuilder:default="rhoai-model-registries" Signed-off-by: Yauheni Kaliuta <[email protected]>
Signed-off-by: Yauheni Kaliuta <[email protected]>
/hold @dhirajsb If the changes look good to you, please add your lgtm |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to change the model registry SOP doc url.
Co-authored-by: Dhiraj Bokde <[email protected]>
Co-authored-by: Dhiraj Bokde <[email protected]>
Co-authored-by: Dhiraj Bokde <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ykaliuta, zdtsw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
166cc19
into
red-hat-data-services:main
Jira: https://issues.redhat.com/browse/RHOAIENG-4272