Description of problem:
acm/mec operator bundle image is not included in acm-dev-catalog/mce-dev-catalog.
after mirror the acm/mce catalog image with below command
oc mirror --authfile /opt/registry/sync/pull-secret.acm_d.txt -c ./imagesetconf_cpaas.yml --workspace file://opt/registry/sync/acm/ docker://$rhacm_disconnected_registry:$rhacm_disconnected_registry_port --v2
the command shows all the 101 images are mirrored successfully.
2025/06/19 13:34:05 [INFO] : === Results === 2025/06/19 13:34:05 [INFO] : ✓ 101 / 101 operator images mirrored successfully 2025/06/19 13:34:05 [INFO] : 📄 Generating IDMS file... 2025/06/19 13:34:05 [INFO] : opt/registry/sync/acm/working-dir/cluster-resources/idms-oc-mirror.yaml file created 2025/06/19 13:34:05 [INFO] : 📄 No images by tag were mirrored. Skipping ITMS generation. 2025/06/19 13:34:05 [INFO] : 📄 Generating CatalogSource file... 2025/06/19 13:34:05 [INFO] : opt/registry/sync/acm/working-dir/cluster-resources/cs-mce-dev-catalog-2-9-0-downst.yaml file created 2025/06/19 13:34:05 [INFO] : opt/registry/sync/acm/working-dir/cluster-resources/cs-acm-dev-catalog-2-14-0-downs.yaml file created 2025/06/19 13:34:05 [INFO] : 📄 Generating ClusterCatalog file... 2025/06/19 13:34:05 [INFO] : opt/registry/sync/acm/working-dir/cluster-resources/cc-mce-dev-catalog-2-9-0-downst.yaml file created 2025/06/19 13:34:05 [INFO] : opt/registry/sync/acm/working-dir/cluster-resources/cc-acm-dev-catalog-2-14-0-downs.yaml file created 2025/06/19 13:34:05 [INFO] : mirror time : 3m36.857323998s 2025/06/19 13:34:05 [INFO] : 👋 Goodbye, thank you for using oc-mirror
but after apply the acm/mce catalog source to OCP and trying to install ACM, the ACM operator install doesn't start , went into condition DeadlineExceeded with: Failed Bundle unpacking failed. Reason: DeadlineExceeded, and Message: Job was active longer than specified deadline
and there is a pod in openshift-marketplace namespace, back-off pulling acm bundle image as shown in below screen shot.
mce-dev-catalog has the same issue as missing mce-operator-bundle
the workaround is to use https://github.com/ngraham20/installer-dev-tools/blob/konflux/scripts/qe/konflux-build-status.sh
to find the acm/mce operator bundle and mirror them to local registry
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
- ...