]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix broken Fedora image URL 48300/head
authorZack Cerza <zack@redhat.com>
Thu, 29 Sep 2022 19:44:46 +0000 (13:44 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 29 Sep 2022 19:44:46 +0000 (13:44 -0600)
This mirror apparently stopped working, breaking jobs that use this
script.

Signed-off-by: Zack Cerza <zack@redhat.com>
src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh

index e3434d72a4f9d1ce6cc180961609e161b607db63..d1044c6226cd16535cc050b562b4ca431454434c 100755 (executable)
@@ -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 \