From: Zack Cerza Date: Thu, 29 Sep 2022 19:44:46 +0000 (-0600) Subject: mgr/dashboard: Fix broken Fedora image URL X-Git-Tag: v17.2.6~449^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b01b07bef4f5d8920a344af0459bf1f4614e579e;p=ceph.git mgr/dashboard: Fix broken Fedora image URL This mirror apparently stopped working, breaking jobs that use this script. Signed-off-by: Zack Cerza (cherry picked from commit 3f32ab0fb3a54174a8a57681243cd944056c6ffb) Signed-off-by: Nizamudeen A Conflicts: src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh - Change the url to point to fedora 34 image --- diff --git a/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh b/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh index 26fbd8a7c4b6..a90ec371c457 100755 --- a/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh +++ b/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh @@ -72,7 +72,7 @@ npm run build ${FRONTEND_BUILD_OPTS} & cd ${CEPH_DEV_FOLDER} : ${VM_IMAGE:='fedora34'} -: ${VM_IMAGE_URL:='https://fedora.mirror.liteserver.nl/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2'} +: ${VM_IMAGE_URL:='https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2'} kcli download image -p ceph-dashboard -u ${VM_IMAGE_URL} ${VM_IMAGE} kcli delete plan -y ceph || true kcli create plan -f src/pybind/mgr/dashboard/ci/cephadm/ceph_cluster.yml \