mayadata-io / oep-e2e

Plan tests and run them for OpenEBS Enterprise Platform
Apache License 2.0
6 stars 10 forks source link

Advance mode installation of openebs via director for konvoy & rancher pipeline #844

Closed w3aman closed 4 years ago

w3aman commented 4 years ago

For c2 cluster of konvoy and rancher pipeline we required advanced mode installation of openebs. This is the cluster where openebs deploy, its functional and chaos job are executed. From the advanced mode we can remove /dev/sdb disk from the ndm configmap and this disk will not be used as a block-device for openebs related test cases.

disk to be exclude: /dev/sdb

Purpose: we have already created zpool on this disk which is using for zfs-localpv related test cases in both the pipelines. But this disk remains in unclaimed state, thus it can be a candidate for volume provisioning by openebs localpv storage engine. issue #https://github.com/mayadata-io/oep/issues/216 Before any fix for this issue, we can exclude the disk itself from ndm configmap.