Bug 2023550

Summary: Enable default operator indexes on ARM
Product: OpenShift Container Platform Reporter: OpenShift BugZilla Robot <openshift-bugzilla-robot>
Component: OLMAssignee: Kevin Rizza <krizza>
OLM sub component: OperatorHub QA Contact: Jian Zhang <jiazha>
Status: CLOSED ERRATA Docs Contact:
Severity: high    
Priority: high CC: davegord, tflannag
Version: 4.9   
Target Milestone: ---   
Target Release: 4.9.z   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-06 11:22:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1996928    
Bug Blocks:    

Comment 3 Jian Zhang 2021-11-26 02:12:09 UTC
[cloud-user@preserve-olm-env jian]$ oc adm release info registry.ci.openshift.org/ocp-arm64/release-arm64:4.9.0-0.nightly-arm64-2021-11-25-070509 --commits|grep marketplace
  operator-marketplace                           https://github.com/operator-framework/operator-marketplace                  859472720018b297885fdd4d8f61ae3fcb1c42aa

[cloud-user@preserve-olm-env jian]$ oc get clusterversion
NAME      VERSION                                   AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.9.0-0.nightly-arm64-2021-11-25-070509   True        False         20m     Cluster version is 4.9.0-0.nightly-arm64-2021-11-25-070509

1, check the default index images, all of them work well.

[cloud-user@preserve-olm-env jian]$ oc get pods -n openshift-marketplace
NAME                                    READY   STATUS             RESTARTS      AGE
certified-operators-rvzdh               1/1     Running            0             36m
community-operators-8ld8p               1/1     Running            0             36m
marketplace-operator-69fdb8c846-b8knh   1/1     Running            0             39m
qe-app-registry-cr7jj                   0/1     CrashLoopBackOff   8 (61s ago)   17m
qe-app-registry-zkpjq                   0/1     CrashLoopBackOff   4 (7s ago)    101s
redhat-marketplace-lb46n                1/1     Running            0             36m
redhat-operators-ztrz7                  1/1     Running            0             36m

[cloud-user@preserve-olm-env jian]$ oc get packagemanifest|grep etcd
etcd                                               Community Operators   37m

2, subscribe an operator, for example, etcd-operator
[cloud-user@preserve-olm-env jian]$ oc get sub -n default
NAME   PACKAGE   SOURCE                CHANNEL
etcd   etcd      community-operators   singlenamespace-alpha
[cloud-user@preserve-olm-env jian]$ oc get ip -n default
NAME            CSV                   APPROVAL    APPROVED
install-x2bwd   etcdoperator.v0.9.4   Automatic   true
[cloud-user@preserve-olm-env jian]$ oc get csv -n default
NAME                  DISPLAY   VERSION   REPLACES              PHASE
etcdoperator.v0.9.4   etcd      0.9.4     etcdoperator.v0.9.2   Installing

[cloud-user@preserve-olm-env jian]$ oc get pods -n openshift-marketplace
NAME                                                              READY   STATUS             RESTARTS      AGE
certified-operators-rvzdh                                         1/1     Running            0             41m
community-operators-8ld8p                                         1/1     Running            0             41m
e8c9651078ae45ddb2807e3a07727d459b82d7def5572a7b7ccaae--1-hw79m   0/1     Completed          0             75s

This operator can be subscribed successfully, LGTM, verify it.

Comment 6 errata-xmlrpc 2021-12-06 11:22:27 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (OpenShift Container Platform 4.9.10 bug fix update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2021:4889