[ovirt-users] oVirt Python SDK and monitor export as OVA task

2020-02-27 Thread Gianluca Cecchi
Hello, sometimes I have environments (typically with Oracle RDBMS on virtual machines) where there is one boot disk and one (often big, such as 500Gb or more) data disk. The data disk has already its application backup (typically RMAN) and I want to complement it with a backup of only the boot

[ovirt-users] Ovirt Python - SDK

2018-11-12 Thread Hari Prasanth Loganathan
Hi Team, I get the following error, How to rectify this issue? from ovirtsdk.xml import params ImportError: No module named ovirtsdk.xml *This is the complete log file, Why I get this error and How to rectify it?* python manage.py createcachetableTraceback (most recent call last): File

Re: [ovirt-users] oVirt Python SDK on Ubuntu

2017-01-23 Thread Nathanaël Blanchet
Le 23/01/2017 à 15:11, Juan Hernández a écrit : On 01/23/2017 03:05 PM, Ondra Machacek wrote: On Mon, Jan 23, 2017 at 2:53 PM, Nicolas Ecarnot wrote: Le 23/01/2017 à 13:38, Ondra Machacek a écrit : On Mon, Jan 23, 2017 at 1:23 PM, Nicolas Ecarnot

Re: [ovirt-users] oVirt Python SDK on Ubuntu

2017-01-23 Thread Nicolas Ecarnot
Le 23/01/2017 à 15:05, Ondra Machacek a écrit : Alas, though we already have one DC in V4, most of our production DCs are still in V3 for one year, and I have to maintain them. So far, I have no clue how to add ovirtsdk v3 to my Ubuntu. You just need to specify which version you would like to

Re: [ovirt-users] oVirt Python SDK on Ubuntu

2017-01-23 Thread Juan Hernández
On 01/23/2017 03:05 PM, Ondra Machacek wrote: > On Mon, Jan 23, 2017 at 2:53 PM, Nicolas Ecarnot wrote: >> Le 23/01/2017 à 13:38, Ondra Machacek a écrit : >>> >>> On Mon, Jan 23, 2017 at 1:23 PM, Nicolas Ecarnot >>> wrote: Hello, I'm

Re: [ovirt-users] oVirt Python SDK on Ubuntu

2017-01-23 Thread Ondra Machacek
On Mon, Jan 23, 2017 at 2:53 PM, Nicolas Ecarnot wrote: > Le 23/01/2017 à 13:38, Ondra Machacek a écrit : >> >> On Mon, Jan 23, 2017 at 1:23 PM, Nicolas Ecarnot >> wrote: >>> >>> Hello, >>> >>> I'm trying to follow >>> >>>

Re: [ovirt-users] oVirt Python SDK on Ubuntu

2017-01-23 Thread Ondra Machacek
On Mon, Jan 23, 2017 at 1:23 PM, Nicolas Ecarnot wrote: > Hello, > > I'm trying to follow > http://www.ovirt.org/develop/release-management/features/infra/python-sdk/ > and I'm successfully discovering Python + oVirt SDK on CentOS. > > I'd like to do the same on Ubuntu, but

[ovirt-users] oVirt Python SDK on Ubuntu

2017-01-23 Thread Nicolas Ecarnot
Hello, I'm trying to follow http://www.ovirt.org/develop/release-management/features/infra/python-sdk/ and I'm successfully discovering Python + oVirt SDK on CentOS. I'd like to do the same on Ubuntu, but the instructions seem incomplete : " easy_install ovirt-engine-sdk-python " is

Re: [ovirt-users] ovirt python sdk and starting stateless vm

2016-09-26 Thread Jiří Sléžka
Dne 26.9.2016 v 13:07 Ondra Machacek napsal(a): On 09/26/2016 12:48 PM, Jiří Sléžka wrote: Dne 26.9.2016 v 12:10 Ondra Machacek napsal(a): On 09/26/2016 11:41 AM, Jiří Sléžka wrote: Hello, I am testing some from scratch deployment so I created a stateless vm and wrote small python script to

Re: [ovirt-users] ovirt python sdk and starting stateless vm

2016-09-26 Thread Ondra Machacek
On 09/26/2016 12:48 PM, Jiří Sléžka wrote: Dne 26.9.2016 v 12:10 Ondra Machacek napsal(a): On 09/26/2016 11:41 AM, Jiří Sléžka wrote: Hello, I am testing some from scratch deployment so I created a stateless vm and wrote small python script to shutdown and start the vm again (to revert vm

Re: [ovirt-users] ovirt python sdk and starting stateless vm

2016-09-26 Thread Jiří Sléžka
Dne 26.9.2016 v 12:10 Ondra Machacek napsal(a): On 09/26/2016 11:41 AM, Jiří Sléžka wrote: Hello, I am testing some from scratch deployment so I created a stateless vm and wrote small python script to shutdown and start the vm again (to revert vm state to starting point).

Re: [ovirt-users] ovirt python sdk and starting stateless vm

2016-09-26 Thread Ondra Machacek
On 09/26/2016 11:41 AM, Jiří Sléžka wrote: Hello, I am testing some from scratch deployment so I created a stateless vm and wrote small python script to shutdown and start the vm again (to revert vm state to starting point). http://pastebin.com/b5yTFEkN problem is that after stopping the vm

[ovirt-users] ovirt python sdk and starting stateless vm

2016-09-26 Thread Jiří Sléžka
Hello, I am testing some from scratch deployment so I created a stateless vm and wrote small python script to shutdown and start the vm again (to revert vm state to starting point). http://pastebin.com/b5yTFEkN problem is that after stopping the vm there is a running operation of snapshot

Re: [ovirt-users] Ovirt python-sdk cloning VM

2016-01-18 Thread Juan Hernández
On 01/18/2016 02:49 PM, Algirdas Žemaitis wrote: > Hello, > > > I was playing with Ovirt API/python-sdk for a week or so and stuck in > one from first sight simple yet unsolvable spot… > > Ovirt web GUI has option to clone VM from snapshot, to new(other) > storage domain. Is it possible to do

Re: [ovirt-users] Ovirt Python SDK adding a directlun

2014-05-09 Thread Juan Hernandez
On 05/08/2014 11:37 PM, Gary Lloyd wrote: When I add direct Luns this way the size shows as 1 on the GUI and 0 when called from the rest api. All the other items mentioned are not present. Thanks Ah, I understand. This is probably related to the fact that you aren't creating a storage

Re: [ovirt-users] Ovirt Python SDK adding a directlun

2014-05-09 Thread Juan Hernandez
On 05/09/2014 10:31 AM, Juan Hernandez wrote: On 05/08/2014 11:37 PM, Gary Lloyd wrote: When I add direct Luns this way the size shows as 1 on the GUI and 0 when called from the rest api. All the other items mentioned are not present. Thanks Ah, I understand. This is probably related to

[ovirt-users] Ovirt Python SDK adding a directlun

2014-05-08 Thread Gary Lloyd
We are working on a script so that we can create an ISCSI LUN on our SAN and then directly assign it to a vm. We have been able to get it to work but with one small annoyance. I can't figure out how to populate size,serial,vendor_id and product_id via the api. Would anyone be able to point me in

Re: [ovirt-users] Ovirt Python SDK adding a directlun

2014-05-08 Thread Juan Hernandez
On 05/08/2014 05:04 PM, Gary Lloyd wrote: We are working on a script so that we can create an ISCSI LUN on our SAN and then directly assign it to a vm. We have been able to get it to work but with one small annoyance. I can't figure out how to populate size,serial,vendor_id and product_id

Re: [ovirt-users] Ovirt Python SDK adding a directlun

2014-05-08 Thread Gary Lloyd
When I add direct Luns this way the size shows as 1 on the GUI and 0 when called from the rest api. All the other items mentioned are not present. Thanks On 8 May 2014, at 18:05, Juan Hernandez jhern...@redhat.com wrote: On 05/08/2014 05:04 PM, Gary Lloyd wrote: We are working on a