[ovirt-devel] [engine] - merging to ovirt-3.5 branch patches that relate to AsyncDataProvider

2014-07-17 Thread Yair Zaslavsky
Hi all, 
AsyncDataProvider in master is now a singleton with non-static methods,
The patch [1] that introduced this change does not reside in ovirt-3.5 branch.
Can we please consider backporting to 3.5 to ease merges to that branch?


[1] commit hash - 
69e57dc94cc30652caa7b790bd5e9a94816b6d8d

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


[ovirt-devel] Hide automatic comments in Gerrit

2014-07-17 Thread Mike Kolesnik
Hi, 

I've written a Greasemonkey script to hide bot comments (Jenkins, automation, 
etc) on the review pages: 
https://gist.github.com/mkolesni/abaedba07d820df6352c 

It adds a button "Hide automatic comments" in the comments section menu. 

There's also an AUTO_HIDE option so that the bot comments are hidden 
automatically when the review page loads. 
I've set it to true, but you can disable it if you don't need it. 

Enjoy! (And if there's bugs, fix them ;)) 

Regards, 
Mike 

___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker

2014-07-17 Thread Nir Soffer
- Original Message -
> From: "Sandro Bonazzola" 
> To: "Nir Soffer" 
> Cc: devel@ovirt.org, us...@ovirt.org
> Sent: Thursday, July 17, 2014 6:29:43 PM
> Subject: Re: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker
> 
> Il 17/07/2014 17:25, Nir Soffer ha scritto:
> > - Original Message -
> >> From: "Sandro Bonazzola" 
> >> To: devel@ovirt.org, us...@ovirt.org
> >> Sent: Thursday, July 17, 2014 6:17:13 PM
> >> Subject: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker
> >>
> >> Hi,
> >> recent python upgrade in Fedora 19 broke vdsmd service.
> > 
> > Can you provide more details?
> 
> Sure:
> python-2.7.5-13.fc19.x86_64 hit F19 updates where
> python-cpopen-1.3-1.fc19.x86_64 and existing vdsm code cause the following
> stack trace:
> 
> vdsm: Running mkdirs
> vdsm: Running configure_coredump
> vdsm: Running configure_vdsm_logs
> vdsm: Running run_init_hooks
> vdsm: Running gencerts
> vdsm: Running check_is_configured
> Traceback (most recent call last):
>   File "/usr/bin/vdsm-tool", line 145, in 
> sys.exit(main())
>   File "/usr/bin/vdsm-tool", line 142, in main
> return tool_command[cmd]["command"](*args[1:])
>   File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line
>   260, in isconfigured
> if c.getName() in args.modules and c.isconfigured() == NOT_CONFIGURED
>   File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line
>   113, in isconfigured
> self._exec_libvirt_configure("check_if_configured")
>   File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line
>   88, in _exec_libvirt_configure
> raw=True,
>   File "/usr/lib64/python2.7/site-packages/vdsm/utils.py", line 645, in
>   execCmd
> deathSignal=deathSignal, childUmask=childUmask)
>   File "/usr/lib64/python2.7/site-packages/cpopen/__init__.py", line 50, in
>   __init__
> stderr=PIPE)
>   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> errread, errwrite)
> TypeError: _execute_child_v275() takes exactly 17 arguments (18 given)

Ok, this is old news, was fixed on Jun 24.

But it seems that cpopen code is not available any more.

It used to be here:
https://github.com/ovirt-infra/cpopen

It was moved to gerrit, but does not contain any data yet:
https://github.com/oVirt/cpopen
http://gerrit.ovirt.org/gitweb?p=cpopen.git

Yaniv? Saggi?

Nir 
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker

2014-07-17 Thread Sandro Bonazzola
Il 17/07/2014 17:25, Nir Soffer ha scritto:
> - Original Message -
>> From: "Sandro Bonazzola" 
>> To: devel@ovirt.org, us...@ovirt.org
>> Sent: Thursday, July 17, 2014 6:17:13 PM
>> Subject: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker
>>
>> Hi,
>> recent python upgrade in Fedora 19 broke vdsmd service.
> 
> Can you provide more details?

Sure:
python-2.7.5-13.fc19.x86_64 hit F19 updates where 
python-cpopen-1.3-1.fc19.x86_64 and existing vdsm code cause the following 
stack trace:

vdsm: Running mkdirs
vdsm: Running configure_coredump
vdsm: Running configure_vdsm_logs
vdsm: Running run_init_hooks
vdsm: Running gencerts
vdsm: Running check_is_configured
Traceback (most recent call last):
  File "/usr/bin/vdsm-tool", line 145, in 
sys.exit(main())
  File "/usr/bin/vdsm-tool", line 142, in main
return tool_command[cmd]["command"](*args[1:])
  File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 
260, in isconfigured
if c.getName() in args.modules and c.isconfigured() == NOT_CONFIGURED
  File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 
113, in isconfigured
self._exec_libvirt_configure("check_if_configured")
  File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 88, 
in _exec_libvirt_configure
raw=True,
  File "/usr/lib64/python2.7/site-packages/vdsm/utils.py", line 645, in execCmd
deathSignal=deathSignal, childUmask=childUmask)
  File "/usr/lib64/python2.7/site-packages/cpopen/__init__.py", line 50, in 
__init__
stderr=PIPE)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
TypeError: _execute_child_v275() takes exactly 17 arguments (18 given)
vdsm: stopped during execute check_is_configured task (task returned with error 
code 1).


We need python-cpopen-1.3-3 to be backported from Fedora 20 to F19 in order to 
fix the issue and then run again basic sanity tests.

> 
> Nir
> 


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker

2014-07-17 Thread Nir Soffer
- Original Message -
> From: "Sandro Bonazzola" 
> To: devel@ovirt.org, us...@ovirt.org
> Sent: Thursday, July 17, 2014 6:17:13 PM
> Subject: [ovirt-devel] oVirt 3.4.3 GA postponed due to blocker
> 
> Hi,
> recent python upgrade in Fedora 19 broke vdsmd service.

Can you provide more details?

Nir
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


[ovirt-devel] oVirt 3.4.3 GA postponed due to blocker

2014-07-17 Thread Sandro Bonazzola
Hi,
recent python upgrade in Fedora 19 broke vdsmd service.
While we wait for an updated python-cpopen package to be built, we're 
postponing oVirt 3.4.3 GA.
The package should be built for tomorrow and will be hosted on ovirt repo until 
it will be available on Fedora repositories.
We'll release 3.4.3 after basic sanity testing with the new package.
Thanks,

-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] python-ioprocess for el7?

2014-07-17 Thread Dan Kenigsberg
On Thu, Jul 17, 2014 at 09:32:17AM -0400, Adam Litke wrote:
> On 14/07/14 10:12 -0400, Douglas Schilling Landgraf wrote:
> >On 07/12/2014 11:54 PM, Douglas Schilling Landgraf wrote:
> >>On 07/11/2014 07:46 AM, Dan Kenigsberg wrote:
> >>>On Thu, Jul 10, 2014 at 05:01:21PM -0400, Adam Litke wrote:
> Hi,
> 
> I am looking for python-ioprocess RPMs (new enough for latest vdsm
> requirements).  Can anyone point me in the right direction?  Thanks!
> >>>
> >>>Looking at
> >>>
> >>>https://admin.fedoraproject.org/updates/search/python-pthreading
> >>>https://admin.fedoraproject.org/updates/search/python-cpopen
> >>>https://admin.fedoraproject.org/updates/search/ioprocess
> >>>
> >>>I can confirm that we miss quite a bit of our dependencies for el7.
> >>>
> >>>Douglas, Yaniv: can you have them built? I see that
> >>>http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/ already exists, and
> >>>I hope to see out packages there.
> >>>
> >>
> >>Sure, please refresh, python-cpopen and python-pthreading should be
> >>there now. However, ioprocess requires Saggi interaction.
> >>
> >>
> >
> >Hi Adam,
> >
> >I got access to build ioprocess, should be soon at
> >http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/ or right now you can
> >get via: http://koji.fedoraproject.org/koji/taskinfo?taskID=7137068
> 
> Hmm, this seems to still be for version 0.3-2.

We have another issue in this department: F19 is lacking a build of the
recent python-cpopen-1.3-3. Could you help with this one, too, Douglas?
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] [ovirt-users] [QE] Hardening Guide

2014-07-17 Thread Sandro Bonazzola
Il 17/07/2014 16:16, Jeremiah Jahn ha scritto:
> Did you ever get an answer to this?  I've got a compliance audit
> coming up, and would love to have a place to verify things against.

Not yet

> 
> On Thu, Jun 19, 2014 at 2:33 AM, Sandro Bonazzola  wrote:
>> Hi,
>> while I was working on Bug 1097022 - ovirt-engine-setup: weak default 
>> passwords for PostgreSQL database users
>> I was wondering where to write hardening tips described in comment #18.
>> It looks like we don't have any page on oVirt wiki about hardening.
>> Anyone interested in contributing to such page?
>> I guess it can be created as http://www.ovirt.org/OVirt_Hardening_Guide
>> Thoughts?
>>
>>
>> --
>> Sandro Bonazzola
>> Better technology. Faster innovation. Powered by community collaboration.
>> See how it works at redhat.com
>> ___
>> Users mailing list
>> us...@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] python-ioprocess for el7?

2014-07-17 Thread Adam Litke

On 14/07/14 10:12 -0400, Douglas Schilling Landgraf wrote:

On 07/12/2014 11:54 PM, Douglas Schilling Landgraf wrote:

On 07/11/2014 07:46 AM, Dan Kenigsberg wrote:

On Thu, Jul 10, 2014 at 05:01:21PM -0400, Adam Litke wrote:

Hi,

I am looking for python-ioprocess RPMs (new enough for latest vdsm
requirements).  Can anyone point me in the right direction?  Thanks!


Looking at

https://admin.fedoraproject.org/updates/search/python-pthreading
https://admin.fedoraproject.org/updates/search/python-cpopen
https://admin.fedoraproject.org/updates/search/ioprocess

I can confirm that we miss quite a bit of our dependencies for el7.

Douglas, Yaniv: can you have them built? I see that
http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/ already exists, and
I hope to see out packages there.



Sure, please refresh, python-cpopen and python-pthreading should be
there now. However, ioprocess requires Saggi interaction.




Hi Adam,

I got access to build ioprocess, should be soon at 
http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/ or right now you 
can get via: 
http://koji.fedoraproject.org/koji/taskinfo?taskID=7137068


Hmm, this seems to still be for version 0.3-2.

--
Adam Litke
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


Re: [ovirt-devel] problem with UI css file

2014-07-17 Thread Kobi Ianko
This will fix it:
http://www.ovirt.org/OVirt_Engine_Development_Environment#Setup_PatternFly_repository

- Original Message -
> From: "Kobi Ianko" 
> To: "engine-de...@ovirt.org" 
> Sent: Thursday, July 17, 2014 9:56:58 AM
> Subject: [ovirt-devel] problem with UI css file
> 
> Hi,
> Got the following error in the engine log:
> Can't read file
> "/home/kianku/ovirt-engine/etc/ovirt-engine/branding/00-ovirt.brand/patternfly/css/styles.min.css"
> for request
> "/ovirt-engine/webadmin/theme/00-ovirt.brand/patternfly/css/styles.min.css",
> will send a 404 error response.
> 
> for some reason I'm missing "patternfly" directory...
> 
> I'm fetched and rebase with latest..
> 
> 10x
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
> 
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel