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

Detect satellite cluster for deployable architectures #598

Closed fketelaars closed 7 months ago

fketelaars commented 7 months ago

Is your feature request related to a problem? Please describe. Use the created storage class for Deployable Architecture to detect a satellite cluster.

Storage classes:

oc get sc -o name
storageclass.storage.k8s.io/localblock
storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd
storageclass.storage.k8s.io/ocs-storagecluster-cephfs
storageclass.storage.k8s.io/openshift-storage.noobaa.io
storageclass.storage.k8s.io/sat-ocs-cephfs-gold
storageclass.storage.k8s.io/sat-ocs-cephfs-gold-metro
storageclass.storage.k8s.io/sat-ocs-cephrbd-gold
storageclass.storage.k8s.io/sat-ocs-cephrbd-gold-metro
storageclass.storage.k8s.io/sat-ocs-cephrgw-gold
storageclass.storage.k8s.io/sat-ocs-noobaa-gold

If storage class starting with ocs-sat-ceph is detected, deployer will infer that the cluster is a Satellite cluster.

fketelaars commented 7 months ago

Duplicate of #597