
Hi, are there any plans to have the packages for Python SDK in base repositories of CentOS and Fedora? They seem to be available only from oVirt and Virt SIG repos. I saw that Juan used to build the v3 packages for Fedora. The rationale behind is that virt-v2v is considering to add support for the disk upload API and would like to use Python snippets so as not to re-implement the calls in curl. Tomas -- Tomáš Golembiovský <tgolembi@redhat.com>

On Mon, Feb 12, 2018 at 02:26:09PM +0100, Tomáš Golembiovský wrote:
Hi,
are there any plans to have the packages for Python SDK in base repositories of CentOS and Fedora? They seem to be available only from oVirt and Virt SIG repos.
I saw that Juan used to build the v3 packages for Fedora.
The rationale behind is that virt-v2v is considering to add support for the disk upload API and would like to use Python snippets so as not to re-implement the calls in curl.
Also where is the source RPM for python3-ovirt-engine-sdk4? I got the python 2 package (python-ovirt-engine-sdk4) to rebuild on Fedora starting from the CentOS source RPM found here: http://resources.ovirt.org/pub/ovirt-4.2/rpm/el7Server/SRPMS/ but I couldn't find the source RPM for the python3 package. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org

On Mon, 12 Feb 2018 15:31:22 +0000 "Richard W.M. Jones" <rjones@redhat.com> wrote:
On Mon, Feb 12, 2018 at 02:26:09PM +0100, Tomáš Golembiovský wrote:
Hi,
are there any plans to have the packages for Python SDK in base repositories of CentOS and Fedora? They seem to be available only from oVirt and Virt SIG repos.
I saw that Juan used to build the v3 packages for Fedora.
The rationale behind is that virt-v2v is considering to add support for the disk upload API and would like to use Python snippets so as not to re-implement the calls in curl.
Also where is the source RPM for python3-ovirt-engine-sdk4?
I got the python 2 package (python-ovirt-engine-sdk4) to rebuild on Fedora starting from the CentOS source RPM found here:
http://resources.ovirt.org/pub/ovirt-4.2/rpm/el7Server/SRPMS/
but I couldn't find the source RPM for the python3 package.
Here: http://resources.ovirt.org/pub/ovirt-4.2-snapshot/rpm/fc27/SRPMS/python-ovir... Tomas
Rich.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
-- Tomáš Golembiovský <tgolembi@redhat.com>

On Mon, Feb 12, 2018 at 04:46:18PM +0100, Tomáš Golembiovský wrote:
On Mon, 12 Feb 2018 15:31:22 +0000 "Richard W.M. Jones" <rjones@redhat.com> wrote:
On Mon, Feb 12, 2018 at 02:26:09PM +0100, Tomáš Golembiovský wrote:
Hi,
are there any plans to have the packages for Python SDK in base repositories of CentOS and Fedora? They seem to be available only from oVirt and Virt SIG repos.
I saw that Juan used to build the v3 packages for Fedora.
The rationale behind is that virt-v2v is considering to add support for the disk upload API and would like to use Python snippets so as not to re-implement the calls in curl.
Also where is the source RPM for python3-ovirt-engine-sdk4?
I got the python 2 package (python-ovirt-engine-sdk4) to rebuild on Fedora starting from the CentOS source RPM found here:
http://resources.ovirt.org/pub/ovirt-4.2/rpm/el7Server/SRPMS/
but I couldn't find the source RPM for the python3 package.
Here:
http://resources.ovirt.org/pub/ovirt-4.2-snapshot/rpm/fc27/SRPMS/python-ovir...
That worked, thanks. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org

On 02/12/2018 04:51 PM, Richard W.M. Jones wrote:
On Mon, Feb 12, 2018 at 04:46:18PM +0100, Tomáš Golembiovský wrote:
On Mon, 12 Feb 2018 15:31:22 +0000 "Richard W.M. Jones" <rjones@redhat.com> wrote:
On Mon, Feb 12, 2018 at 02:26:09PM +0100, Tomáš Golembiovský wrote:
Hi,
are there any plans to have the packages for Python SDK in base repositories of CentOS and Fedora? They seem to be available only from oVirt and Virt SIG repos.
I saw that Juan used to build the v3 packages for Fedora.
The rationale behind is that virt-v2v is considering to add support for the disk upload API and would like to use Python snippets so as not to re-implement the calls in curl.
Also where is the source RPM for python3-ovirt-engine-sdk4?
I got the python 2 package (python-ovirt-engine-sdk4) to rebuild on Fedora starting from the CentOS source RPM found here:
http://resources.ovirt.org/pub/ovirt-4.2/rpm/el7Server/SRPMS/
but I couldn't find the source RPM for the python3 package.
Here:
http://resources.ovirt.org/pub/ovirt-4.2-snapshot/rpm/fc27/SRPMS/python-ovir...
Yes, you can only use python3 from fc27, as Python3 is on centos available only from epel afaik. About the support, it's possible if it's really needed. We don't do it, just because of resources, there is no other reason. Adding Martin.
That worked, thanks.
Rich.

On Tue, Feb 13, 2018 at 9:29 AM, Ondra Machacek <omachace@redhat.com> wrote:
On 02/12/2018 04:51 PM, Richard W.M. Jones wrote:
On Mon, Feb 12, 2018 at 04:46:18PM +0100, Tomáš Golembiovský wrote:
On Mon, 12 Feb 2018 15:31:22 +0000 "Richard W.M. Jones" <rjones@redhat.com> wrote:
On Mon, Feb 12, 2018 at 02:26:09PM +0100, Tomáš Golembiovský wrote:
Hi,
are there any plans to have the packages for Python SDK in base repositories of CentOS and Fedora? They seem to be available only from oVirt and Virt SIG repos.
I saw that Juan used to build the v3 packages for Fedora.
The rationale behind is that virt-v2v is considering to add support for the disk upload API and would like to use Python snippets so as not to re-implement the calls in curl.
Also where is the source RPM for python3-ovirt-engine-sdk4?
I got the python 2 package (python-ovirt-engine-sdk4) to rebuild on Fedora starting from the CentOS source RPM found here:
http://resources.ovirt.org/pub/ovirt-4.2/rpm/el7Server/SRPMS/
but I couldn't find the source RPM for the python3 package.
Here:
http://resources.ovirt.org/pub/ovirt-4.2-snapshot/rpm/fc27/ SRPMS/python-ovirt-engine-sdk4-4.2.4-1.20180209gita93f0f2.fc27.src.rpm
Yes, you can only use python3 from fc27, as Python3 is on centos available only from epel afaik.
About the support, it's possible if it's really needed. We don't do it, just because of resources, there is no other reason.
Adding Martin.
If needed we could try to do it, but it seems to me as oVirt/RHV 4.3 RFE ...
That worked, thanks.
Rich.
-- Martin Perina Associate Manager, Software Engineering Red Hat Czech s.r.o.
participants (4)
-
Martin Perina
-
Ondra Machacek
-
Richard W.M. Jones
-
Tomáš Golembiovský