Bug 1781499
| Summary: | metering-ocp operator pulls the image via tag instead of digest in OLM package manifest. | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jason Shepherd <jshepherd> | |
| Component: | Metering Operator | Assignee: | tflannag | |
| Status: | CLOSED ERRATA | QA Contact: | Peter Ruan <pruan> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.2.z | CC: | bparees, sd-operator-metering, tflannag | |
| Target Milestone: | --- | |||
| Target Release: | 4.2.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1782237 (view as bug list) | Environment: | ||
| Last Closed: | 2020-02-12 12:16:16 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: | 1782237 | |||
| Bug Blocks: | ||||
pruan@MacBook-Pro ~/workspace/v3-testfiles/metering/rollup_reports (master)$ oc get packagemanifest/metering-ocp -n openshift-marketplace -o=jsonpath='{.metadata.name}{"\t"}{range .status.channels[*]}{.currentCSV}{"\t"}{.currentCSVDesc.annotations.containerImage}{"\n"}{end}'
metering-ocp metering-operator.4.2.15-202001140748 image-registry.openshift-image-registry.svc:5000/openshift/ose-metering-ansible-operator@sha256:bdb0bb39032789bbe2a8587b28e040215805be025b436b72e92a875f513a8194
metering-operator.4.3.0-202001081344 image-registry.openshift-image-registry.svc:5000/openshift/ose-metering-ansible-operator@sha256:8f0c4cb8df57101001c8849f6a9aaba8817550baef384c0413f8ae0689a33f9b
metering-operator.4.4.0-202001082257 image-registry.openshift-image-registry.svc:5000/openshift/ose-metering-ansible-operator@sha256:75c32ed182a799ac52e1a5ef50b582b4a7880bc11d90b2e73f29f9734a1236a5
putting this back to ASSIGNED, I used the wrong branch earlier.
oc get packagemanifest/metering-ocp -n openshift-marketplace -o=jsonpath='{.metadata.name}{"\t"}{range .status.channels[*]}{.currentCSV}{"\t"}{.currentCSVDesc.annotations.containerImage}{"\n"}{end}'
metering-ocp metering-operator.4.2.14-202001061701 quay.io/openshift/origin-metering-ansible-operator:latest
Verified with payload: 4.2.0-0.nightly-2020-01-29-160359 and able to install metering using the OLM from web
containerStatuses:
- containerID: cri-o://1002bb5a21a789a9f91f2c929f743be0e09819d7eb95fef37cf16a042b6ae55a
image: registry.redhat.io/openshift4/ose-metering-reporting-operator@sha256:4354d1399544d1b13e35c8219600b1375bd2bad32cb9e4f238e4a2632a64dc53
imageID: registry.redhat.io/openshift4/ose-metering-reporting-operator@sha256:4354d1399544d1b13e35c8219600b1375bd2bad32cb9e4f238e4a2632a64dc53
lastState: {}
name: reporting-operator
ready: true
restartCount: 0
state:
running:
startedAt: "2020-01-29T22:04:18Z"
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-2020:0395 |
Description of problem: The metering operator doesn't use a sha256 digest for it's containerImage in the OLM package manifests. Version-Release number of selected component (if applicable): $ oc version Client Version: openshift-clients-4.2.2-201910250432-4-g4ac90784 Server Version: 4.2.10 Kubernetes Version: v1.14.6+17b1cc6 How reproducible: $ oc get packagemanifest/metering-ocp -n openshift-marketplace -o=jsonpath='{.metadata.name}{"\t"}{range .status.channels[*]}{.currentCSV}{"\t"}{.currentCSVDesc.annotations.containerImage}{"\n"}{end}' Actual results: metering-ocp metering-operator.4.2.9-201911261133 quay.io/openshift/origin-metering-ansible-operator:latest Expected results: metering-ocp metering-operator.4.2.9-201911261133 quay.io/openshift/origin-metering-ansible-operator@sha256:<blah> Additional info: http://post-office.corp.redhat.com/archives/openshift-sme/2019-October/msg01602.html