yum: point rpmfusion repos at artifactapi
ci/woodpecker/pr/puppet-lint Pipeline was successful
ci/woodpecker/pr/yamllint Pipeline was successful
ci/woodpecker/pr/bolt-validate Pipeline was successful
ci/woodpecker/pr/erb-validate Pipeline was successful
ci/woodpecker/pr/epp-validate Pipeline was successful
ci/woodpecker/pr/ruby-validate Pipeline was successful
ci/woodpecker/pr/puppet-validate Pipeline was successful
ci/woodpecker/pr/ruby-check Pipeline was successful
ci/woodpecker/pr/puppet-lint Pipeline was successful
ci/woodpecker/pr/yamllint Pipeline was successful
ci/woodpecker/pr/bolt-validate Pipeline was successful
ci/woodpecker/pr/erb-validate Pipeline was successful
ci/woodpecker/pr/epp-validate Pipeline was successful
ci/woodpecker/pr/ruby-validate Pipeline was successful
ci/woodpecker/pr/puppet-validate Pipeline was successful
ci/woodpecker/pr/ruby-check Pipeline was successful
The rpmfusion-free / rpmfusion-nonfree repos still targeted the retired packagerepo.service.consul mirror, so dnf on media nodes (jellyfin, nzbget) failed with "Cannot download repomd.xml: All mirrors were tried", blocking package installs such as dns-updater. Repoint both baseurl and gpgkey at the artifactapi RPM Fusion remotes (rpmfusion-free / rpmfusion-nonfree), matching the migration already done for the other repos in this file. Claude-Session: https://claude.ai/code/session_01VZ81u2JtjvaPq8Z3EDTSMb
This commit is contained in:
@@ -261,8 +261,8 @@ profiles::yum::global::repos:
|
|||||||
name: rpmfusion-free
|
name: rpmfusion-free
|
||||||
descr: rpmfusion-free repository
|
descr: rpmfusion-free repository
|
||||||
target: /etc/yum.repos.d/rpmfusion-free.repo
|
target: /etc/yum.repos.d/rpmfusion-free.repo
|
||||||
baseurl: https://packagerepo.service.consul/rpmfusion-free-el%{facts.os.release.major}-%{facts.os.architecture}/
|
baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-free/el/updates/%{facts.os.release.major}/%{facts.os.architecture}/
|
||||||
gpgkey: https://packagerepo.service.consul/rpmfusion-free-el%{facts.os.release.major}-%{facts.os.architecture}/repodata/repomd.xml.key
|
gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-free/el/RPM-GPG-KEY-rpmfusion-free-el-%{facts.os.release.major}
|
||||||
gpgcheck: 1
|
gpgcheck: 1
|
||||||
mirrorlist: absent
|
mirrorlist: absent
|
||||||
rpmfusion-nonfree:
|
rpmfusion-nonfree:
|
||||||
@@ -270,8 +270,8 @@ profiles::yum::global::repos:
|
|||||||
name: rpmfusion-nonfree
|
name: rpmfusion-nonfree
|
||||||
descr: rpmfusion-nonfree repository
|
descr: rpmfusion-nonfree repository
|
||||||
target: /etc/yum.repos.d/rpmfusion-nonfree.repo
|
target: /etc/yum.repos.d/rpmfusion-nonfree.repo
|
||||||
baseurl: https://packagerepo.service.consul/rpmfusion-nonfree-el%{facts.os.release.major}-%{facts.os.architecture}/
|
baseurl: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-nonfree/el/updates/%{facts.os.release.major}/%{facts.os.architecture}/
|
||||||
gpgkey: https://packagerepo.service.consul/rpmfusion-nonfree-el%{facts.os.release.major}-%{facts.os.architecture}/repodata/repomd.xml.key
|
gpgkey: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/rpmfusion-nonfree/el/RPM-GPG-KEY-rpmfusion-nonfree-el-%{facts.os.release.major}
|
||||||
gpgcheck: 1
|
gpgcheck: 1
|
||||||
mirrorlist: absent
|
mirrorlist: absent
|
||||||
unkin:
|
unkin:
|
||||||
|
|||||||
Reference in New Issue
Block a user