Hello Ovit Devs,
I am new to ovirt and am trying to install Ovirt4.5 on Rocky8 machine, and I am stuck
at the first step, enable ovirt engine repo.
1. I follow the manual to do some yum repo configuration staff, with bash code in
"Rocky" part ,
https://www.ovirt.org/download/install_on_rhel.html
# On Rocky there's an issue with centos-release-nfv package from extras
dnf install -y dnf-plugins-core
dnf config-manager --set-disabled extras
2. I try to install ovirt4.5 with "dnf install -y centos-release-ovirt45",
but it fails with "unable to find a match". I find centos-release-ovirt45 is
listed in extras repo and extras repo is disabled. If extras repo needs to be disabled,
how can I install centos-release-ovirt45?
Any suggestions would be highly appreciated!
Jiajie