[Engine-devel] Dynamic resource loading in GWT

2013-08-07 Thread Roy Golan
Painful issue here - we all know the regular drill of maintaining messages in many places, I18N files and so on. Also there's a patch to make all available timezone an java enum and by that share it for free with the UI. its a way better than a backend Query. But this is all hard-coded, not

[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

[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

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

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] 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:

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

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

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

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 defined in a

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 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

[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

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 ih...@redhat.com 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

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

2013-08-07 Thread Yair Zaslavsky
- Original Message - From: Dead Horse deadhorseconsult...@gmail.com To: Itamar Heim ih...@redhat.com Cc: engine-devel engine-devel@ovirt.org, Yair Zaslavsky yzasl...@redhat.com Sent: Wednesday, August 7, 2013 6:14:02 PM Subject: Re: [Engine-devel] users cannot log into userportal

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

2013-08-07 Thread Yair Zaslavsky
- Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Dead Horse deadhorseconsult...@gmail.com Cc: engine-devel engine-devel@ovirt.org Sent: Wednesday, August 7, 2013 9:00:34 PM Subject: Re: [Engine-devel] users cannot log into userportal - Original Message

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 yzasl...@redhat.com wrote: - Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Dead Horse deadhorseconsult...@gmail.com

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

[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] does now engine support join vm to AD

2013-08-07 Thread Omer Frenkel
- Original Message - From: bigclouds bigclo...@163.com To: engine-devel engine-devel@ovirt.org 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