oVirt / ovirt-site

oVirt website
http://www.ovirt.org/
Other
87 stars 289 forks source link

gpg key list is no longer accurate #3114

Open ykuksenko opened 1 year ago

ykuksenko commented 1 year ago

The gpg key list shown below is no longer accurate. https://github.com/oVirt/ovirt-site/blob/eff20922e2b435157fb3f57cfab2140669b156d6/source/download/rpms_and_gpg.md?plain=1#L80-L86 Per https://github.com/oVirt/ovirt-release/issues/298 there is a new key out there. Please list this key. I think the key id is 44E475CB24901D0C.

ykuksenko commented 1 year ago

The gpg instructions are also out of date for AlmaLinux9 (rhel9 based distros?) now.

ctodea commented 1 year ago

This issue is also preventing us from installing ovirt-engine-appliance-4.5-20221206125848.1.el9.x86_64.rpm

Nihvel commented 1 year ago

I'm having this issue too, this is my temporary fix.

Edit /etc/yum.conf and append: exclude=ovirt-engine-appliance-4.5-20221206125848.1.el9

The playbook (and the user too with dnf/yum) can now install the previous engine appliance version.

Alternatively, one can pre-install the engine appliance with dnf install <http-link-to-engine-appliance.rpm> and let the playbook skip that task.

Detailed steps: