ceph-csi/scripts/k8s-storage
Madhu Rajanna cc0427fc4b ci: add more tests for cephfs external test
Adding more tests for cephfs external tests

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2024-04-24 07:57:22 +00:00
..
create-configmap.sh
create-storageclasses.sh
create-volumesnapshotclasses.sh
driver-cephfs.yaml
driver-rbd-rwo.yaml
README.md
sc-cephfs.yaml.in
sc-rbd.yaml.in
volumesnapshotclass-cephfs.yaml.in

Kubernetes external storage e2e test suite

The files in this directory are used by the k8s-e2e-external-storage CI job. This job runs the Kubernetes end-to-end external storage tests with different driver configurations/manifests (in the driver-*.yaml files). Each driver configuration refers to a StorageClass that is used while testing.

The StorageClasses are created with the create-storageclasses.sh script and the sc-*.yaml.in templates.

The VolumeSnapshotClasses are created with the create-volumesnapshotclasses.sh script and the volumesnapshotclass-*.yaml.in templates.

The Ceph-CSI Configuration from the ceph-csi-config ConfigMap is created with create-configmap.sh after the deployment is finished. The ConfigMap is referenced in the StorageClasses and contains the connection details for the Ceph cluster.