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

Use k8s Ansible role for CP4D #439

Open fketelaars opened 1 year ago

fketelaars commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the deployer uses oc commands for managing definitions in OpenShift. Sometimes this involves running oc command in a wait loop, until a condition has been met.

The k8s roles in Ansible provide a much more elegant way to apply yaml files, wait for conditions, etc.

Describe the solution you'd like Research how k8s role can be used for CP4D. Look at the CP4BA code for examples.

fketelaars commented 1 year ago

Tasks:

aishwaryapradeep01 commented 1 year ago