IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
130 stars 65 forks source link

CatalogSource cannot be created because CASE file was not found #640

Closed fketelaars closed 4 months ago

fketelaars commented 4 months ago

Describe the bug The catalog source cannot be created because the ibm-cp-datacore-4.1.0.tgz CASE package was not found in the /tmp/work/offline/4.8.1/.ibm-pak/data/cases/ibm-cp-datacore/4.1.0 directory. You must download the CASE package to the client workstation before you re-run the command.)

This is when running use case #2: https://ibm.github.io/cloud-pak-deployer/50-advanced/private-registry-and-air-gapped/#use-case-2---mirror-images-with-an-internet-connected-server-install-using-a-bastion

Solution A code change is needed to ensure that the following code is run:

mv /tmp/work/offline/4.8.1/.ibm-pak/data/cases/ibm-cp-common-services/4.3.0* /tmp/work/offline/4.8.1/.ibm-pak/data/cases/ibm-cp-common-services/4.3.0

Made the code changes so that:

Implement changes as a hotfix.