Re: [Engine-devel] does now engine support join vm to AD

2013-08-07 Thread Omer Frenkel
- Original Message - > From: "bigclouds" > To: "engine-devel" > Sent: Thursday, August 8, 2013 3:36:35 AM > Subject: [Engine-devel] does now engine support join vm to AD > hi,all > does now engine support join vm to AD? > on UI there is a configuration option for windows domain, how to

[Engine-devel] does now engine support join vm to AD

2013-08-07 Thread bigclouds
hi,all does now engine support join vm to AD? on UI there is a configuration option for windows domain, how to use it? thanks. ___ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

Re: [Engine-devel] open-ovf

2013-08-07 Thread Keith Robertson
On 08/07/2013 03:28 AM, Yedidyah Bar David wrote: Hi all, While reviewing a change to allow using an ovf image in hosted-engine, I searched and found that there is a project called "open-ovf". It's a python library to work with ovf images. Using it might make sense in hosted engine and image-up

Re: [Engine-devel] users cannot log into userportal

2013-08-07 Thread Dead Horse
I see the fix in Gerrit/GIT. Thanks guys! I will test and update results tomorrow morning. - DHC On Wed, Aug 7, 2013 at 1:01 PM, Yair Zaslavsky wrote: > > > - Original Message - > > From: "Yair Zaslavsky" > > To: "Dead Horse" > > Cc: "engine-devel" > > Sent: Wednesday, August 7, 2013

Re: [Engine-devel] users cannot log into userportal

2013-08-07 Thread Yair Zaslavsky
- Original Message - > From: "Yair Zaslavsky" > To: "Dead Horse" > Cc: "engine-devel" > Sent: Wednesday, August 7, 2013 9:00:34 PM > Subject: Re: [Engine-devel] users cannot log into userportal > > > > - Original Message - > > From: "Dead Horse" > > To: "Itamar Heim" > > C

Re: [Engine-devel] users cannot log into userportal

2013-08-07 Thread Yair Zaslavsky
- Original Message - > From: "Dead Horse" > To: "Itamar Heim" > Cc: "engine-devel" , "Yair Zaslavsky" > > Sent: Wednesday, August 7, 2013 6:14:02 PM > Subject: Re: [Engine-devel] users cannot log into userportal > > BZ994604 (https://bugzilla.redhat.com/show_bug.cgi?id=994604) has be

Re: [Engine-devel] InitBackendServicesOnStartupBean create

2013-08-07 Thread Yair Zaslavsky
- Original Message - > From: "Laszlo Hornyak" > To: "engine-devel" > Sent: Wednesday, August 7, 2013 5:59:34 PM > Subject: [Engine-devel] InitBackendServicesOnStartupBean create > > Hi, > > I made some mistake in the upgrade of my engine (which is my bad) but then I > noticed that whe

Re: [Engine-devel] users cannot log into userportal

2013-08-07 Thread Dead Horse
BZ994604 (https://bugzilla.redhat.com/show_bug.cgi?id=994604) has been opened. - DHC On Wed, Aug 7, 2013 at 5:35 AM, Itamar Heim wrote: > On 08/07/2013 12:10 AM, Dead Horse wrote: > >> I have found some steps to reproduce this easily. >> >> Start the engine bound to an AD for authentication >>

[Engine-devel] InitBackendServicesOnStartupBean create

2013-08-07 Thread Laszlo Hornyak
Hi, I made some mistake in the upgrade of my engine (which is my bad) but then I noticed that when one service initialization fails, the rest of the services are not initialized, but still the engine will start even then and it did not even log. There are some patterns in that single method on

Re: [Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Einav Cohen
[top posting] in general, gwt applications are not "built" for loading things at run-time. for the branding feature, we had to change some of that due to the feature requirements. question is what will we gain from loading dynamically the values that are currently being loaded statically. for

Re: [Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Roy Golan
On Wed 07 Aug 2013 03:23:36 PM IDT, Alexander Wels wrote: On Wednesday, August 07, 2013 02:48:45 PM Roy Golan wrote: On 08/07/2013 02:08 PM, Einav Cohen wrote: Hi Roy, a couple of notes (I could be totally wrong here, GWT experts - please review/comment): - from [1]: "Provides dynamic string

Re: [Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Alexander Wels
On Wednesday, August 07, 2013 02:48:45 PM Roy Golan wrote: > On 08/07/2013 02:08 PM, Einav Cohen wrote: > > Hi Roy, > > > > a couple of notes (I could be totally wrong here, GWT experts - please > > review/comment): > > > > - from [1]: > > "Provides dynamic string lookup of key/value string pairs

Re: [Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Tomas Jelinek
Hey Roy, well, I'm not a fan of using the dictionary - it is an associative array and opens a door to mistakes which will not be handled by compiler like locales.get("naem") will not return me the name :) At least not for data we know how will look like (e.g. for the os info) We already embed s

Re: [Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Roy Golan
On 08/07/2013 02:08 PM, Einav Cohen wrote: Hi Roy, a couple of notes (I could be totally wrong here, GWT experts - please review/comment): - from [1]: "Provides dynamic string lookup of key/value string pairs defined in a module's host HTML page" - there is a chance that a gwt dictionary is l

Re: [Engine-devel] cannot login after re-deploying development environment

2013-08-07 Thread Einav Cohen
many thanks Alon/Lior for your help - I appreciate it! Regards, Einav - Original Message - > From: "Lior Vernia" > To: "Einav Cohen" > Cc: "engine-devel" > Sent: Wednesday, August 7, 2013 1:47:19 AM > Subject: Re: [Engine-devel] cannot login after re-deploying development >

Re: [Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Einav Cohen
Hi Roy, a couple of notes (I could be totally wrong here, GWT experts - please review/comment): - from [1]: "Provides dynamic string lookup of key/value string pairs defined in a module's host HTML page" - there is a chance that a gwt dictionary is limited to reading key/value string pairs th

Re: [Engine-devel] users cannot log into userportal

2013-08-07 Thread Itamar Heim
On 08/07/2013 12:10 AM, Dead Horse wrote: I have found some steps to reproduce this easily. Start the engine bound to an AD for authentication log in to the user portal as an AD user which has been granted a Role (I used PowerUserRole) Result: Login will succeed Data from engine.log: 2013-08-06

Re: [Engine-devel] [vdsm] How to handle qemu 1.3 dep for Gluster Storage Domain

2013-08-07 Thread Itamar Heim
On 08/07/2013 08:21 AM, Sahina Bose wrote: [Adding engine-devel] On 08/06/2013 10:48 AM, Deepak C Shetty wrote: Hi All, There were 2 learnings from BZ https://bugzilla.redhat.com/show_bug.cgi?id=988299 1) Gluster RPM deps were not proper in VDSM when using Gluster Storage Domain. This has

Re: [Engine-devel] ovirt 3.3 RC packages

2013-08-07 Thread Sahina Bose
On 08/07/2013 01:42 PM, Ofer Schreiber wrote: Dear maintainers, As you probably know, we're heading towards the 3.3 release of ovirt. I'd like to get a short status about your project, and it's readiness for the upcoming release. If your project is blocker free, please let me know of the relev

[Engine-devel] ovirt 3.3 RC packages

2013-08-07 Thread Ofer Schreiber
Dear maintainers, As you probably know, we're heading towards the 3.3 release of ovirt. I'd like to get a short status about your project, and it's readiness for the upcoming release. If your project is blocker free, please let me know of the relevant build to pick up into the RC repo. Current

[Engine-devel] open-ovf

2013-08-07 Thread Yedidyah Bar David
Hi all, While reviewing a change to allow using an ovf image in hosted-engine, I searched and found that there is a project called "open-ovf". It's a python library to work with ovf images. Using it might make sense in hosted engine and image-uploader, perhaps other places. Did we ever discuss u