ovirt-shell for ubuntu

Hi all, Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it...

On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote:
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it...
The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides the "pip" tool: # pip install ovirt-shell Please test that, if you find any issue we will do our best to fix it. -- Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.

Thank you it works like a charm! wget https://bootstrap.pypa.io/get-pip.py pip install get-pip.py Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.

Sorry, rather Le 30/03/2015 18:16, Nathanaël Blanchet a écrit :
Thank you it works like a charm!
wget https://bootstrap.pypa.io/get-pip.py pip install get-pip.py
sudo python get-pip.py sudo pip install ovirt-shell
Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Hello, I tried the same for engine-iso-uploader, but pip doesn't seem to find it. Does it exist for ubuntu? Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.

On 04/15/2015 11:32 AM, Nathanaël Blanchet wrote:
Hello,
I tried the same for engine-iso-uploader, but pip doesn't seem to find it. Does it exist for ubuntu?
I don't have an answer for that. Sandro?
Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.

Il 15/04/2015 11:38, Juan Hernández ha scritto:
On 04/15/2015 11:32 AM, Nathanaël Blanchet wrote:
Hello,
I tried the same for engine-iso-uploader, but pip doesn't seem to find it. Does it exist for ubuntu?
engine-iso-uploader is not released through pip so it's not out for debian/ubuntu. Patches for making the deb package are welcome :-)
I don't have an answer for that. Sandro?
Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com

----- Original Message -----
From: "Nathanaël Blanchet" <blanchet@abes.fr> To: "Juan Hernández" <jhernand@redhat.com>, users@ovirt.org Sent: Wednesday, April 15, 2015 11:32:53 AM Subject: Re: [ovirt-users] ovirt-shell for ubuntu
Hello,
I tried the same for engine-iso-uploader, but pip doesn't seem to find it. Does it exist for ubuntu?
It's not available via pip but only via rpm. Currently it's still not available on debian/ubuntu as a deb package, you can try to manually deploy it extracting from the RPM. Otherwise you can simply upload via SSH.
Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

sure, still with the good rights 36:36 Le 15/04/2015 11:43, Simone Tiraboschi a écrit :
----- Original Message -----
From: "Nathanaël Blanchet" <blanchet@abes.fr> To: "Juan Hernández" <jhernand@redhat.com>, users@ovirt.org Sent: Wednesday, April 15, 2015 11:32:53 AM Subject: Re: [ovirt-users] ovirt-shell for ubuntu
Hello,
I tried the same for engine-iso-uploader, but pip doesn't seem to find it. Does it exist for ubuntu? It's not available via pip but only via rpm. Currently it's still not available on debian/ubuntu as a deb package, you can try to manually deploy it extracting from the RPM. Otherwise you can simply upload via SSH.
Le 30/03/2015 16:58, Juan Hernández a écrit :
Hi all,
Does an ovirt-shell-cli equivalent exist for debian/ubuntu client? knowing it is written in python, it must be quite easy to port it... The oVirt project doesn't provide a Debian or Ubuntu package for these tools, but they are distributed using Pypi, so you should be able to install them in Debian, Ubuntu or any other distribution that provides
On 03/30/2015 04:50 PM, Nathanaël Blanchet wrote: the "pip" tool:
# pip install ovirt-shell
Please test that, if you find any issue we will do our best to fix it.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (4)
-
Juan Hernández
-
Nathanaël Blanchet
-
Sandro Bonazzola
-
Simone Tiraboschi