Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1866920

Summary: Operators like CAM and OCS are not listed under Operator Hub
Product: OpenShift Container Platform Reporter: Roshni <rpattath>
Component: OLMAssignee: Evan Cordell <ecordell>
OLM sub component: OperatorHub QA Contact: Jian Zhang <jiazha>
Status: CLOSED NOTABUG Docs Contact:
Severity: high    
Priority: unspecified CC: ecordell, huizenga, mifiedle, prubenda
Version: 4.6Keywords: TestBlocker
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-07 15:19:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Roshni 2020-08-06 19:57:57 UTC
Description of problem:
Operators like CAM and OCS are not listed under Operator Hub

Version-Release number of selected component (if applicable):
4.6.0-0.nightly-2020-08-06-093209

How reproducible:


Steps to Reproduce:
1. Access Operator hub via console on a 4.6 cluster
2.
3.

Actual results:
Operators like CAM and OCS cannot be found

Expected results:
All Red Hat Operators should be available

Additional info:
# oc get catalogsources.operators.coreos.com --all-namespaces
NAMESPACE               NAME                  DISPLAY               TYPE   PUBLISHER   AGE
openshift-marketplace   certified-operators   Certified Operators   grpc   Red Hat     3h3m
openshift-marketplace   community-operators   Community Operators   grpc   Red Hat     3h3m
openshift-marketplace   qe-app-registry                             grpc               174m
openshift-marketplace   redhat-marketplace    Red Hat Marketplace   grpc   Red Hat     3h3m
openshift-marketplace   redhat-operators      Red Hat Operators     grpc   Red Hat     3h3m

Comment 1 Mike Fiedler 2020-08-06 20:09:09 UTC
All of the Red Hat operators except AMQ are missing.

Comment 3 Evan Cordell 2020-08-07 15:19:00 UTC
Operator catalog content is shared between all OCP releases from 4.1 - 4.5.

Starting in 4.6, catalog content will be published per-OCP release. Content that does not appear in 4.6 has not yet been published into the new 4.6 catalog. The steps are pipeline specific (for redhat operators, please see the email threads for that pipeline for migration details).

If you need to work around this in the short term, you can use the normal disconnected docs (https://docs.openshift.com/container-platform/4.5/operators/olm-restricted-networks.html#olm-building-operator-catalog-image_olm-restricted-networks) to add back the app-registry backed catalog from 4.5. Please use a 4.6 operator-registry image as a base image when building the catalog.

Comment 4 Mike Fiedler 2020-08-07 18:16:49 UTC
When will operators like OCS and cluster logging start appearing in 4.6 again?

Comment 5 Evan Cordell 2020-08-07 21:08:00 UTC
As soon as possible - OCS is currently in staging from what I understand, so I would expect it in another day or two.

Comment 6 huizenga 2020-08-18 15:06:27 UTC
Hi Evan, where would I find a 4.6 operator-registry base image?