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

cp4d-delete-instance.sh should not delete shared services if still in use #717

Closed fketelaars closed 2 weeks ago

fketelaars commented 1 month ago

Is your feature request related to a problem? Please describe. When running cp4d-delete-instance.sh, the script always deletes the Certificate Manager and the License Manager. This should not be done if these shared services are still in use, for example in another CP4D instance.

Resolution