On Sun, Sep 18, 2022 at 10:03 PM Bjorn M <sw(a)kiman.be> wrote:
Hi,
I'm moving all my infra nodes to Rocky 9 and my oVirt cluster is next on the list.
I'm deploying a standalone oVirt VM on a KVM box and will set up the hosts afterwards.
All are to run on Rocky 9 x86_64.
The engine is not ready yet for EL9. People are working on this, notably Martin:
https://github.com/oVirt/ovirt-engine/pull/647
Best regards,
I followed
https://www.ovirt.org/download/install_on_rhel.html and created an Ansible
playbook to set up the customisations.
I now have all repos set up correctly, or at least that is my understanding.
When I run yum search ovirt-engine I get a number of packages available from the repos,
but not the ovirt-engine package. I do see the ovirt-hosted-engine, but I prefer the
standalone option.
This makes sense as I don't find the package at
http://mirror.stream.centos.org/SIGs/9-stream/virt/x86_64/ovirt-45/Packag... , which I
where all ovirt- packages are, except this one.
Yum whatprovides engine-setup also turns out negative.
I then decided to install ovirt-engine-appliance 4.5-20220419160254.1.el9 from
ovirt-45-upstream, but that package produces an error on the GPG key import.
It's unclear whether the issue is on my specific stack or wider. The missing
ovirt-engine package is confusing though.
Any help is appreciated,
Cheers, Bjorn
OUTPUT :
(0)[root@ovirt ~]# yum repolist
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use
subscription-manager to register.
repo id
repo name
appstream
Rocky Linux 9 - AppStream
baseos
Rocky Linux 9 - BaseOS
c9s-extras-common
CentOS Stream 9 - Extras packages
centos-ceph-pacific
CentOS-9-stream - Ceph Pacific
centos-gluster10
CentOS-9-stream - Gluster 10
centos-nfv-openvswitch
CentOS Stream 9 - NFV OpenvSwitch
centos-openstack-yoga
CentOS-9 - OpenStack yoga
centos-opstools
CentOS Stream 9 - OpsTools - collectd
centos-ovirt45
CentOS Stream 9 - oVirt 4.5
centos-rabbitmq-38
CentOS-9 - RabbitMQ 38
crb
Rocky Linux 9 - CRB
epel
Extra Packages for Enterprise Linux 9 - x86_64
extras
Rocky Linux 9 - Extras
ovirt-45-upstream
oVirt upstream for CentOS Stream 9 - oVirt 4.5
resilientstorage
Rocky Linux 9 - Resilient Storage
(0)[root@ovirt ~]# yum search ovirt-engine
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use
subscription-manager to register.
Last metadata expiration check: 3:37:50 ago on Wed 14 Sep 2022 08:24:39 AM CEST.
========================================================================================================
Name Matched: ovirt-engine
========================================================================================================
ovirt-engine-appliance.x86_64 : The oVirt Engine Appliance image (OVA)
ovirt-engine-extension-aaa-ldap.noarch : oVirt Engine LDAP Users Management Extension
ovirt-engine-extension-aaa-ldap-setup.noarch : oVirt Engine LDAP Users Management
Extension Setup Tool
ovirt-engine-extensions-api.noarch : oVirt engine extensions API
ovirt-engine-extensions-api-javadoc.noarch : oVirt engine extensions API documentation
ovirt-engine-nodejs-modules.noarch : Node.js modules required to build oVirt JavaScript
applications
ovirt-engine-wildfly.x86_64 : WildFly Application Server for oVirt Engine
python3-ovirt-engine-sdk4.x86_64 : oVirt Engine Software Development Kit (Python)
(0)[root@ovirt ~]# yum install ovirt-engine
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use
subscription-manager to register.
Last metadata expiration check: 3:37:57 ago on Wed 14 Sep 2022 08:24:39 AM CEST.
No match for argument: ovirt-engine
Error: Unable to find a match: ovirt-engine
(1)[root@ovirt ~]#
(1)[root@ovirt ~]# yum search ovirt-hosted
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use
subscription-manager to register.
Last metadata expiration check: 3:46:40 ago on Wed 14 Sep 2022 08:24:39 AM CEST.
========================================================================================================
Name Matched: ovirt-hosted
========================================================================================================
ovirt-hosted-engine-ha.noarch : oVirt Hosted Engine High Availability Manager
ovirt-hosted-engine-setup.noarch : oVirt Hosted Engine setup tool
(0)[root@ovirt ~]#
(0)[root@ovirt ~]# yum whatprovides engine-setup
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use
subscription-manager to register.
Last metadata expiration check: 3:51:37 ago on Wed 14 Sep 2022 08:24:39 AM CEST.
Error: No Matches found
(1)[root@ovirt ~]#
(1)[root@ovirt ~]# yum install ovirt-engine-appliance.x86_64
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use
subscription-manager to register.
Last metadata expiration check: 4:08:35 ago on Wed 14 Sep 2022 08:24:39 AM CEST.
Dependencies resolved.
============================================================================================================================================================================================================================================
Package Architecture
Version
Repository Size
============================================================================================================================================================================================================================================
Installing:
ovirt-engine-appliance x86_64
4.5-20220419160254.1.el9
ovirt-45-upstream 1.6 G
Transaction Summary
============================================================================================================================================================================================================================================
Install 1 Package
Total size: 1.6 G
Installed size: 1.6 G
Is this ok [y/N]: y
Downloading Packages:
[SKIPPED] ovirt-engine-appliance-4.5-20220419160254.1.el9.x86_64.rpm: Already downloaded
oVirt upstream for CentOS Stream 9 - oVirt 4.5
2.8 MB/s | 2.9 kB 00:00
Importing GPG key 0xFE590CB7:
Userid : "oVirt <infra(a)ovirt.org>"
Fingerprint: 31A5 D783 7FAD 7CB2 86CD 3469 AB8C 4F9D FE59 0CB7
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-oVirt-4.5
Is this ok [y/N]: y
Key import failed (code 2). Failing package is:
ovirt-engine-appliance-4.5-20220419160254.1.el9.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oVirt-4.5
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: GPG check FAILED
(1)[root@ovirt ~]#
_______________________________________________
Users mailing list -- users(a)ovirt.org
To unsubscribe send an email to users-leave(a)ovirt.org
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/users@ovirt.org/message/FCVNDKIKNVQ...
--
Didi