[ovirt-devel] [QE][ACTION REQUIRED] oVirt 3.5.1 RC status - postponed

2014-12-01 Thread Sandro Bonazzola
Hi, We were supposed to start composing oVirt 3.5.1 RC today *2014-12-02 08:00 UTC* from 3.5 branch. We have still blockers for oVirt 3.5.1 RC release so we need to postpone it untill they'll be fixed. The new tentative date for 3.5.1 RC composition is set to *2014-12-09 08:00 UTC The bug tracke

Re: [ovirt-devel] How To Auto Set oVirt RESTApi Session?

2014-12-01 Thread Alexander Wels
On Monday, December 01, 2014 04:56:04 PM 王成俊 wrote: > Dear Sir: > > I am a new one in studing ovirt engine.Now,I have a Servlet in > org.ovirt.engine.ui.frontend.server.gwt package. > > I want to call > *Frontend.getInstance().getLoginHandler().**onLoginSuccess(userName, > passw

[ovirt-devel] How To Auto Set oVirt RESTApi Session?

2014-12-01 Thread 王成俊
Dear Sir: I am a new one in studing ovirt engine.Now,I have a Servlet in org.ovirt.engine.ui.frontend.server.gwt package. I want to call *Frontend.getInstance().getLoginHandler().**onLoginSuccess(userName, password, domain)* to set session for restapi in this servlet.

[ovirt-devel] Frontend code - introducing GinUiBinder

2014-12-01 Thread Vojtech Szocs
Hi guys, Martin's GinUiBinder patch [1] just landed into master branch. [1] http://gerrit.ovirt.org/#/c/34954/ This patch allows the use of dependency injection for widgets declared in GWT UiBinder templates. Let's take a look at AbstractVmPopupWidget.ui.xml template: Inside the "owner" wi

[ovirt-devel] Important change in UI plugins REST API integration

2014-12-01 Thread Vojtech Szocs
Hi guys, an important change in UI plugins REST API integration landed in both master [1] and 3.5 [2] branches of oVirt Engine repo. [1] http://gerrit.ovirt.org/#/c/35185/ [2] http://gerrit.ovirt.org/#/c/35248/ Below is a short overview of this change and how it affects existing UI plugins. Plea

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Vojtech Szocs
- Original Message - > From: "Juan Hernández" > To: "Vojtech Szocs" > Cc: devel@ovirt.org > Sent: Monday, December 1, 2014 4:24:45 PM > Subject: Re: [ovirt-devel] Some ideas on oVirt Java SDK > > On 12/01/2014 04:13 PM, Vojtech Szocs wrote: > > > > > > - Original Message - >

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Juan Hernández
On 12/01/2014 04:13 PM, Vojtech Szocs wrote: > > > - Original Message - >> From: "Juan Hernández" >> To: "Michael Pasternak" , "Vojtech Szocs" >> , devel@ovirt.org >> Sent: Monday, December 1, 2014 9:54:51 AM >> Subject: Re: [ovirt-devel] Some ideas on oVirt Java SDK >> >> On 11/30/2014

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Vojtech Szocs
- Original Message - > From: "Juan Hernández" > To: "Michael Pasternak" , "Vojtech Szocs" > , devel@ovirt.org > Sent: Monday, December 1, 2014 9:54:51 AM > Subject: Re: [ovirt-devel] Some ideas on oVirt Java SDK > > On 11/30/2014 12:26 PM, Michael Pasternak wrote: > > Hey Vojtech, > >

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Vojtech Szocs
Hey Michael! good to hear from you, please see my comments below. - Original Message - > From: "Michael Pasternak" > To: "Vojtech Szocs" , devel@ovirt.org > Cc: "Juan Antonio Hernandez Fernandez" > Sent: Sunday, November 30, 2014 12:26:06 PM > Subject: Re: [ovirt-devel] Some ideas on o

Re: [ovirt-devel] Fwd: Got an error after buuilding VDSM on latest upstream commit

2014-12-01 Thread Eli Mesika
- Original Message - > From: "Dan Kenigsberg" > To: "ybronhei" , ibar...@redhat.com > Cc: devel@ovirt.org > Sent: Monday, December 1, 2014 3:12:39 AM > Subject: Re: [ovirt-devel] Fwd: Got an error after buuilding VDSM on latest > upstream commit > > On Sun, Nov 30, 2014 at 01:00:28PM +

Re: [ovirt-devel] [Localization Question] Cluster Policy "power_saving"

2014-12-01 Thread Yuko Katabami
Hi Artyom, Thank you very much for your explanation. I understand how it works now. Many thanks! Kind regards, Yuko On 12/01/2014 09:13 PM, Artyom Lukianov wrote: No it must choose host that have cpu utilization between low and high thresholds, so if you have power_saving policy with HighUti

Re: [ovirt-devel] [Localization Question] Cluster Policy "power_saving"

2014-12-01 Thread Artyom Lukianov
No it must choose host that have cpu utilization between low and high thresholds, so if you have power_saving policy with HighUtilization 80 and LowUtilization 20, policy will try to find host that have cpu utilization between this two values, and if he found such host, will migrate vms on it(if

[ovirt-devel] [Localization Question] Cluster Policy "power_saving"

2014-12-01 Thread Yuko Katabami
Hi oVirt developers, I am currently translating documentation and I would like to ask you one question on power_saving Cluster Policy, in order to understand the mechanism properly so that I can translate accurately. (Please excuse me -- this might be a basic concept, but it is a bit confusin

Re: [ovirt-devel] Some ideas on oVirt Java SDK

2014-12-01 Thread Juan Hernández
On 11/30/2014 12:26 PM, Michael Pasternak wrote: > Hey Vojtech, > > How are you?, please see my reply inline. > > > > On Friday, November 28, 2014 5:26 PM, Vojtech Szocs > mailto:vsz...@redhat.com>> wrote: > > > Hi guys, > > since the initial (small, working & well-tested) ve