Re: [ovirt-devel] master broken

2015-06-16 Thread Martin Betak
Hi all, I am encountering another error when adding host: 2015-06-16 13:57:41,058 ERROR [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (http--0_0_0_0_0_0_0_0-8080-3) [38e7135f] Command 'org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand' failed: null 2015-06-16 13:57:41,059 ERROR

Re: [ovirt-devel] master broken

2015-06-16 Thread Oved Ourfali
The patch was reverted and now we do further investigation. Sorry for the inconvenience, Oved - Original Message - From: Martin Betak mbe...@redhat.com To: Oved Ourfali ov...@redhat.com Cc: devel@ovirt.org Sent: Tuesday, June 16, 2015 3:00:06 PM Subject: Re: [ovirt-devel] master

Re: [ovirt-devel] Libvirt secrets management - take 2

2015-06-16 Thread Michal Skrivanek
On 16 Jun 2015, at 18:22, Nir Soffer wrote: - Original Message - From: Michal Skrivanek mskri...@redhat.com To: Nir Soffer nsof...@redhat.com Cc: Francesco Romani from...@redhat.com, devel devel@ovirt.org, Adam Litke ali...@redhat.com, Federico Simoncelli fsimo...@redhat.com,

Re: [ovirt-devel] Libvirt secrets management - take 2

2015-06-16 Thread Nir Soffer
- Original Message - From: Michal Skrivanek mskri...@redhat.com To: Nir Soffer nsof...@redhat.com Cc: Francesco Romani from...@redhat.com, devel devel@ovirt.org, Adam Litke ali...@redhat.com, Federico Simoncelli fsimo...@redhat.com, Dan Kenigsberg dan...@redhat.com, Allon

Re: [ovirt-devel] Libvirt secrets management - take 2

2015-06-16 Thread Michal Skrivanek
On 15 Jun 2015, at 17:57, Nir Soffer nsof...@redhat.com wrote: - Original Message - From: Michal Skrivanek mskri...@redhat.com To: Nir Soffer nsof...@redhat.com Cc: Francesco Romani from...@redhat.com, devel devel@ovirt.org, Adam Litke ali...@redhat.com, Federico Simoncelli

Re: [ovirt-devel] vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged have been disabled

2015-06-16 Thread Eyal Edri
thanks for the quick action on this, any idea why it was stuck? we solved the mom issues yesterday by updating the mock repos to take latest mom from master snapshot repo. s. - Original Message - From: Sandro Bonazzola sbona...@redhat.com To: devel@ovirt.org, infra in...@ovirt.org

Re: [ovirt-devel] Automated builds and releases

2015-06-16 Thread Fabian Deutsch
… Hi everyone! In an effort to improve the project workflow and ease the maintenance and improve the quality of the project releases I want to propose start working towards automated builds and releases, the main ideas are the following: * Stop building

[ovirt-devel] vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged have been disabled

2015-06-16 Thread Sandro Bonazzola
Hi, I disabled vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged since they get stuck testing jsonrpc and cause jenkins job to grow over 500 jobs taking busy for days the slaves. Please either fix vdsm or the unit tests before enabling these jobs again. Thanks. -- Sandro

Re: [ovirt-devel] Automated builds and releases

2015-06-16 Thread Fabian Deutsch
Hey, * Stop building differently for release and non-release: - Building only once, testing what you build and release what you test - Don't use two different version strings, one for testing and one for release * Automate the build process, and the release process, directly

Re: [ovirt-devel] vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged have been disabled

2015-06-16 Thread Piotr Kliczewski
On Tue, Jun 16, 2015 at 9:05 AM, Eyal Edri ee...@redhat.com wrote: thanks for the quick action on this, any idea why it was stuck? we solved the mom issues yesterday by updating the mock repos to take latest mom from master snapshot repo. s. - Original Message - From: Sandro

[ovirt-devel] VDSM from 3.5 branch is currently failing on Fedora 20

2015-06-16 Thread Sandro Bonazzola
VDSM from 3.5 branch is currently failing on Fedora 20: make[1]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' make check-local make[2]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' python -c 'import pyflakes; print(pyflakes-%s % pyflakes.__version__)' pyflakes-0.7.3 find .

Re: [ovirt-devel] master broken

2015-06-16 Thread Oved Ourfali
Seems like there is part of the add host flow that calls update before the entity is actually saved. Logically, that's wrong, but we've posted a fix for that to cover this flow, just to make sure there are no other regressions. In addition, we'll fix this logic anyway. Patch will be merged soon

[ovirt-devel] Repository closure is currently failing for 3.5

2015-06-16 Thread Sandro Bonazzola
Hi, repository closure is currently failing for 3.5 on: 01:18:15 package: ovirt-optimizer-jboss-0.9-1.el6.noarch from check-custom-el6 01:18:15 unresolved deps: 01:18:15 ovirt-engine-wildfly = 0:8.2 Since Wildfly support is targeted to 3.6 please provide a 3.5 branch for ovirt-optimizer

[ovirt-devel] master broken

2015-06-16 Thread Piotr Kliczewski
Guys, I attempted to add a host using latest master code and got following exception: 2015-06-16 10:01:28,854 WARN [org.ovirt.engine.core.bll.hostdeploy.AddVdsCommand] (http--0_0_0_0_0_0_0_0-8080-3) [14cc5839] CanDoAction of action 'AddVds' failed for user admin@internal. Reasons:

Re: [ovirt-devel] VDSM from 3.5 branch is currently failing on Fedora 20

2015-06-16 Thread Dan Kenigsberg
On Tue, Jun 16, 2015 at 09:57:23AM +0200, Sandro Bonazzola wrote: VDSM from 3.5 branch is currently failing on Fedora 20: make[1]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' make check-local make[2]: Entering directory `/builddir/build/BUILD/vdsm-4.16.20' python -c 'import

Re: [ovirt-devel] Repository closure is currently failing for 3.5

2015-06-16 Thread Martin Sivak
What gave you the idea that 0.9 should be pushed to 3.5? -- Martin Sivák msi...@redhat.com Red Hat Czech RHEV-M SLA / Brno, CZ - Original Message - Hi, repository closure is currently failing for 3.5 on: 01:18:15 package: ovirt-optimizer-jboss-0.9-1.el6.noarch from check-custom-el6

Re: [ovirt-devel] master broken

2015-06-16 Thread Oved Ourfali
We're looking into it. Oved - Original Message - From: Piotr Kliczewski piotr.kliczew...@gmail.com To: devel@ovirt.org Sent: Tuesday, June 16, 2015 11:07:16 AM Subject: [ovirt-devel] master broken Guys, I attempted to add a host using latest master code and got following

Re: [ovirt-devel] vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged have been disabled

2015-06-16 Thread Sandro Bonazzola
Il 16/06/2015 09:53, Piotr Kliczewski ha scritto: On Tue, Jun 16, 2015 at 9:05 AM, Eyal Edri ee...@redhat.com wrote: thanks for the quick action on this, any idea why it was stuck? we solved the mom issues yesterday by updating the mock repos to take latest mom from master snapshot repo.

Re: [ovirt-devel] master broken

2015-06-16 Thread Oved Ourfali
Fix merged. - Original Message - From: Oved Ourfali ov...@redhat.com To: Piotr Kliczewski piotr.kliczew...@gmail.com Cc: devel@ovirt.org Sent: Tuesday, June 16, 2015 11:50:52 AM Subject: Re: [ovirt-devel] master broken Seems like there is part of the add host flow that calls

Re: [ovirt-devel] vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged have been disabled

2015-06-16 Thread Piotr Kliczewski
On Tue, Jun 16, 2015 at 10:25 AM, Sandro Bonazzola sbona...@redhat.com wrote: Il 16/06/2015 09:53, Piotr Kliczewski ha scritto: On Tue, Jun 16, 2015 at 9:05 AM, Eyal Edri ee...@redhat.com wrote: thanks for the quick action on this, any idea why it was stuck? we solved the mom issues yesterday

Re: [ovirt-devel] vdsm_master_unit-tests_created and vdsm_master_unit-tests_merged have been disabled

2015-06-16 Thread Sandro Bonazzola
Il 16/06/2015 13:27, Piotr Kliczewski ha scritto: On Tue, Jun 16, 2015 at 10:25 AM, Sandro Bonazzola sbona...@redhat.com wrote: Il 16/06/2015 09:53, Piotr Kliczewski ha scritto: On Tue, Jun 16, 2015 at 9:05 AM, Eyal Edri ee...@redhat.com wrote: thanks for the quick action on this, any idea