File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ REQUIREMENTS=("jq" "lvm" "python3")
1010
1111# DEFAULT OPTIONS
1212FSID=" 4b5c8c0a-ff60-454b-a1b4-9747aa737d19"
13- CONTAINER_IMAGE=${CONTAINER_IMAGE:- ' quay.io/ceph/ceph:v19' }
13+ CONTAINER_IMAGE=${CONTAINER_IMAGE:- ' quay.io/ceph/ceph:v18' }
14+ CEPH_VERSION=" reef"
15+ OS_RELEASE=" el9"
16+
1417IP=${IP:- ' 127.0.0.1' }
1518DEVICES=()
1619SERVICES=()
@@ -108,7 +111,7 @@ function enroll_hosts {
108111}
109112
110113function install_cephadm {
111- curl -o cephadm https://raw.githubusercontent .com/ceph/ceph/squid/src/ cephadm/cephadm.py
114+ curl -f -O https://download.ceph .com/rpm- ${CEPH_VERSION} / ${OS_RELEASE} /noarch/ cephadm
112115 $SUDO mv cephadm $TARGET_BIN
113116 $SUDO chmod +x $TARGET_BIN /cephadm
114117 echo " [INSTALL CEPHADM] cephadm is ready"
You can’t perform that action at this time.
0 commit comments