From d1f33828a6c9de2ff45f98cb18f75a848a29a61c Mon Sep 17 00:00:00 2001 From: Jan Stodola Date: Wed, 19 Jun 2024 17:06:26 +0200 Subject: [PATCH] Switch hostname for downloading RHEL The bos lab will be decommissioned soon. Switch to the devel/rdu lab. --- scripts/defaults-rhel10.sh | 4 ++-- scripts/defaults-rhel8.sh | 4 ++-- scripts/defaults-rhel9.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/defaults-rhel10.sh b/scripts/defaults-rhel10.sh index 4e86af4e..eca39a08 100644 --- a/scripts/defaults-rhel10.sh +++ b/scripts/defaults-rhel10.sh @@ -3,7 +3,7 @@ # This is a reasonable default used until the new release is detected by osinfo library. export KSTEST_OSINFO_NAME=fedora-eln source ./network-device-names.cfg -export KSTEST_URL='http://download.eng.bos.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.0/compose/BaseOS/x86_64/os/' -export KSTEST_MODULAR_URL='http://download.eng.bos.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.0/compose/AppStream/x86_64/os/' +export KSTEST_URL='http://download.devel.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.0/compose/BaseOS/x86_64/os/' +export KSTEST_MODULAR_URL='http://download.devel.redhat.com/rhel-10/nightly/RHEL-10-Public-Beta/latest-RHEL-10.0/compose/AppStream/x86_64/os/' export KSTEST_FTP_URL='ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/' export KSTEST_OSTREECONTAINER_URL='quay.io/centos-bootc/centos-bootc:stream10' diff --git a/scripts/defaults-rhel8.sh b/scripts/defaults-rhel8.sh index a798da2d..1f82aa37 100644 --- a/scripts/defaults-rhel8.sh +++ b/scripts/defaults-rhel8.sh @@ -1,6 +1,6 @@ # Default settings for testing RHEL 8. This requires being inside the Red Hat VPN. source ./network-device-names.cfg -export KSTEST_URL='http://download.eng.bos.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10.0/compose/BaseOS/x86_64/os/' -export KSTEST_MODULAR_URL='http://download.eng.bos.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10.0/compose/AppStream/x86_64/os/' +export KSTEST_URL='http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10.0/compose/BaseOS/x86_64/os/' +export KSTEST_MODULAR_URL='http://download.devel.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8.10.0/compose/AppStream/x86_64/os/' export KSTEST_FTP_URL='ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/' diff --git a/scripts/defaults-rhel9.sh b/scripts/defaults-rhel9.sh index 05193419..ea13d52e 100644 --- a/scripts/defaults-rhel9.sh +++ b/scripts/defaults-rhel9.sh @@ -1,7 +1,7 @@ # Default settings for testing RHEL 9. This requires being inside the Red Hat VPN. source ./network-device-names.cfg -export KSTEST_URL='http://download.eng.bos.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/' -export KSTEST_MODULAR_URL='http://download.eng.bos.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/AppStream/x86_64/os/' +export KSTEST_URL='http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/BaseOS/x86_64/os/' +export KSTEST_MODULAR_URL='http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.5.0/compose/AppStream/x86_64/os/' export KSTEST_FTP_URL='ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/development/rawhide/Everything/x86_64/os/' export KSTEST_OSTREECONTAINER_URL='quay.io/centos-bootc/centos-bootc:stream9'