
On Thu, Nov 28, 2019 at 4:42 PM Nir Soffer <nsoffer@redhat.com> wrote:
On Thu, Nov 28, 2019 at 4:05 PM Tal Nisan <tnisan@redhat.com> wrote:
Hi, Upon trying to install oVirt development environment on a new Fedora 31
installation (using the oVirt dependency repos of Fedora 30 as 31 is not supported yet) I've found out that these packages are missing from the Fedora 30 repo:
ovirt-engine-metrics
I am not the maintainer, but pushed anyway: https://gerrit.ovirt.org/105246 If it passes, can be merged. If you need it more urgently, you can use the check-patch-generated RPMs.
ovirt-ansible-roles
ovirt-host-deploy
ovirt-setup-lib
I already see all these in: https://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/fc30/noarch/ What error do you get and where?
Note that you will not have ovirt-imageio-proxy on Fedora 31 (or 30), since it was not ported to python 3, and we don't plan to port it since we plan to replace it with the daemon: https://bugzilla.redhat.com/1559472
If you can install python 2 and the required packages (if they are still available in Fedora 31) you can run the proxy from source as a workaround.
For development you can also use upload_disk.py from ovirt sdk examples if you need to upload disks, it does not require the proxy and is faster.
Nir
-- Didi