Bug 2166222 - CSV is missing disconnected env annotation and relatedImages spec
Summary: CSV is missing disconnected env annotation and relatedImages spec
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenShift Data Foundation
Classification: Red Hat Storage
Component: odf-dr
Version: 4.12
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ODF 4.13.0
Assignee: umanga
QA Contact: Daniel Horák
URL:
Whiteboard:
Depends On:
Blocks: 2166223
TreeView+ depends on / blocked
 
Reported: 2023-02-01 08:12 UTC by umanga
Modified: 2023-08-09 17:00 UTC (History)
4 users (show)

Fixed In Version: 4.13.0-94
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 2166223 (view as bug list)
Environment:
Last Closed: 2023-06-21 15:23:21 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github red-hat-storage odf-multicluster-orchestrator pull 144 0 None Merged add disconnected environment support to operator 2023-02-01 08:44:29 UTC
Red Hat Product Errata RHBA-2023:3742 0 None None None 2023-06-21 15:23:37 UTC

Description umanga 2023-02-01 08:12:38 UTC
Description of problem (please be detailed as possible and provide log
snippests):

CSV is missing annotation for disconnected environment support and `RelatedImages` field. This causes UI to not show the operator in disconnected environment operators page. Also, image mirroring won't work as expected.

Version of all relevant components (if applicable):
4.12

Does this issue impact your ability to continue to work with the product
(please explain in detail what is the user impact)?
No

Is there any workaround available to the best of your knowledge?
No

Rate from 1 - 5 the complexity of the scenario you performed that caused this
bug (1 - very simple, 5 - very complex)?
1

Can this issue reproducible?


Can this issue reproduce from the UI?


If this is a regression, please provide more details to justify this:


Steps to Reproduce:
1.
2.
3.


Actual results:
Missing disconnected env annotation and relatedImages spec

Expected results:
Disconnected env annotation and relatedImages spec should be present

Additional info:

Comment 6 Daniel Horák 2023-04-25 11:33:18 UTC
Tested and verified on version ODF 4.13.0-172. Related images and `disconnected` annotation are listed in CSV and ODF Multicluster Orchestrator is available in the UI.

$ export REGISTRY_AUTH_FILE=...
$ export IMAGE=quay.io/rhceph-dev/odf4-odf-multicluster-operator-bundle:v4.13.0-172
$ mkdir -p manifests

$ oc image extract --registry-config ${REGISTRY_AUTH_FILE} $IMAGE --path /manifests/:./manifests/ --confirm

$ cat manifests/odf-multicluster-orchestrator.clusterserviceversion.yaml | grep disconnected
    operators.openshift.io/infrastructure-features: '["disconnected"]'

$ cat manifests/odf-multicluster-orchestrator.clusterserviceversion.yaml | grep -A 5 relatedImages
    relatedImages:
    - image: quay.io/rhceph-dev/odf4-odf-multicluster-rhel9-operator@sha256:e93a0feff56ca98113ee47e01217e661d13f83fb42718768ba56dbbeb87808c7
      name: odf-multicluster-operator
    - image: quay.io/rhceph-dev/odf4-odf-multicluster-console-rhel9@sha256:7e45a138b9b27fa440026864c027938a3c95e6e0bc92b1a1c632962819b6db5d
      name: odf-multicluster-console
    version: 4.13.0-172.stable

OCP version 4.13.0-0.nightly-2023-04-21-084440

> VERIFIED

Comment 8 errata-xmlrpc 2023-06-21 15:23:21 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 (Red Hat OpenShift Data Foundation 4.13.0 enhancement and 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-2023:3742


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