Skip to content

Commit e043121

Browse files
Merge pull request #952 from fmount/squid
Bump Ceph to Squid
2 parents e9ff886 + 516ff62 commit e043121

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ MANILA_KUTTL_DIR ?= ${OPERATOR_BASE_DIR}/manila-operator/test/kuttl/tests
433433
MANILA_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
437437
CEPH_REPO ?= https://github.com/rook/rook.git
438438
CEPH_BRANCH ?= release-1.15
439439
CEPH_CRDS ?= ${OPERATOR_BASE_DIR}/rook/deploy/examples/crds.yaml

devsetup/ceph/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ REQUIREMENTS=("jq" "lvm" "python3")
1010

1111
# DEFAULT OPTIONS
1212
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'}
1414
IP=${IP:-'127.0.0.1'}
1515
DEVICES=()
1616
SERVICES=()
@@ -108,7 +108,7 @@ function enroll_hosts {
108108
}
109109

110110
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
112112
$SUDO mv cephadm $TARGET_BIN
113113
$SUDO chmod +x $TARGET_BIN/cephadm
114114
echo "[INSTALL CEPHADM] cephadm is ready"

scripts/gen-ceph-kustomize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ metadata:
6464
spec:
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

0 commit comments

Comments
 (0)