migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Enhance storage class handling on e2e tests #32

Closed fbladilo closed 5 years ago

fbladilo commented 5 years ago

src_storage_class : This is the storage class that will be requested during deployment of the tests on source cluster dst_storage_class : This is the storage class that will be requested during migration at the destination cluster

Note: By default, the src_storage_class is set to empty on all test roles, which results into NFS PVs being provisioned. To see examples in how to use these variables check the e2e_mig_samples.yml playbook. By default, the dst_storage_class is set to gp2 on all test roles, adjust as necessary on playbooks or via "-e".

This PR depends on : https://github.com/fusor/mig-ci/pull/121