Bug 1685458
| Summary: | Default image to install ASB/TSB by operator should by downstream | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Zihan Tang <zitang> |
| Component: | Service Broker | Assignee: | Shawn Hurley <shurley> |
| Status: | CLOSED ERRATA | QA Contact: | Zihan Tang <zitang> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.1.0 | CC: | aos-bugs, chezhang, chuo, jfan, jiazha, mifiedle, rszumski, scuppett, shurley, vlaad, wsun |
| Target Milestone: | --- | Keywords: | TestBlocker |
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-04 10:45:04 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: | |||
| Bug Depends On: | 1705319, 1705779 | ||
| Bug Blocks: | 1680535, 1689787, 1689788, 1693953, 1700483 | ||
|
Description
Zihan Tang
2019-03-05 09:38:28 UTC
*** Bug 1685417 has been marked as a duplicate of this bug. *** @Rob Szumski We (QE) are confusing which registry should be default and which registries can be used when OCP4.0 final release. Could you help to make clear the process or give us some suggestions? You can reach Shawn Hurley if you hope get more detail info. Thanks. We already have several bugs are tracing. https://bugzilla.redhat.com/show_bug.cgi?id=1685417 https://bugzilla.redhat.com/show_bug.cgi?id=1685458 https://bugzilla.redhat.com/show_bug.cgi?id=1680535 Every Operator that you are testing right now is coming from the community side, as either 1) downstream images don't exist yet or 2) a CSV using the downstream image does not exist yet. All downstream images for 4.0 will come from: registry.redhat.io - OCP cluster components, first party Red Hat product Operators registry.connect.redhat.com - partner Operators that are certified *** Bug 1685417 has been marked as a duplicate of this bug. *** Hit https://bugzilla.redhat.com/show_bug.cgi?id=1705779 while trying to verify. I have gone through the workaround, but no access to https://quay.io/application/redhat-operators-art/, waiting for approval. $ oc get opsrc NAME TYPE ENDPOINT REGISTRY DISPLAYNAME PUBLISHER STATUS MESSAGE AGE art-applications appregistry https://quay.io/cnr redhat-operators-art Failed The operator source endpoint returned an empty manifest list 23m In the latest csv in art_applications, the downstream operator image link is not correct.
in csv:
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: image-registry.openshift-image-registry.svc:5000/openshift/ose-template-service-broker:v4.1.0-201905071832-operator
imagePullPolicy: IfNotPresent
name: openshift-template-service-broker-operator
in pod:
$oc get pod -o yaml | grep image
image: image-registry.openshift-image-registry.svc:5000/openshift/ose-template-service-broker:v4.1.0-201905071832-operator
imagePullPolicy: IfNotPresent
imagePullSecrets:
- image: image-registry.openshift-image-registry.svc:5000/openshift/ose-template-service-broker:v4.1.0-201905071832-operator
imageID: ""
message: Back-off pulling image "image-registry.openshift-image-registry.svc:5000/openshift/ose-template-service-broker:v4.1.0-201905071832-operator"
packageRepositioryVersions:
openshifttemplateservicebroker: 32.0.0
Verified: Cluster version is 4.1.0-0.nightly-2019-05-08-131137 ose-template-service-broker-operator:v4.1.0-201905081021 ose-template-service-broker:v4.1.0-201905081021 packageRepositioryVersions: openshifttemplateservicebroker: 39.0.0 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, 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-2019:0758 |