Re: [Engine-devel] Polling vs Pushing engine events

2013-12-17 Thread Liran Zelkha
Note that you can usually get all the information you want using 1 API call, which should still scale. For instance, /ovirt-engine/api/vms will give you a list of all VMs and their statuses, so you can just run an XPath and get the status of all of them. On Tue, Dec 17, 2013 at 10:18 AM, Itamar

Re: [Engine-devel] Proposal to add Juan Hernandez as maintainer to api/sdk/cli

2013-12-17 Thread Eli Mesika
- Original Message - From: Michael Pasternak mpast...@redhat.com To: engine-devel engine-devel@ovirt.org, infra in...@ovirt.org Sent: Monday, December 16, 2013 5:34:36 PM Subject: [Engine-devel] Proposal to add Juan Hernandez as maintainer to api/sdk/cli Juan has worked

Re: [Engine-devel] Proposal to add Juan Hernandez as maintainer to api/sdk/cli

2013-12-17 Thread Omer Frenkel
- Original Message - From: Michael Pasternak mpast...@redhat.com To: engine-devel engine-devel@ovirt.org, infra in...@ovirt.org Sent: Monday, December 16, 2013 5:34:36 PM Subject: Proposal to add Juan Hernandez as maintainer to api/sdk/cli Juan has worked on oVirt for a long

Re: [Engine-devel] Polling vs Pushing engine events

2013-12-17 Thread Sven Kieske
Hi, thanks for your fast replies. We are aware that we can poll this via API, but we don't want to poll it, as it's not a good solution, from a design point of view. We will maybe write a little python script, which runs on engine-node via SDK which polls the API and let this script push the

Re: [Engine-devel] Proposal to add Juan Hernandez as maintainer to api/sdk/cli

2013-12-17 Thread Yair Zaslavsky
- Original Message - From: Omer Frenkel ofren...@redhat.com To: Michael Pasternak mpast...@redhat.com Cc: engine-devel engine-devel@ovirt.org, infra in...@ovirt.org Sent: Tuesday, December 17, 2013 11:04:00 AM Subject: Re: Proposal to add Juan Hernandez as maintainer to api/sdk/cli

Re: [Engine-devel] Polling vs Pushing engine events

2013-12-17 Thread Yaniv Dary
You can use the DWH API to check these things. The status is sampled and stored for most entities every 1 minute by default (and can be set to less than that). Yaniv - Original Message - From: Sven Kieske s.kie...@mittwald.de To: us...@ovirt.org, engine-devel@ovirt.org Sent:

Re: [Engine-devel] GUI widget for adding/removing entries

2013-12-17 Thread Lior Vernia
Last patches were recently merged to the master branch; many thanks to Tomas, Vojtech and Gilad for taking the time to review them (weren't easy to review). The following widgets now all use the same underlying widget: * VM interfaces in add/edit VM dialog. * Profiles in add/edit network dialog.

Re: [Engine-devel] GUI widget for adding/removing entries

2013-12-17 Thread Einav Cohen
Thank you Lior (and reviewers) for your efforts - they are highly appreciated! Regards, Einav - Original Message - From: Lior Vernia lver...@redhat.com To: Einav Cohen eco...@redhat.com Cc: engine-devel engine-devel@ovirt.org Sent: Tuesday, December 17, 2013 7:20:18 AM Subject:

[Engine-devel] [jenkins] Request to be able to create jobs for jsonrpc project

2013-12-17 Thread Piotr Kliczewski
I am working on new project vdsm-jsonrpc-java which is async client library using json which will be used for communication between engine and vdsm. I would like to create jenkins jobs for this project but have no account nor authority to do so. Can you please +1 my request? Thanks, Piotr

Re: [Engine-devel] Proposal to add Juan Hernandez as maintainer to api/sdk/cli

2013-12-17 Thread Sahina Bose
On 12/16/2013 09:04 PM, Michael Pasternak wrote: Juan has worked on oVirt for a long period of time, developing several features in the different areas (including api and cli), and obviously gained a lot of experience and knowledge, I'd like to propose Juan as a maintainer of the api/sdk/cli