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

Bug 2101260

Summary: community-operators doesn't use the downstream image
Product: OpenShift Container Platform Reporter: xzha
Component: OLMAssignee: Per da Silva <pegoncal>
OLM sub component: OperatorHub QA Contact: Jian Zhang <jiazha>
Status: CLOSED NOTABUG Docs Contact:
Severity: high    
Priority: high CC: agreene
Version: 4.11Keywords: Reopened
Target Milestone: ---   
Target Release: 4.11.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: 2022-07-01 18:32:06 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 xzha 2022-06-27 01:26:26 UTC
Description of problem:
community-operators doesn't use the downstream image

Version-Release number of selected component (if applicable):
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc get clusterversion
NAME      VERSION                              AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.11.0-0.nightly-2022-06-25-081133   True        False         94m     Cluster version is 4.11.0-0.nightly-2022-06-25-081133


How reproducible:
always

Steps to Reproduce:
1.
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc get catsrc -A
NAMESPACE               NAME                  DISPLAY                TYPE   PUBLISHER      AGE
openshift-marketplace   certified-operators   Certified Operators    grpc   Red Hat        118m
openshift-marketplace   community-operators   Community Operators    grpc   Red Hat        118m
openshift-marketplace   qe-app-registry       Production Operators   grpc   OpenShift QE   91m
openshift-marketplace   redhat-marketplace    Red Hat Marketplace    grpc   Red Hat        118m
openshift-marketplace   redhat-operators      Red Hat Operators      grpc   Red Hat        118m

zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc project openshift-marketplace
Now using project "openshift-marketplace" on server "https://api.qe-daily-0627.qe.devcluster.openshift.com:6443".
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc get pod
NAME                                                              READY   STATUS      RESTARTS   AGE
277593912e00870122e6bf32ab900a938d9831e95762468f799a02ccb6xl8gz   0/1     Completed   0          91m
certified-operators-4rbg7                                         1/1     Running     0          119m
cf2f352ddb1076fab24f6eb1fe4620cdce821dfa27a802fbf6d246712ad788n   0/1     Completed   0          91m
community-operators-w9r4m                                         1/1     Running     0          119m
marketplace-operator-58f6b4bccd-pwqrt                             1/1     Running     0          126m
qe-app-registry-dzjv9                                             1/1     Running     0          33m
redhat-marketplace-rxcl6                                          1/1     Running     0          119m
redhat-operators-4hlk8                                            1/1     Running     0          119m
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh community-operators-w9r4m  cat /etc/redhat-release
cat: can't open '/etc/redhat-release': No such file or directory
command terminated with exit code 1
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh community-operators-w9r4m ls /etc
debian_version  hostname        os-release      services
default         hosts           passwd          skel
dpkg            issue           profile.d       ssl
ethertypes      issue.net       protocols       update-motd.d
group           mtab            resolv.conf
host.conf       nsswitch.conf   rpc


2.
3.

Actual results:
community-operators doesn't use the downstream image

Expected results:
community-operators uses the downstream image

Additional info:
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh certified-operators-4rbg7 cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh redhat-marketplace-rxcl6  cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)
zhaoxia@xzha-mac memcached-quarkus-operator-52371 % oc rsh redhat-operators-4hlk8  cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)

Comment 1 Alexander Greene 2022-06-27 20:51:23 UTC
Hello,

The OLM team doesn't control the OpenShift community operators catalog source. You'll need to file an issue against the CVP team at http://issues.redhat.com/browse/CVP.

Best,

Alex

Comment 2 Jian Zhang 2022-07-01 09:11:00 UTC
Link the CVP ticket here: https://issues.redhat.com/browse/CVP-3011

Comment 3 Jian Zhang 2022-07-01 09:15:32 UTC
Reopen it based on comments https://issues.redhat.com/browse/CVP-3011

Comment 4 Alexander Greene 2022-07-01 18:32:06 UTC
I'm still not convinced that this is a bug with OLM or OPM, this seems to be an issue with the CVP pipeline's release of the community catalogSource. I left a comment on the JIRA ticket linked above and am going to close this until the CVP team convinces me that this is an OLM issue.