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
433
433
MANILA_KUTTL_NAMESPACE ?= manila-kuttl-tests
434
434
435
435
# Ceph
436
- CEPH_IMG ?= quay.io/ceph/demo:latest-reef
436
+ CEPH_IMG ?= quay.io/ceph/demo:latest-squid
437
437
CEPH_REPO ?= https://github.com/rook/rook.git
438
438
CEPH_BRANCH ?= release-1.15
439
439
CEPH_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")
10
10
11
11
# DEFAULT OPTIONS
12
12
FSID=" 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 ' }
14
14
IP=${IP:- ' 127.0.0.1' }
15
15
DEVICES=()
16
16
SERVICES=()
@@ -108,7 +108,7 @@ function enroll_hosts {
108
108
}
109
109
110
110
function 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
112
112
$SUDO mv cephadm $TARGET_BIN
113
113
$SUDO chmod +x $TARGET_BIN /cephadm
114
114
echo " [INSTALL CEPHADM] cephadm is ready"
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ metadata:
64
64
spec:
65
65
hostNetwork: $CEPH_HOSTNETWORK
66
66
containers:
67
- - image: quay.io/ceph/ceph:v18
67
+ - image: quay.io/ceph/ceph:v19
68
68
name: ceph
69
69
env:
70
70
- name: MON_IP
You can’t perform that action at this time.
0 commit comments