From f69add90cbb9cf6741493fcd948b201b2254b7dc Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Thu, 14 Jul 2022 14:59:00 -0400 Subject: [PATCH] Revert "Pin to rocky 8.5" This reverts commit 5c424ef59f680f0fac9cd26d486a74cf8013bc5d. Rocky 8.5 is no longer available so this doesn't work. It's likely that this will cause https://bugzilla.redhat.com/show_bug.cgi?id=2087096 to reappear, but that's better than nothing. --- .../proxy/baremetalds-devscripts-proxy-commands.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci-operator/step-registry/baremetalds/devscripts/proxy/baremetalds-devscripts-proxy-commands.sh b/ci-operator/step-registry/baremetalds/devscripts/proxy/baremetalds-devscripts-proxy-commands.sh index 1b4a5051595df..e6668e5a026cc 100644 --- a/ci-operator/step-registry/baremetalds/devscripts/proxy/baremetalds-devscripts-proxy-commands.sh +++ b/ci-operator/step-registry/baremetalds/devscripts/proxy/baremetalds-devscripts-proxy-commands.sh @@ -12,13 +12,6 @@ source "${SHARED_DIR}/packet-conf.sh" # Setup a squid proxy for accessing the cluster ssh "${SSHOPTS[@]}" "root@${IP}" bash - << EOF |& sed -e 's/.*auths.*/*** PULL_SECRET ***/g' - -# TODO: remove me -# https://bugzilla.redhat.com/show_bug.cgi?id=2087096 -sed -i -e 's/repo=.*/repo=rocky-AppStream-8.5/g' /etc/yum.repos.d/Rocky-AppStream.repo -sed -i -e 's/repo=.*/repo=rocky-BaseOS-8.5/g' /etc/yum.repos.d/Rocky-BaseOS.repo -sed -i -e 's/repo=.*/repo=rocky-extras-8.5/g' /etc/yum.repos.d/Rocky-Extras.repo - sudo dnf install -y podman firewalld # Setup squid proxy for accessing cluster