csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

Add E2E testing for ceph #73

Open Madhu-1 opened 3 years ago

Madhu-1 commented 3 years ago

add a GitHub action specific to ceph to validate the replication operations. we can create separate folders and GitHub action to accommodate specific storage providers. Let's start with ceph and validate the functionality when a PR is posted in the volume replication operator.

The idea of how to create a ceph cluster in GitHub action is added here https://github.com/rook/rook/pull/7623