]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: update fedora link for dashboard-cephadm-e2e test 54336/head
authorAdam King <adking@redhat.com>
Fri, 3 Nov 2023 17:42:51 +0000 (13:42 -0400)
committerAdam King <adking@redhat.com>
Fri, 3 Nov 2023 17:42:51 +0000 (13:42 -0400)
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>
src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh

index 56be5b15964f60d76deaefba03d0fe16f243aad8..d5aa56efc9f53280067fedcb5c44385912fe49c0 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
 # Compile cephadm locally for the shared_ceph_folder to pick it up