ibm-mas / ansible-devops

Ansible collection supporting devops for IBM Maximo Application Suite
https://ibm-mas.github.io/ansible-devops/
Eclipse Public License 2.0
49 stars 83 forks source link

airgap image pull error with icpd-requisite after august catalog update #989

Closed terenceq closed 4 months ago

terenceq commented 1 year ago

The ibm-zen operator in the ibm-cpd namespace cannot become ready

After the update for the august patches there seems to be an issue with mirroring the required images for CP4D 4.6.4. Specifically the following image in the ibm-cpd namespace cannot be pulled:

      image: >-
        icr.io/cpopen/cpfs/icpd-requisite@sha256:b570ce8ca62b38aff9e91c01dbeba54c2364ab97544290d245b0a4c20c225c33

Possible solutions

  1. Configure CP4D 4.6.4 to use the following:
  zen:
    csv_version: 1.8.5
    cr_version: 4.8.5
  1. Mirror two versions of ibm-cp-common-services` to obtain the necessary images for the older ibm-zen operator
common_svcs_version: 1.19.2
common_svcs_version: 1.19.4

Watson Discovery Mirroring Issue

There also seems to be an issue with mirroring content used by Watson Discovery. This seems to be because of the new curated content snapshot in the IBM Maximo Operator Catalog v230829.

Corrections should be made to the images that are mirrored and needed by Watson Discovery when using v230829 of the IBM Maximo Operator Catalog.

andrercm commented 11 months ago

@terenceq seems we had a merge couple months ago... can we close this issue?