ci: update rook.sh and ceph cluster version

Changes:
1. Add a variable in build.env for rook ceph cluster version.
2. Modify rook.sh so that it can deploy ceph cluster with
   desirable version also rather than the one which rook installs
   by default.
3. Remove the code which is no longer required:
   a. Code which was added to test snapshot feature.
   b. Code which was required because
      https://github.com/rook/rook/pull/5925 was not fixed.

Signed-off-by: Mudit Agarwal <muagarwa@redhat.com>
This commit is contained in:
Mudit Agarwal
2021-02-08 19:21:25 +05:30
committed by mergify[bot]
parent d534ee9ce8
commit 0b29d3b247
2 changed files with 32 additions and 41 deletions

View File

@ -42,6 +42,8 @@ CHANGE_MINIKUBE_NONE_USER=true
# Rook options
ROOK_VERSION=v1.3.9
# Provide ceph image path
#ROOK_CEPH_CLUSTER_IMAGE=docker.io/ceph/ceph:v14.2.12
# e2e settings
# - enable CEPH_CSI_RUN_ALL_TESTS when running tests with if it has root