This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Test rook-ceph component in e2e tests #397
Labels
Comments
Add e2e monitoring tests as well while someone is working on this. As mentioned in #405 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we test only rook which essentially does not deploy anything important(it deploys operator which is kicked into action once we create a CR called
CephCluster
usingrook-ceph
component).So this deploy rook-ceph via CI config. But before doing this we need to make sure there are machines available to run rook-ceph on. This component needs raw disk which it uses for its own purpose, they can't conflict with OpenEBS. So we need to add extra machines, label them so that rook is deployed there and now use some other component to test if it can create PVC from rook.
The text was updated successfully, but these errors were encountered: