mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
ci: add volumesnapshotclasses for externalstorage
added volumesnapshotclasses yaml and script for external-storage test Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
66f71aea3a
commit
307a2f130b
@ -5,9 +5,13 @@ This job runs the [Kubernetes end-to-end external storage tests][1] 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-storageclass.sh` script and the
|
||||
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
|
||||
|
Reference in New Issue
Block a user