Re: [Engine-devel] minutes for sync up on Open Attestation integration with oVirt in 4/9

2013-04-17 Thread Ofri Masad
Hi Dave, The VdsUpdateRunTimeInfo runs every 3 seconds or so. so it not a good place to call the attestation host. Instead, like we suggested earlier, create a new Quartz job (like the one I've sent you in the QuotaManager class) which run every couple of minutes and update the hosts state.

Re: [Engine-devel] minutes for sync up on Open Attestation integration with oVirt in 4/9

2013-04-17 Thread Chen, Wei D
Thanks Ofri, whether Quartz job is configurable? If we can config interval time, it will do us a favor. Best Regards, Dave Chen -Original Message- From: Ofri Masad [mailto:oma...@redhat.com] Sent: Wednesday, April 17, 2013 3:23 PM To: Chen, Wei D Cc: Omer Frenkel; Doron Fediuck; Oved

Re: [Engine-devel] Proposal to make REST API more webapp-friendly

2013-04-17 Thread Oved Ourfalli
- Original Message - From: Vojtech Szocs vsz...@redhat.com To: engine-devel engine-devel@ovirt.org Sent: Monday, April 15, 2013 2:04:24 PM Subject: [Engine-devel] Proposal to make REST API more webapp-friendly Hi guys, having worked with Engine REST API from web application

Re: [Engine-devel] Starting a new translation

2013-04-17 Thread Laszlo Hornyak
Hi Alex, We are doing translations on zanata. Sign up, add your languages to your profile and please send Einav the language you would like to translate, she will add it to the ovIrt project. https://translate.zanata.org/zanata/project/view/ovirt (A translations howto in the wiki is on my

Re: [Engine-devel] Proposal to make REST API more webapp-friendly

2013-04-17 Thread Michael Pasternak
Hi Vojtech/Oved, On 04/17/2013 12:13 PM, Oved Ourfalli wrote: - Original Message - From: Vojtech Szocs vsz...@redhat.com To: engine-devel engine-devel@ovirt.org Sent: Monday, April 15, 2013 2:04:24 PM Subject: [Engine-devel] Proposal to make REST API more webapp-friendly Hi

Re: [Engine-devel] Proposal to make REST API more webapp-friendly

2013-04-17 Thread Oved Ourfalli
- Original Message - From: Vojtech Szocs vsz...@redhat.com To: Oved Ourfalli ov...@redhat.com Cc: Juan Hernandez jhern...@redhat.com, engine-devel engine-devel@ovirt.org Sent: Wednesday, April 17, 2013 1:25:06 PM Subject: Re: [Engine-devel] Proposal to make REST API more

Re: [Engine-devel] minutes for sync up on Open Attestation integration with oVirt in 4/9

2013-04-17 Thread Ofri Masad
Of course, If you create a new Quartz job is fully configurable. look at my answers in the beginning of this thread Ofri - Original Message - From: Wei D Chen wei.d.c...@intel.com To: Ofri Masad oma...@redhat.com Cc: Omer Frenkel ofren...@redhat.com, Doron Fediuck

Re: [Engine-devel] minutes for sync up on Open Attestation integration with oVirt in 4/9

2013-04-17 Thread Itamar Heim
On 04/17/2013 10:23 AM, Ofri Masad wrote: Hi Dave, The VdsUpdateRunTimeInfo runs every 3 seconds or so. so it not a good place to call the attestation host. Instead, like we suggested earlier, create a new Quartz job (like the one I've sent you in the QuotaManager class) which run every couple

[Engine-devel] spice-xpi(firefox) plugin for Windows

2013-04-17 Thread Christophe Fergeau
Hi everyone, Lately I've been hacking on getting the spice-xpi plugin to work on Windows. This is the Firefox plugin that is used on Linux to implement the portal SPICE console. This work has now been merged upstream ( http://cgit.freedesktop.org/spice/spice-xpi/ ), and I've pushed a scratch

Re: [Engine-devel] Proposal to make REST API more webapp-friendly

2013-04-17 Thread Vojtech Szocs
Hi Michael, thanks for your feedback. * cookie parsing/formatting is not trivial -- extra complexity imposed on REST clients i wouldn't call it a cookie blocker, as in most cases (including ours) cookie contains restricted amount of records. I agree, this isn't strictly a blocker issue.

Re: [Engine-devel] [vdsm] Adding vdsm_api support for gluster vdsm verbs

2013-04-17 Thread Aravinda
[Adding Saggi, Adam, Dan, Sahina] On 04/16/2013 02:13 PM, Aravinda wrote: [Adding engine-devel] On 04/16/2013 02:10 PM, Aravinda wrote: vdsm/gluster is vdsm plugin for gluster related functionality. These functionalities are available only when vdsm-gluster package is installed. So the

Re: [Engine-devel] Proposal to make REST API more webapp-friendly

2013-04-17 Thread Vojtech Szocs
Hi Oved, The only difference would be, when REST API receives the request, it looks for Prefer:use-jsessionid-header, and if it's present, it uses JSESSIONID header value to look up HttpSession in some way (not sure about implementation details, though, but this should be possible to do).

Re: [Engine-devel] [vdsm] Adding vdsm_api support for gluster vdsm verbs

2013-04-17 Thread Saggi Mizrahi
This is very Gluster specific but I guess it's OK until I get some time to make things a bit more generic over there. - Original Message - From: Aravinda avish...@redhat.com To: vdsm-de...@lists.fedorahosted.org, engine-devel@ovirt.org, Saggi Mizrahi smizr...@redhat.com,

Re: [Engine-devel] How get all language WebAdm ?

2013-04-17 Thread Alexander Wels
You need to compile GWT with the appropriate language profile. If you want to compile with all languages make sure to include the all-langs profile in your maven build command. for instance: mvn clean install -Pdep,gwt-user,gwt-admin,all-langs Be aware that compiling all languages will take

Re: [Engine-devel] How get all language WebAdm ?

2013-04-17 Thread 李强
Thanks your answer,thanks. I install it from link: http://wiki.ovirt.org/Quick_Start_Guide I am compiling the source and USE COMMAND:mvn clean install -Pdep,gwt-user,gwt-admin,all-langs But if have not -Dskiptest=true and complie failed. The KEY error info:

Re: [Engine-devel] How get all language WebAdm ?

2013-04-17 Thread Laszlo Hornyak
- Original Message - From: 李强 liqiang@gmail.com To: aw...@redhat.com Cc: engine-devel@ovirt.org Sent: Wednesday, April 17, 2013 5:57:36 PM Subject: Re: [Engine-devel] How get all language WebAdm ? We should submit the bug to ovirt ? I think that maybe is config file error