]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: update fedora link for dashboard-cephadm-e2e test 54718/head
authorAdam King <adking@redhat.com>
Fri, 3 Nov 2023 17:42:51 +0000 (13:42 -0400)
committerNizamudeen A <nia@redhat.com>
Wed, 29 Nov 2023 14:56:30 +0000 (20:26 +0530)
The old link points to a directory that now only contains a
README saying

---

ATTENTION
======================================
The contents of this directory have been moved to our archives available at:

http://archives.fedoraproject.org/pub/archive/fedora/

If you are having troubles finding something there please stop by #fedora-admin on irc.freenode.net

---

so I think we either need to start using a newer fedora or point
to the archive link. This commit is currently doing the latter.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit f317cef9e3f6255898a67528ab0e421899d5d3f5)

src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh

index 65cb78a45a063b9641aece4e71c4623a7f466790..f3490d7a3ac738b9d45281f9c8f7dfd0745c6c44 100755 (executable)
@@ -60,7 +60,7 @@ npm run build ${FRONTEND_BUILD_OPTS} &
 
 cd ${CEPH_DEV_FOLDER}
 : ${VM_IMAGE:='fedora36'}
-: ${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'}
+: ${VM_IMAGE_URL:='https://archives.fedoraproject.org/pub/archive/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 \