
On Sun, May 3, 2020 at 11:40 AM Shani Leviim <sleviim@redhat.com> wrote:
Hi all, I'm trying to install vdsm and vdsm-client from the master repository on an fc31 host,
Current vdsm master branch has stdci.yaml which builds/checks on/for fc30 only (and el8). I have no idea what's the status of porting to fc31, or fc32 (released recently), or even of fc31/fc32 support in CI.
but I'm getting an error which packages don't exists: # dnf install vdsm vdsm-client Last metadata expiration check: 0:35:20 ago on Sun 03 May 2020 10:50:57 AM IDT. No match for argument: vdsm No match for argument: vdsm-client Error: Unable to find a match: vdsm vdsm-client
I've noticed while installing the master rpm, the source repository is commandline instead of ovirt-release-master or something like that.
That's normal, when you pass a URL on the command line,
# sudo yum install -y http://resources.ovirt.org/pub/yum-repo/ovirt-release-master.rpm
like here.
Last metadata expiration check: 2:38:37 ago on Sun 03 May 2020 08:11:06 AM IDT. ovirt-release-master.rpm 27 kB/s | 11 kB 00:00 Dependencies resolved. ============================================================================================================================================================================================== Package Architecture Version Repository Size ============================================================================================================================================================================================== Installing: ovirt-release-master noarch 4.4.0-0.3.master.20200502011334.gitb4c7d97.el8 @commandline 11 k
Does anyone encounter this issue?
Sorry, I right now only work on el8, personally. Best regards, -- Didi