IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

chore: Improve synchronization of AIOps resources #18

Closed nastacio closed 3 years ago

nastacio commented 3 years ago

Is your feature request related to a problem? Please describe. The installation of Cloud Pak for Watson AIOps prescribes a few checkpoints that are not in this repo, such as checking for the output of oc get installations.orchestrator.aiops.ibm.com -A && oc get noi,aimanager,asmformation,cemformation -A -o custom-columns="NAMESPACE:metadata.namespace,NAME:metadata.name,PHASE:status.phase".

Describe the solution you'd like These checks should be added as either Custom Health checks or as PostSync jobs, so that ArgoCD can correctly report when and if the resources were applied successfully to the cluster.

Describe alternatives you've considered None. The requirement is pretty narrow.

Additional context Add any other context or screenshots about the feature request here.