]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps: Replace apt-mirror 66668/head
authorDavid Galloway <david.galloway@ibm.com>
Tue, 16 Dec 2025 22:08:00 +0000 (17:08 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 17 Dec 2025 22:25:00 +0000 (17:25 -0500)
apt-mirror.front.sepia.ceph.com has happened to always work because we set up CNAMEs to gitbuilder.ceph.com.

That host is making its way to a new home upstate (literally and figuratively) so we'll get rid of the front subdomain since it's publicly accessible anyway and add TLS while we're at it.

Signed-off-by: David Galloway <david.galloway@ibm.com>
(cherry picked from commit 0b0c73ad860b20912c862b5376057153a5adab40)

install-deps.sh

index c8713591f4025d7c0fd161a94de2501e7eb4da0a..11bb59ad0dd53835a028977ff47d900bbac71d53 100755 (executable)
@@ -302,7 +302,7 @@ EOF
 function setup_lab_extras_repo() {
     # NOTE This repo should be temporary while we work to get the
     # needed deps into EPEL, etc.
-    local baseurlprefix="http://apt-mirror.front.sepia.ceph.com/lab-extras"
+    local baseurlprefix="https://apt-mirror.sepia.ceph.com/lab-extras"
     local path="/etc/yum.repos.d/ceph-lab-extras.repo"
     $SUDO tee "${path}" <<EOF
 [ceph-lab-extras]