From b01b07bef4f5d8920a344af0459bf1f4614e579e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 29 Sep 2022 13:44:46 -0600 Subject: [PATCH] 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 --- src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh b/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh index 26fbd8a7c4b..a90ec371c45 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 \ -- 2.47.3