-
Notifications
You must be signed in to change notification settings - Fork 225
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
MGMT-19903: Disable ODF and OpenShift AI Operators for Oracle (OCI) #7341
base: master
Are you sure you want to change the base?
MGMT-19903: Disable ODF and OpenShift AI Operators for Oracle (OCI) #7341
Conversation
@yoavsc0302: This pull request references MGMT-19903 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.19.0" version, but no target version was set. In response to this:
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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yoavsc0302 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7341 +/- ##
=======================================
Coverage 67.97% 67.97%
=======================================
Files 300 300
Lines 41014 41018 +4
=======================================
+ Hits 27878 27883 +5
+ Misses 10633 10632 -1
Partials 2503 2503
|
@yoavsc0302: The following test failed, say
Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@@ -122,6 +122,10 @@ func (feature *OdfFeature) getSupportLevel(filters SupportLevelFilters) models.S | |||
return models.SupportLevelUnavailable | |||
} | |||
|
|||
if filters.ExternalPlatformName != nil && *filters.ExternalPlatformName == "oci" { |
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.
you should be able to leverage the getIncompatibleFeatures
below. You can look at how it's done for nmstate:
https://github.com/openshift/assisted-service/blob/master/internal/featuresupport/features_olm_operators.go#L733
Linked Issue
Closes MGMT-19903
Summary
This PR updates the Assisted Installer service to disable OpenShift AI and OpenShift Data Foundation operators when integrating with OCI (Oracle Cloud Infrastructure).
Previously, these operators were available for Oracle, but this change ensures they are now disabled when OCI is selected as the platform.
List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist