From 1e96b73d07809313cb809c4fced75cecc78b34b9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 7 Jun 2022 09:55:02 +0200 Subject: [PATCH] Changing repo server to repo02.pixelpark.com --- files/repos-centos7/CentOS-Base.repo | 16 ++++++++-------- files/repos-centos7/CentOS-CR.repo | 4 ++-- files/repos-centos7/CentOS-fasttrack.repo | 4 ++-- files/repos-centos8/CentOS-AppStream.repo | 4 ++-- files/repos-centos8/CentOS-Base.repo | 4 ++-- files/repos-centos8/CentOS-CR.repo | 4 ++-- files/repos-centos8/CentOS-Devel.repo | 4 ++-- files/repos-centos8/CentOS-Extras.repo | 4 ++-- files/repos-centos8/CentOS-HA.repo | 4 ++-- files/repos-centos8/CentOS-PowerTools.repo | 4 ++-- files/repos-centos8/CentOS-centosplus.repo | 4 ++-- files/repos-centos8/CentOS-fasttrack.repo | 4 ++-- files/repos-centos8/epel.repo | 4 ++-- files/repos-centos8/icinga.repo | 4 ++-- files/repos-centos8/pixelpark.repo | 4 ++-- files/repos-centos8/prometheus.repo | 4 ++-- files/repos-centos8/puppet.repo | 4 ++-- files/repos-el7/epel.repo | 8 ++++---- files/repos-el7/icinga.repo | 4 ++-- files/repos-el7/pixelpark.repo | 4 ++-- files/repos-el7/prometheus.repo | 4 ++-- files/repos-el7/puppet.repo | 4 ++-- files/repos-el7/wazuh.repo | 4 ++-- files/repos-oel7/ol7_addons.repo | 4 ++-- files/repos-oel7/ol7_latest.repo | 4 ++-- files/repos-oel7/ol7_optional_latest.repo | 4 ++-- kickstart/pp_standard_centos8_vmware.ks | 14 +++++++------- kickstart/template-centos7.ks | 8 ++++---- kickstart/template-centos8.ks | 14 +++++++------- kickstart/template-oel7.ks | 4 ++-- kickstart/vmware-template-centos7.ks | 8 ++++---- kickstart/vmware-template-centos8.ks | 14 +++++++------- kickstart/vmware-template-oel7.ks | 4 ++-- yum.repos/centos-base.repo | 12 ++++++------ yum.repos/epel.repo | 2 +- yum.repos/ol7_addons.repo | 2 +- yum.repos/ol7_latest.repo | 2 +- yum.repos/ol7_optional_latest.repo | 2 +- yum.repos/pixelpark.repo | 4 ++-- yum.repos/puppet.repo | 2 +- 40 files changed, 106 insertions(+), 106 deletions(-) diff --git a/files/repos-centos7/CentOS-Base.repo b/files/repos-centos7/CentOS-Base.repo index 7a4a5ca..3281c0a 100644 --- a/files/repos-centos7/CentOS-Base.repo +++ b/files/repos-centos7/CentOS-Base.repo @@ -3,31 +3,31 @@ [base] name=CentOS-$releasever - Base -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/os/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/os/$basearch/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/updates/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/updates/$basearch/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 #additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/centosplus/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/centosplus/$basearch/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 # vim: filetype=dosini diff --git a/files/repos-centos7/CentOS-CR.repo b/files/repos-centos7/CentOS-CR.repo index 8ba7154..e44ce9d 100644 --- a/files/repos-centos7/CentOS-CR.repo +++ b/files/repos-centos7/CentOS-CR.repo @@ -3,9 +3,9 @@ [cr] name=CentOS-$releasever - cr -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/cr/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/cr/$basearch/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 # vim: filetype=dosini diff --git a/files/repos-centos7/CentOS-fasttrack.repo b/files/repos-centos7/CentOS-fasttrack.repo index 2093ae6..508d5b2 100644 --- a/files/repos-centos7/CentOS-fasttrack.repo +++ b/files/repos-centos7/CentOS-fasttrack.repo @@ -2,9 +2,9 @@ [fasttrack] name=CentOS-7 - fasttrack -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/fasttrack/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/fasttrack/$basearch/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-AppStream.repo b/files/repos-centos8/CentOS-AppStream.repo index c71c43e..0cca230 100644 --- a/files/repos-centos8/CentOS-AppStream.repo +++ b/files/repos-centos8/CentOS-AppStream.repo @@ -1,8 +1,8 @@ [AppStream] name=CentOS-$releasever - AppStream -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/AppStream/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/AppStream/$basearch/os/ gpgcheck=1 enabled=1 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-Base.repo b/files/repos-centos8/CentOS-Base.repo index 95515a1..709874a 100644 --- a/files/repos-centos8/CentOS-Base.repo +++ b/files/repos-centos8/CentOS-Base.repo @@ -1,9 +1,9 @@ [BaseOS] name=CentOS-$releasever - Base -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/BaseOS/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/BaseOS/$basearch/os/ gpgcheck=1 enabled=1 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-CR.repo b/files/repos-centos8/CentOS-CR.repo index 5792a30..099769b 100644 --- a/files/repos-centos8/CentOS-CR.repo +++ b/files/repos-centos8/CentOS-CR.repo @@ -1,8 +1,8 @@ [cr] name=CentOS-$releasever - cr -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/cr/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/cr/$basearch/os/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-Devel.repo b/files/repos-centos8/CentOS-Devel.repo index 1a9433d..4053ad9 100644 --- a/files/repos-centos8/CentOS-Devel.repo +++ b/files/repos-centos8/CentOS-Devel.repo @@ -1,8 +1,8 @@ [Devel] name=CentOS-$releasever - Devel WARNING! FOR BUILDROOT USE ONLY! -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/Devel/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/Devel/$basearch/os/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-Extras.repo b/files/repos-centos8/CentOS-Extras.repo index 82ec8a1..16b3b70 100644 --- a/files/repos-centos8/CentOS-Extras.repo +++ b/files/repos-centos8/CentOS-Extras.repo @@ -1,8 +1,8 @@ [extras] name=CentOS-$releasever - Extras -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/extras/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/extras/$basearch/os/ gpgcheck=1 enabled=1 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-HA.repo b/files/repos-centos8/CentOS-HA.repo index 8d63b52..e3535c3 100644 --- a/files/repos-centos8/CentOS-HA.repo +++ b/files/repos-centos8/CentOS-HA.repo @@ -1,8 +1,8 @@ [HighAvailability] name=CentOS-$releasever - HA -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/HighAvailability/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/HighAvailability/$basearch/os/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-PowerTools.repo b/files/repos-centos8/CentOS-PowerTools.repo index 37b2be8..83dbcc0 100644 --- a/files/repos-centos8/CentOS-PowerTools.repo +++ b/files/repos-centos8/CentOS-PowerTools.repo @@ -1,8 +1,8 @@ [PowerTools] name=CentOS-$releasever - PowerTools -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/PowerTools/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/PowerTools/$basearch/os/ gpgcheck=1 enabled=1 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-centosplus.repo b/files/repos-centos8/CentOS-centosplus.repo index fd26a8a..b286fdd 100644 --- a/files/repos-centos8/CentOS-centosplus.repo +++ b/files/repos-centos8/CentOS-centosplus.repo @@ -1,8 +1,8 @@ [centosplus] name=CentOS-$releasever - Plus -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/centosplus/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/centosplus/$basearch/os/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/CentOS-fasttrack.repo b/files/repos-centos8/CentOS-fasttrack.repo index 0529e85..43c8766 100644 --- a/files/repos-centos8/CentOS-fasttrack.repo +++ b/files/repos-centos8/CentOS-fasttrack.repo @@ -1,8 +1,8 @@ [fasttrack] name=CentOS-$releasever - fasttrack -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever-stream/fasttrack/$basearch/os/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever-stream/fasttrack/$basearch/os/ gpgcheck=1 enabled=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-centosofficial # vim: filetype=dosini diff --git a/files/repos-centos8/epel.repo b/files/repos-centos8/epel.repo index 23fd260..25bfee8 100644 --- a/files/repos-centos8/epel.repo +++ b/files/repos-centos8/epel.repo @@ -1,9 +1,9 @@ [epel] name=Extra Packages for Enterprise Linux 8 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/ enabled=1 gpgcheck=1 repo_gpgcheck=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-8 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-8 # vim: filetype=dosini diff --git a/files/repos-centos8/icinga.repo b/files/repos-centos8/icinga.repo index 932e484..ac68df6 100644 --- a/files/repos-centos8/icinga.repo +++ b/files/repos-centos8/icinga.repo @@ -1,8 +1,8 @@ [icinga] name=ICINGA (stable release for epel) -baseurl=https://repo01.pixelpark.com/Linux/yum/icinga/8 +baseurl=https://repo02.pixelpark.com/Linux/yum/icinga/8 enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/icinga2.gpg +gpgkey=https://repo02.pixelpark.com/gpg/icinga2.gpg # vim: filetype=dosini diff --git a/files/repos-centos8/pixelpark.repo b/files/repos-centos8/pixelpark.repo index 75598c7..f8a5e6d 100644 --- a/files/repos-centos8/pixelpark.repo +++ b/files/repos-centos8/pixelpark.repo @@ -1,8 +1,8 @@ [pixelpark] name=pixelpark -baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/$releasever +baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/$releasever enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/pixelpark.gpg +gpgkey=https://repo02.pixelpark.com/gpg/pixelpark.gpg # vim: filetype=dosini diff --git a/files/repos-centos8/prometheus.repo b/files/repos-centos8/prometheus.repo index 2dbaba2..e11608a 100644 --- a/files/repos-centos8/prometheus.repo +++ b/files/repos-centos8/prometheus.repo @@ -1,8 +1,8 @@ [prometheus] name=Prometheus Lest Repo -baseurl=https://repo01.pixelpark.com/Linux/yum/prom/8/ +baseurl=https://repo02.pixelpark.com/Linux/yum/prom/8/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/prometheus.gpg +gpgkey=https://repo02.pixelpark.com/gpg/prometheus.gpg # vim: filetype=dosini diff --git a/files/repos-centos8/puppet.repo b/files/repos-centos8/puppet.repo index cf3179c..5e0b9e2 100644 --- a/files/repos-centos8/puppet.repo +++ b/files/repos-centos8/puppet.repo @@ -1,8 +1,8 @@ # Puppet.repo [puppet] name=Puppet Repository el 8 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/8/$basearch -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release +baseurl=https://repo02.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/8/$basearch +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release enabled=1 gpgcheck=1 diff --git a/files/repos-el7/epel.repo b/files/repos-el7/epel.repo index 3eae464..1bf48ff 100644 --- a/files/repos-el7/epel.repo +++ b/files/repos-el7/epel.repo @@ -2,11 +2,11 @@ [epel] name=Extra Packages for Enterprise Linux 7 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/epel/7/$basearch +baseurl=https://repo02.pixelpark.com/Linux/yum/epel/7/$basearch failovermethod=priority enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7 repo_gpgcheck=0 [epel-debuginfo] @@ -16,7 +16,7 @@ mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$ba failovermethod=priority enabled=0 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7 repo_gpgcheck=0 metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch @@ -26,7 +26,7 @@ name=Extra Packages for Enterprise Linux 7 - $basearch - Source mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch failovermethod=priority enabled=0 -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7 +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-EPEL-7 gpgcheck=1 repo_gpgcheck=0 metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch diff --git a/files/repos-el7/icinga.repo b/files/repos-el7/icinga.repo index b14f4b4..60e5ed7 100644 --- a/files/repos-el7/icinga.repo +++ b/files/repos-el7/icinga.repo @@ -3,9 +3,9 @@ [icinga] name=ICINGA (stable release for epel) -baseurl=https://repo01.pixelpark.com/Linux/yum/icinga/7 +baseurl=https://repo02.pixelpark.com/Linux/yum/icinga/7 enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/icinga2.gpg +gpgkey=https://repo02.pixelpark.com/gpg/icinga2.gpg # vim: filetype=dosini diff --git a/files/repos-el7/pixelpark.repo b/files/repos-el7/pixelpark.repo index 751911e..0c14e84 100644 --- a/files/repos-el7/pixelpark.repo +++ b/files/repos-el7/pixelpark.repo @@ -3,9 +3,9 @@ [pixelpark] name=pixelpark -baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/7 +baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/7 enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/pixelpark.gpg +gpgkey=https://repo02.pixelpark.com/gpg/pixelpark.gpg # vim: filetype=dosini diff --git a/files/repos-el7/prometheus.repo b/files/repos-el7/prometheus.repo index f1c2729..df28908 100644 --- a/files/repos-el7/prometheus.repo +++ b/files/repos-el7/prometheus.repo @@ -3,9 +3,9 @@ [prometheus] name=Prometheus Last Repo -baseurl=https://repo01.pixelpark.com/Linux/yum/prom/7/ +baseurl=https://repo02.pixelpark.com/Linux/yum/prom/7/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/prometheus.gpg +gpgkey=https://repo02.pixelpark.com/gpg/prometheus.gpg # vim: filetype=dosini diff --git a/files/repos-el7/puppet.repo b/files/repos-el7/puppet.repo index 8e2275b..1467b5d 100644 --- a/files/repos-el7/puppet.repo +++ b/files/repos-el7/puppet.repo @@ -1,8 +1,8 @@ # Puppet.repo [puppet] name=Puppet Repository el 7 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/7/$basearch -gpgkey=https://repo01.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release +baseurl=https://repo02.pixelpark.com/Linux/yum/puppetlabs/puppet7/el/7/$basearch +gpgkey=https://repo02.pixelpark.com/gpg/RPM-GPG-KEY-2025-04-06-puppet6-release enabled=1 gpgcheck=1 diff --git a/files/repos-el7/wazuh.repo b/files/repos-el7/wazuh.repo index 0cec069..1139322 100644 --- a/files/repos-el7/wazuh.repo +++ b/files/repos-el7/wazuh.repo @@ -3,9 +3,9 @@ [wazuh] name=Wazuh repository -baseurl=https://repo01.pixelpark.com/Linux/yum/wazuh +baseurl=https://repo02.pixelpark.com/Linux/yum/wazuh enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/wazuh.gpg +gpgkey=https://repo02.pixelpark.com/gpg/wazuh.gpg # vim: filetype=dosini diff --git a/files/repos-oel7/ol7_addons.repo b/files/repos-oel7/ol7_addons.repo index 5dc6e14..f4673bc 100644 --- a/files/repos-oel7/ol7_addons.repo +++ b/files/repos-oel7/ol7_addons.repo @@ -1,8 +1,8 @@ [ol7_addons] name=Oracle Linux $releasever Add ons ($basearch) -baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_addons/ +baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_addons/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/ol7_addons.gpg +gpgkey=https://repo02.pixelpark.com/gpg/ol7_addons.gpg # vim: filetype=dosini diff --git a/files/repos-oel7/ol7_latest.repo b/files/repos-oel7/ol7_latest.repo index c7502b2..720a679 100644 --- a/files/repos-oel7/ol7_latest.repo +++ b/files/repos-oel7/ol7_latest.repo @@ -1,8 +1,8 @@ [ol7_latest] name=Oracle Linux $releasever Latest ($basearch) -baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ +baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/ol7_latest.gpg +gpgkey=https://repo02.pixelpark.com/gpg/ol7_latest.gpg # vim: filetype=dosini diff --git a/files/repos-oel7/ol7_optional_latest.repo b/files/repos-oel7/ol7_optional_latest.repo index cf93f12..8ea7fc8 100644 --- a/files/repos-oel7/ol7_optional_latest.repo +++ b/files/repos-oel7/ol7_optional_latest.repo @@ -1,9 +1,9 @@ [ol7_optional_latest] name=Oracle Linux $releasever Optional Latest ($basearch) -baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ +baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/ol7_optional_latest.gpg +gpgkey=https://repo02.pixelpark.com/gpg/ol7_optional_latest.gpg # vim: filetype=dosini diff --git a/kickstart/pp_standard_centos8_vmware.ks b/kickstart/pp_standard_centos8_vmware.ks index 18f8568..a57f1d8 100644 --- a/kickstart/pp_standard_centos8_vmware.ks +++ b/kickstart/pp_standard_centos8_vmware.ks @@ -9,7 +9,7 @@ firewall --disabled # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/8/BaseOS/x86_64/os" --noverifyssl +url --url="https://repo02.pixelpark.com/Linux/yum/centos/8/BaseOS/x86_64/os" --noverifyssl sshpw --username=inst testtest --plaintext @@ -55,12 +55,12 @@ logvol /var --vgname=vgroot --name=var --size=1 --grow ########################################## # Repositories -repo --name=pp-base --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/BaseOS/$basearch/os/ -repo --name=pp-appstream --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/AppStream/$basearch/os/ -repo --name=pp-extras --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/os/ -repo --name=pp-powertools --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/PowerTools/$basearch/os/ -# repo --name=pp-epel --baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ -# repo --name=pixelpark --baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/$releasever/ +repo --name=pp-base --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/BaseOS/$basearch/os/ +repo --name=pp-appstream --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/AppStream/$basearch/os/ +repo --name=pp-extras --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/os/ +repo --name=pp-powertools --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/PowerTools/$basearch/os/ +# repo --name=pp-epel --baseurl=https://repo02.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ +# repo --name=pixelpark --baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/$releasever/ %packages diff --git a/kickstart/template-centos7.ks b/kickstart/template-centos7.ks index 9ed3358..1031ad1 100644 --- a/kickstart/template-centos7.ks +++ b/kickstart/template-centos7.ks @@ -12,7 +12,7 @@ firewall --disabled install # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/7/os/x86_64" --noverifyssl +url --url="https://repo02.pixelpark.com/Linux/yum/centos/7/os/x86_64" --noverifyssl # Root install-password rootpw --iscrypted ${ROOT_PWD_HASH} @@ -66,9 +66,9 @@ logvol /var/log --vgname=vgroot --name=log --size=2048 ########################################## # Repositories -repo --name=pp-repo-os --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/7/os/x86_64/ -repo --name=pp-repo-extras --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/7/extras/x86_64/ -repo --name=pp-repo-updates --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/7/updates/x86_64/ +repo --name=pp-repo-os --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/7/os/x86_64/ +repo --name=pp-repo-extras --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/7/extras/x86_64/ +repo --name=pp-repo-updates --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/7/updates/x86_64/ ########################################## # Packages diff --git a/kickstart/template-centos8.ks b/kickstart/template-centos8.ks index 213289f..f956e0a 100644 --- a/kickstart/template-centos8.ks +++ b/kickstart/template-centos8.ks @@ -9,7 +9,7 @@ firewall --disabled # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/x86_64/os" --noverifyssl +url --url="https://repo02.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/x86_64/os" --noverifyssl sshpw --username=inst testtest --plaintext @@ -56,12 +56,12 @@ logvol /var/log --vgname=vgroot --name=log --size=2048 ########################################## # Repositories -repo --name=pp-base --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/$basearch/os/ -repo --name=pp-appstream --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/8-stream/AppStream/$basearch/os/ -repo --name=pp-extras --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/8-stream/extras/$basearch/os/ -repo --name=pp-powertools --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/8-stream/PowerTools/$basearch/os/ -# repo --name=pp-epel --baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ -# repo --name=pixelpark --baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/$releasever/ +repo --name=pp-base --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/$basearch/os/ +repo --name=pp-appstream --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/AppStream/$basearch/os/ +repo --name=pp-extras --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/extras/$basearch/os/ +repo --name=pp-powertools --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/8-stream/PowerTools/$basearch/os/ +# repo --name=pp-epel --baseurl=https://repo02.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ +# repo --name=pixelpark --baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/$releasever/ ########################################## # Packages diff --git a/kickstart/template-oel7.ks b/kickstart/template-oel7.ks index a188193..17a1357 100644 --- a/kickstart/template-oel7.ks +++ b/kickstart/template-oel7.ks @@ -66,8 +66,8 @@ logvol /var/log --vgname=vgroot --name=log --size=2048 ########################################## # Repositories -repo --name=pp-oel-latest --baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ -repo --name=pp-oel-optional-latest --baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ +repo --name=pp-oel-latest --baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ +repo --name=pp-oel-optional-latest --baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ ########################################## # Packages diff --git a/kickstart/vmware-template-centos7.ks b/kickstart/vmware-template-centos7.ks index b506316..653904b 100644 --- a/kickstart/vmware-template-centos7.ks +++ b/kickstart/vmware-template-centos7.ks @@ -9,7 +9,7 @@ firewall --disabled # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/7/os/x86_64" --noverifyssl +url --url="https://repo02.pixelpark.com/Linux/yum/centos/7/os/x86_64" --noverifyssl sshpw --username=inst testtest --plaintext @@ -63,9 +63,9 @@ logvol /var --vgname=vgroot --name=var --size=1 --grow ########################################## # Repositories -repo --name=pp-repo-os --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/7/os/x86_64/ -repo --name=pp-repo-extras --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/7/extras/x86_64/ -repo --name=pp-repo-updates --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/7/updates/x86_64/ +repo --name=pp-repo-os --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/7/os/x86_64/ +repo --name=pp-repo-extras --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/7/extras/x86_64/ +repo --name=pp-repo-updates --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/7/updates/x86_64/ ########################################## # Packages diff --git a/kickstart/vmware-template-centos8.ks b/kickstart/vmware-template-centos8.ks index 18f8568..a57f1d8 100644 --- a/kickstart/vmware-template-centos8.ks +++ b/kickstart/vmware-template-centos8.ks @@ -9,7 +9,7 @@ firewall --disabled # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/8/BaseOS/x86_64/os" --noverifyssl +url --url="https://repo02.pixelpark.com/Linux/yum/centos/8/BaseOS/x86_64/os" --noverifyssl sshpw --username=inst testtest --plaintext @@ -55,12 +55,12 @@ logvol /var --vgname=vgroot --name=var --size=1 --grow ########################################## # Repositories -repo --name=pp-base --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/BaseOS/$basearch/os/ -repo --name=pp-appstream --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/AppStream/$basearch/os/ -repo --name=pp-extras --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/os/ -repo --name=pp-powertools --baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/PowerTools/$basearch/os/ -# repo --name=pp-epel --baseurl=https://repo01.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ -# repo --name=pixelpark --baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/$releasever/ +repo --name=pp-base --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/BaseOS/$basearch/os/ +repo --name=pp-appstream --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/AppStream/$basearch/os/ +repo --name=pp-extras --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/os/ +repo --name=pp-powertools --baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/PowerTools/$basearch/os/ +# repo --name=pp-epel --baseurl=https://repo02.pixelpark.com/Linux/yum/epel/$releasever/Everything/$basearch/os/ +# repo --name=pixelpark --baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/$releasever/ %packages diff --git a/kickstart/vmware-template-oel7.ks b/kickstart/vmware-template-oel7.ks index 4c6ef89..794a31f 100644 --- a/kickstart/vmware-template-oel7.ks +++ b/kickstart/vmware-template-oel7.ks @@ -63,8 +63,8 @@ logvol /var --vgname=vgroot --name=var --size=1 --grow ########################################## # Repositories -repo --name=pp-oel-latest --baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ -repo --name=pp-oel-optional-latest --baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ +repo --name=pp-oel-latest --baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ +repo --name=pp-oel-optional-latest --baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ ########################################## # Packages diff --git a/yum.repos/centos-base.repo b/yum.repos/centos-base.repo index d94f59f..3d3fb6f 100644 --- a/yum.repos/centos-base.repo +++ b/yum.repos/centos-base.repo @@ -1,22 +1,22 @@ [base] name=CentOS-$releasever - Base -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/os/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/os/$basearch/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/updates/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/updates/$basearch/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras -baseurl=https://repo01.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/ +baseurl=https://repo02.pixelpark.com/Linux/yum/centos/$releasever/extras/$basearch/ enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 +gpgkey=https://repo02.pixelpark.com/Linux/yum/centos/RPM-GPG-KEY-CentOS-7 # vim: filetype=dosini diff --git a/yum.repos/epel.repo b/yum.repos/epel.repo index 397d9d1..ee657c8 100644 --- a/yum.repos/epel.repo +++ b/yum.repos/epel.repo @@ -1,7 +1,7 @@ [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/epel/7/$basearch +baseurl=https://repo02.pixelpark.com/Linux/yum/epel/7/$basearch failovermethod=priority enabled=1 gpgcheck=1 diff --git a/yum.repos/ol7_addons.repo b/yum.repos/ol7_addons.repo index ba34a27..6f6e9fb 100644 --- a/yum.repos/ol7_addons.repo +++ b/yum.repos/ol7_addons.repo @@ -1,6 +1,6 @@ [ol7_addons] name=Oracle Linux $releasever Add ons ($basearch) -baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_addons/ +baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_addons/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle diff --git a/yum.repos/ol7_latest.repo b/yum.repos/ol7_latest.repo index a0f830d..25583fb 100644 --- a/yum.repos/ol7_latest.repo +++ b/yum.repos/ol7_latest.repo @@ -1,6 +1,6 @@ [ol7_latest] name=Oracle Linux $releasever Latest ($basearch) -baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ +baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_latest/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle diff --git a/yum.repos/ol7_optional_latest.repo b/yum.repos/ol7_optional_latest.repo index 69ff5e0..c6a9682 100644 --- a/yum.repos/ol7_optional_latest.repo +++ b/yum.repos/ol7_optional_latest.repo @@ -1,6 +1,6 @@ [ol7_optional_latest] name=Oracle Linux $releasever Optional Latest ($basearch) -baseurl=https://repo01.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ +baseurl=https://repo02.pixelpark.com/Linux/yum/OracleLinux/OL7/ol7_optional_latest/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle diff --git a/yum.repos/pixelpark.repo b/yum.repos/pixelpark.repo index ae4dac7..5d45cdb 100644 --- a/yum.repos/pixelpark.repo +++ b/yum.repos/pixelpark.repo @@ -1,8 +1,8 @@ [pixelpark] name=pixelpark -baseurl=https://repo01.pixelpark.com/Linux/yum/pixelpark/7 +baseurl=https://repo02.pixelpark.com/Linux/yum/pixelpark/7 enabled=1 gpgcheck=1 -gpgkey=https://repo01.pixelpark.com/gpg/pixelpark.gpg +gpgkey=https://repo02.pixelpark.com/gpg/pixelpark.gpg # vim: filetype=dosini diff --git a/yum.repos/puppet.repo b/yum.repos/puppet.repo index 4797916..0c7ef19 100644 --- a/yum.repos/puppet.repo +++ b/yum.repos/puppet.repo @@ -1,6 +1,6 @@ [puppet] name=Puppet Repository el 7 - $basearch -baseurl=https://repo01.pixelpark.com/Linux/yum/puppetlabs/puppet5/el/7/$basearch +baseurl=https://repo02.pixelpark.com/Linux/yum/puppetlabs/puppet5/el/7/$basearch gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-release enabled=1 gpgcheck=1 -- 2.39.5