From f317cef9e3f6255898a67528ab0e421899d5d3f5 Mon Sep 17 00:00:00 2001 From: Adam King Date: Fri, 3 Nov 2023 13:42:51 -0400 Subject: [PATCH] mgr/dashboard: update fedora link for dashboard-cephadm-e2e test 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 --- src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh b/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh index 56be5b15964..d5aa56efc9f 100755 --- a/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh +++ b/src/pybind/mgr/dashboard/ci/cephadm/start-cluster.sh @@ -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 -- 2.39.5