]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix broken Fedora image URL 48340/head
authorZack Cerza <zack@redhat.com>
Thu, 29 Sep 2022 19:44:46 +0000 (13:44 -0600)
committerNizamudeen A <nia@redhat.com>
Mon, 3 Oct 2022 05:04:13 +0000 (10:34 +0530)
This mirror apparently stopped working, breaking jobs that use this
script.

Signed-off-by: Zack Cerza <zack@redhat.com>
(cherry picked from commit 3f32ab0fb3a54174a8a57681243cd944056c6ffb)
Signed-off-by: Nizamudeen A <nia@redhat.com>
 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

index 26fbd8a7c4b699f194280d2075e845ad203430c3..a90ec371c4576f8186579ba71690ea44907efb0d 100755 (executable)
@@ -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 \