Bug 1790244 - 4.4 CI release images contain both insights and support operators
Summary: 4.4 CI release images contain both insights and support operators
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Test Infrastructure
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-12 22:34 UTC by W. Trevor King
Modified: 2020-02-20 10:51 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-20 10:51:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description W. Trevor King 2020-01-12 22:34:25 UTC
For example:

$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.4.0-0.ci-2020-01-12-114023 | grep 'insight\|support'
  insights-operator                              https://github.com/openshift/insights-operator                              3298fdefd47000850b6e9933eac8b8aaa1930299
  support-operator                               https://github.com/openshift/support-operator                               01e320decff0e455e5b1b0d4938c21d392035e95

The support operator should have been removed from the ImageStreamTags when it was renamed to be the insights operator.  Other CI and nightly streams are unaffected:

amd64:

$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.1.0-0.ci-2020-01-10-201554 | grep 'insight\|support'
  container-networking-plugins-supported        https://github.com/openshift/containernetworking-plugins                   a59efc83a90bf0eb25d56de88532d627132580e4
  container-networking-plugins-unsupported      https://github.com/openshift/containernetworking-plugins                   a59efc83a90bf0eb25d56de88532d627132580e4
$ oc adm release info --commits quay.io/openshift-release-dev/ocp-release:4.1.30-x86_64 | grep 'insight\|support'
  container-networking-plugins-supported        https://github.com/openshift/containernetworking-plugins                   a59efc83a90bf0eb25d56de88532d627132580e4
  container-networking-plugins-unsupported      https://github.com/openshift/containernetworking-plugins                   a59efc83a90bf0eb25d56de88532d627132580e4
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.2.0-0.ci-2020-01-11-040651 | grep 'insight\|support'
  insights-operator                             https://github.com/openshift/insights-operator                             03f4b60ee831e4979e066e0f24fcf0206f34d775
$ oc adm release info --commits quay.io/openshift-release-dev/ocp-release:4.2.14-x86_64 | grep 'insight\|support'
  insights-operator                             https://github.com/openshift/insights-operator                             03f4b60ee831e4979e066e0f24fcf0206f34d775
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.3.0-0.ci-2020-01-11-070221 | grep 'insight\|support'
  insights-operator                              https://github.com/openshift/insights-operator                              6b7509911b5cf9bd292cb7f05c31a386503f58c3
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.3.0-0.nightly-2020-01-11-070223 | grep 'insight\|support'
  insights-operator                             https://github.com/openshift/insights-operator                             6b7509911b5cf9bd292cb7f05c31a386503f58c3
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.4.0-0.nightly-2020-01-12-032939 | grep 'insight\|support'
  insights-operator                              https://github.com/openshift/insights-operator                              3298fdefd47000850b6e9933eac8b8aaa1930299


s390x:

$ oc adm release info --commits quay.io/openshift-release-dev/ocp-release:4.2.14-s390x | grep 'insight\|support'
  insights-operator                             https://github.com/openshift/insights-operator                             03f4b60ee831e4979e066e0f24fcf0206f34d775
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp-s390x/release-s390x:4.3.0-0.nightly-s390x-2020-01-11-052731 | grep 'insight\|support'
  insights-operator                             https://github.com/openshift/insights-operator                             6b7509911b5cf9bd292cb7f05c31a386503f58c3
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp-s390x/release-s390x:4.4.0-0.nightly-s390x-2020-01-12-141602 | grep 'insight\|support'
  insights-operator                              https://github.com/openshift/insights-operator                              3298fdefd47000850b6e9933eac8b8aaa1930299

ppc64le:

$ oc adm release info --commits registry.svc.ci.openshift.org/ocp-ppc64le/release-ppc64le:4.3.0-0.nightly-ppc64le-2020-01-09-234845 | grep 'insight\|support'
  insights-operator                             https://github.com/openshift/insights-operator                             6b7509911b5cf9bd292cb7f05c31a386503f58c3
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp-ppc64le/release-ppc64le:4.4.0-0.nightly-ppc64le-2020-01-12-221813 | grep 'insight\|support'
  insights-operator                              https://github.com/openshift/insights-operator                              3298fdefd47000850b6e9933eac8b8aaa1930299

The ImageStreamTag which should be removed is:

$ oc -n ocp get imagestreamtag 4.4:support-operator
NAME                   DOCKER REF                                                                                                         UPDATED
4.4:support-operator   docker-registry.default.svc:5000/ocp/4.4@sha256:3d90fb1948a406f15f5b960d2e3d5b9469ee0b0d8273a3341f4c548bdabfcae3   3 months ago

Comment 1 W. Trevor King 2020-01-12 22:39:11 UTC
No component for "things tagged into streams feeding the release controller", so leaving under Test Infrastructure but assigning to Clayton.

Comment 2 Steve Kuznetsov 2020-01-13 15:38:51 UTC
$ oc delete -n ocp imagestreamtag 4.4:support-operator --as system:admin
imagestreamtag.image.openshift.io "4.4:support-operator" deleted

Comment 3 W. Trevor King 2020-02-20 10:51:13 UTC
$ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.4.0-0.ci-2020-02-20-044240 | grep 'insight\|support'
  insights-operator                              https://github.com/openshift/insights-operator                              401582c9b71d7a8ddfbfca9f3fc5c941ac8d97ef


Note You need to log in before you can comment on or make changes to this bug.