#backup
cp -r /etc/yum.repos.d/ /root/

#modify repos
for i in CentOS-Ceph-Pacific CentOS-Gluster-10 CentOS-NFV-OpenvSwitch CentOS-OpsTools CentOS-oVirt-4.5 CentOS-Stream-Extras-common CentOS-Stream-Extras CentOS-OpenStack-xena CentOS-Stream-AppStream CentOS-Stream-BaseOS CentOS-Stream-PowerTools CentOS-oVirt-4.5
do
echo $i
sed -i s/^#.*baseurl=/baseurl=/g /etc/yum.repos.d/$i.repo
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/$i.repo
done

it was not generated with AI, but be careful too ;)

Marek Cervenka


Dne 2024-06-05 v 17:08 Jiří Sléžka via Users napsal(a):
Hi,

just little feedback... I just upgraded my three hci nodes based on rocky linux 8 (now 8.10) from ovirt4.4 to 4.5.

main trick was correcting original mirrorlist|baseurl in CentOS repos and replace it with vault url. In my case these repos and urls

grep "^baseurl" /etc/yum.repos.d/CentOS-* | grep "vault\.centos"

/etc/yum.repos.d/CentOS-Ceph-Pacific.repo:baseurl=https://vault.centos.org/8-stream/storage/$basearch/ceph-pacific/ /etc/yum.repos.d/CentOS-Ceph-Pacific.repo:baseurl=http://vault.centos.org/$contentdir/$stream/storage/Source/ceph-pacific/ /etc/yum.repos.d/CentOS-Gluster-10.repo:baseurl=https://vault.centos.org/8-stream/storage/$basearch/gluster-10/ /etc/yum.repos.d/CentOS-NFV-OpenvSwitch.repo:baseurl=https://vault.centos.org/8-stream/nfv/$basearch/openvswitch-2/ /etc/yum.repos.d/CentOS-NFV-OpenvSwitch.repo:baseurl=http://vault.centos.org/centos/$releasever/nfv/Source/openvswitch-2/ /etc/yum.repos.d/CentOS-OpsTools.repo:baseurl=https://vault.centos.org/8-stream/opstools/$basearch/collectd-5/ /etc/yum.repos.d/CentOS-oVirt-4.5.repo:baseurl=https://vault.centos.org/8-stream/virt/$basearch/ovirt-45/ /etc/yum.repos.d/CentOS-oVirt-4.5.repo:baseurl=https://vault.centos.org/centos/$stream/virt/Source/ovirt-45/ /etc/yum.repos.d/CentOS-oVirt-4.5.repo:baseurl=https://vault.centos.org/8-stream/cloud/$basearch/openstack-yoga/ /etc/yum.repos.d/CentOS-Stream-Extras-common.repo:baseurl=https://vault.centos.org/8-stream/extras/$basearch/extras-common/ /etc/yum.repos.d/CentOS-Stream-Extras.repo:baseurl=https://vault.centos.org/8-stream/extras/$basearch/os/


I will prabably stay on el8 for a while. I like the spice console which el9 lacks. It would be really nice if somebody (rocky linux? ovirt comunity?) would compile and distribute qemu with spice support for el9. I am aware of https://copr.fedorainfracloud.org/coprs/ligenix/enterprise-qemu-spice/ but did not try it yet. Did anyone?

Cheers,

Jiri



On 6/3/24 10:40, Sandro Bonazzola wrote:
Hi, just a reminder that CentOS Stream 8 reached its end of life at the end of last month on Friday, May 31, 2024. As it has been announced by CentOS project[1], all the CentOS Stream 8 repositories are going to be archived at vault.centos.org <http://vault.centos.org> . Who didn't update yet to CentOS Stream 9 will probably hit several errors related to this archiving: you'll need to manually adjust the repository url to point to the new location at vault.centos.org <http://vault.centos.org>. The archiving is going to happen today [2] with the decommissioning of the nodes used by the CentOS Community Build System used for oVirt builds for Stream 8 within the CentOS Virtualization SIG. At this point, the recommendation is to upgrade to CentOS Stream 9 (or derived) as soon as practical.

For those who are pushing changes to the oVirt project, please note GitHub actions may start to fail on CentOS Stream 8 (and with that, the builds for oVirt Node and oVirt Appliance). It's up to you to decide if you want to change the config there to use a different el8 distribution for running the tests or just turn off el8 and rely only on CentOS Stream 9 tests.

[1] https://lists.centos.org/hyperkitty/list/[email protected]/thread/DS7Q6NQWYD3YXCECJPSAXFFSRSDIJG2Q/ <https://lists.centos.org/hyperkitty/list/[email protected]/thread/DS7Q6NQWYD3YXCECJPSAXFFSRSDIJG2Q/> [2] https://lists.centos.org/hyperkitty/list/[email protected]/thread/P3HDUWPALS7GH4O2UI2W5OCGVB4TD645/ <https://lists.centos.org/hyperkitty/list/[email protected]/thread/P3HDUWPALS7GH4O2UI2W5OCGVB4TD645/>
--
Sandro Bonazzola

_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/RJUICDBL6ID26WQC2ZYHWDFJTUIFECVT/


_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/Q2YUASIVRWCW4QG4MY4OMSXUPUPMS6B3/
_______________________________________________
Users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/IAVYS3ENYTMOSOBUR33IBS3LZLCQFUGP/

Reply via email to