-
Story
-
Resolution: Obsolete
-
Major
-
None
Depends on https://github.com/openshift/odo/issues/2161
Description
ODO has an ability to let users browse through the list of available services from the Service Catalog ( odo catalog list services )
With the deprecation of the Service Catalog, the list of available services that a developer could install would effectively be the list of operator-managed CRs that a user could create.
Acceptance Criteria
- Instead of listing services from the Service Catalog, odo should list available from the list of "Installed Operators".
- To provision a service, odo should create a CR for the relevant service.
- To link a component with a service, odo should create a ServiceBindingRequest
Challenges
- While it is obvious that provisioning a Service is effectively creating a CR, there's no easy way to know which is the primary CR that powers a database.
- is blocked by
-
APPSVC-115 Support binding for operators which don't have annotations in the CSV/CRDs
- Closed