File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ MANILA_KUTTL_DIR ?= ${OPERATOR_BASE_DIR}/manila-operator/test/kuttl/tests
433433MANILA_KUTTL_NAMESPACE ?= manila-kuttl-tests
434434
435435# Ceph
436- CEPH_IMG ?= quay.io/ceph/demo:latest-reef
436+ CEPH_IMG ?= quay.io/ceph/demo:latest-squid
437437CEPH_REPO ?= https://github.com/rook/rook.git
438438CEPH_BRANCH ?= release-1.15
439439CEPH_CRDS ?= ${OPERATOR_BASE_DIR}/rook/deploy/examples/crds.yaml
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ REQUIREMENTS=("jq" "lvm" "python3")
1010
1111# DEFAULT OPTIONS
1212FSID=" 4b5c8c0a-ff60-454b-a1b4-9747aa737d19"
13- CONTAINER_IMAGE=${CONTAINER_IMAGE:- ' quay.io/ceph/ceph:v18.1 ' }
13+ CONTAINER_IMAGE=${CONTAINER_IMAGE:- ' quay.io/ceph/ceph:v19 ' }
1414IP=${IP:- ' 127.0.0.1' }
1515DEVICES=()
1616SERVICES=()
@@ -108,7 +108,7 @@ function enroll_hosts {
108108}
109109
110110function install_cephadm {
111- curl -o cephadm https://raw.githubusercontent.com/ceph/ceph/reef /src/cephadm/cephadm.py
111+ curl -o cephadm https://raw.githubusercontent.com/ceph/ceph/squid /src/cephadm/cephadm.py
112112 $SUDO mv cephadm $TARGET_BIN
113113 $SUDO chmod +x $TARGET_BIN /cephadm
114114 echo " [INSTALL CEPHADM] cephadm is ready"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ metadata:
6464spec:
6565 hostNetwork: $CEPH_HOSTNETWORK
6666 containers:
67- - image: quay.io/ceph/ceph:v18
67+ - image: quay.io/ceph/ceph:v19
6868 name: ceph
6969 env:
7070 - name: MON_IP
You can’t perform that action at this time.
0 commit comments