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
140 stars 69 forks source link

Support for air-gapped ROKS running in a container #823

Open argeiger opened 3 weeks ago

argeiger commented 3 weeks ago

Add support for cloud-pak-deployer to run within a container in an air-gapped ROKS environment. In the beginning of runtime, cloud-pak-deployer downloads various software in order to deploy the cloud-pak within. This request is to investigate what is needed and implement to allow this.

argeiger commented 3 weeks ago

Current downloads for existing ocp -

argeiger commented 6 days ago

The following will be done for implementation -

  1. Add a optional parameter called —skip-cli-download that would skip the download and install of the required cli utilities.
  2. Remove the oc install
  3. Change the default repository for case files from github to OCI