From: Zack Cerza Date: Thu, 29 Sep 2022 19:44:46 +0000 (-0600) Subject: mgr/dashboard: Fix broken Fedora image URL X-Git-Tag: v16.2.14~66^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bd481612dbd2e770be5598f218135c10596b085a;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) --- diff --git a/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh b/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh index c4c29bba41c85..e24ea9b3200d0 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:='fedora36'} -: ${VM_IMAGE_URL:='https://fedora.mirror.liteserver.nl/linux/releases/36/Cloud/x86_64/images/Fedora-Cloud-Base-36-1.5.x86_64.qcow2'} +: ${VM_IMAGE_URL:='https://download.fedoraproject.org/pub/fedora/linux/releases/36/Cloud/x86_64/images/Fedora-Cloud-Base-36-1.5.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 \