Re: New git repositories ovirt-engine-api-model, ovirt-engine-api-metamodel and ovirt-engine-api-explorer

2015-12-18 Thread David Caro Estevez
On 12/18 14:49, Sandro Bonazzola wrote:
> +1
> Can you please create requested repositories?

Repos created!

For now, you have the gerrit projects, with you (Juan) as maintainer.

They will update any bugs on the commits but will not check anything on the
bugs (product or whatever). Let me know if you need bz-check hooks

There's also github mirrors for each of them

And the explorer has been populated with the contents of the github repo that
you passed.

Enjoy!!


> 
> On Mon, Dec 14, 2015 at 8:02 PM, Juan Hernández  wrote:
> 
> > Hello,
> >
> > As part of the changes of the engine REST API for 4.0 two now components
> > have been introduced:
> >
> > - The API model. This is the specification of the API, and it is
> > currently part of the engine repository, in the
> > backend/manager/modules/restapi/model directory.
> >
> > - The API metamodel. This is a set of tools that read the model and
> > generate different artifacts from it, like the XML schema, the the
> > JAX-RS interfaces, etc. It is also currently part of the engine
> > repository, in the backend/manager/modules/restapi/metamodel.
> >
> > In order to support multiple versions of the specification inside the
> > same engine the API model needs to be separated to a different git
> > repository, its releases managed independently of the engine, and the
> > artifacts uploaded to Maven central.
> >
> > The metamodel also needs to be separated to a different repository, and
> > have its own relase cycle, and the artifacts uploaded to Maven central,
> > as they will be required by the engine and by the generators of the SDKs.
> >
> > Thus I'm requesting the creation of two new git repositories in
> > gerrit.ovirt.org to hold these components:
> >
> >   ovirt-engine-api-model
> >   ovirt-engine-api-metamodel
> >
> > In addition version 4.0 will also include a web application used to
> > explore the automatically generated reference documentation. This
> > application is currently hosted here:
> >
> >   https://github.com/jhernand/ovirt-api-explorer
> >
> > But I think it should be hosted in gerrit.ovirt.org, thus I'm also
> > requesting the creation of another git repository:
> >
> >   ovirt-engine-api-explorer
> >
> > All in call, can you please create these three git repositories and add
> > me as maintainer, please?
> >
> > Thanks in advance,
> > Juan Hernandez
> >
> > --
> > Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> > 3ºD, 28016 Madrid, Spain
> > Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >
> 
> 
> 
> -- 
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com

-- 
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D

Tel.: +420 532 294 605
Email: dc...@redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [RFC] Proposal for dropping FC22 jenkins tests on master branch

2015-12-18 Thread Sandro Bonazzola
On Tue, Dec 1, 2015 at 9:44 AM, Sandro Bonazzola 
wrote:

>
>
> On Mon, Nov 30, 2015 at 2:11 PM, Dan Kenigsberg  wrote:
>
>> On Mon, Nov 30, 2015 at 01:11:25PM +0100, Sandro Bonazzola wrote:
>> > On Thu, Nov 12, 2015 at 9:34 AM, Sandro Bonazzola 
>> > wrote:
>> >
>> > > Hi,
>> > > can we drop FC22 testing in jenkins now that FC23 jobs are up and
>> running?
>> > > it will reduce jenkins load. If needed we can keep FC22 builds, just
>> > > dropping the check jobs.
>> > > Comments?
>> > >
>> > >
>> > This morning queue is up to 233 jobs, can we drop fc22 build on master?
>>
>> +1.
>>
>> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/ and
>>
>> http://jenkins.ovirt.org/view/All/job/vdsm_master_install-rpm-sanity-fc23_created/
>> seem good.
>>
>> Dan.
>>
>
> Note that the proposal is not limited to the above 2 jobs, it's a
> master-wide change.
> I need another +1 for dropping fc22 jobs on master.
>
>
Supposing that having not received any complains against this means that
it's implicitly approved I'm going to drop FC22 support on master on Monday
Dec 21 2015.



> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
>



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


Re: New git repositories ovirt-engine-api-model, ovirt-engine-api-metamodel and ovirt-engine-api-explorer

2015-12-18 Thread Sandro Bonazzola
+1
Can you please create requested repositories?

On Mon, Dec 14, 2015 at 8:02 PM, Juan Hernández  wrote:

> Hello,
>
> As part of the changes of the engine REST API for 4.0 two now components
> have been introduced:
>
> - The API model. This is the specification of the API, and it is
> currently part of the engine repository, in the
> backend/manager/modules/restapi/model directory.
>
> - The API metamodel. This is a set of tools that read the model and
> generate different artifacts from it, like the XML schema, the the
> JAX-RS interfaces, etc. It is also currently part of the engine
> repository, in the backend/manager/modules/restapi/metamodel.
>
> In order to support multiple versions of the specification inside the
> same engine the API model needs to be separated to a different git
> repository, its releases managed independently of the engine, and the
> artifacts uploaded to Maven central.
>
> The metamodel also needs to be separated to a different repository, and
> have its own relase cycle, and the artifacts uploaded to Maven central,
> as they will be required by the engine and by the generators of the SDKs.
>
> Thus I'm requesting the creation of two new git repositories in
> gerrit.ovirt.org to hold these components:
>
>   ovirt-engine-api-model
>   ovirt-engine-api-metamodel
>
> In addition version 4.0 will also include a web application used to
> explore the automatically generated reference documentation. This
> application is currently hosted here:
>
>   https://github.com/jhernand/ovirt-api-explorer
>
> But I think it should be hosted in gerrit.ovirt.org, thus I'm also
> requesting the creation of another git repository:
>
>   ovirt-engine-api-explorer
>
> All in call, can you please create these three git repositories and add
> me as maintainer, please?
>
> Thanks in advance,
> Juan Hernandez
>
> --
> Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
> 3ºD, 28016 Madrid, Spain
> Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>



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


[oVirt Jenkins] ovirt-engine_3.6_upgrade-from-3.5_el6_merged - Build # 664 - Failure!

2015-12-18 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6_upgrade-from-3.5_el6_merged/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-engine_3.6_upgrade-from-3.5_el6_merged/664/
Build Number: 664
Build Status:  Failure
Triggered By: Triggered by Gerrit: https://gerrit.ovirt.org/50639

-
Changes Since Last Success:
-
Changes for Build #664
[Daniel Erez] core: restore snapshot with Cinder disks - failure flow




-
Failed Tests:
-
No tests ran. 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Jenkins build is back to normal : ovirt_master_publish-rpms_nightly #256

2015-12-18 Thread jenkins
See 

___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Logwatch for linode01.ovirt.org (Linux)

2015-12-18 Thread logwatch

 ### Logwatch 7.3.6 (05/19/07)  
Processing Initiated: Fri Dec 18 03:10:21 2015
Date Range Processed: yesterday
  ( 2015-Dec-17 )
  Period is day.
  Detail Level of Output: 0
  Type of Output: unformatted
   Logfiles for Host: linode01.ovirt.org
  ## 
 
 - httpd Begin  

 Requests with error response codes
400 Bad Request
   HTTP/1.1: 8 Time(s)
404 Not Found
   ///wp-admin/admin-ajax.php: 1 Time(s)
   //dompdf.php?input_file=http://koreadigita ... 16/allnet.jpg??: 2 Time(s)
   //dompdf.php?input_file=http://koreadigita ... _16/byroe.jpg??: 2 Time(s)
   //dompdf.php?input_file=http://koreadigita ... sub_16/46.jpg??: 2 Time(s)
   //dompdf.php?input_file=http://www.laluce- ... data/VR46.jpg??: 2 Time(s)
   //tmp/: 2 Time(s)
   //wp-admin/admin-ajax.php?action=revslider ... ./wp-config.php: 3 Time(s)
   //xmlrpc.php: 3 Time(s)
   /__: 1 Time(s)
   /admin: 1 Time(s)
   /admin.php: 8 Time(s)
   /admin/: 8 Time(s)
   /admin/bigdump.php: 1 Time(s)
   /admin/categories.php/login.php: 1 Time(s)
   /admin/dump/bigdump.php: 1 Time(s)
   /admin/login.php: 8 Time(s)
   /administrator/index.php: 10 Time(s)
   /apple-touch-icon-precomposed.png: 2 Time(s)
   /apple-touch-icon.png: 2 Time(s)
   /backup.sql: 1 Time(s)
   /backup/bigdump.php: 1 Time(s)
   /backup/bigdump/bigdump.php: 1 Time(s)
   /bigdump.php: 1 Time(s)
   /bigdump/bigdump.php: 1 Time(s)
   /bitrix/admin/index.php?lang=en: 8 Time(s)
   /blog/: 1 Time(s)
   /blog/robots.txt: 1 Time(s)
   /blog/wp-admin/: 8 Time(s)
   /blog/wp-login.php: 3 Time(s)
   /browserconfig.xml: 1 Time(s)
   /category/news/feed: 1 Time(s)
   /category/news/feed/: 9 Time(s)
   /clientscript/vbulletin_global.js: 1 Time(s)
   /dump.sql: 1 Time(s)
   /dump/bigdump.php: 1 Time(s)
   /dump/bigdump/bigdump.php: 1 Time(s)
   /favicon.ico: 740 Time(s)
   /forum/backup.sql: 1 Time(s)
   /forum/bigdump.php: 1 Time(s)
   /forum/clientscript/vbulletin_global.js: 1 Time(s)
   /forum/dump.sql: 1 Time(s)
   /forum/wp-login.php: 3 Time(s)
   /forums/backup.sql: 1 Time(s)
   /forums/bigdump.php: 1 Time(s)
   /forums/clientscript/vbulletin_global.js: 1 Time(s)
   /forums/dump.sql: 1 Time(s)
   /index.php?dll=register: 2 Time(s)
   /index.php?option=com_easyblog&view=dashboard&layout=write: 1 Time(s)
   /js/prototype/prototype.js: 1 Time(s)
   /license.php: 1 Time(s)
   /listinfo/announce: 1 Time(s)
   /listinfo/arch: 1 Time(s)
   /listinfo/automation: 1 Time(s)
   /listinfo/board: 1 Time(s)
   /listinfo/bugs: 1 Time(s)
   /ma: 1 Time(s)
   /magmi/web/magmi.php: 1 Time(s)
   /mailman/.1: 1 Time(s)
   /mailman/suggest-listing.php: 3 Time(s)
   /mailman/xxx: 1 Time(s)
   /media/system/js/caption.js: 1 Time(s)
   /misc/batch.js: 1 Time(s)
   /old/wp-admin/: 7 Time(s)
   /pipermail/devel/2014-July/submitticket.php: 1 Time(s)
   /pipermail/devel/submitticket.php: 1 Time(s)
   /pipermail/engine-patches/2011-November/: 1 Time(s)
   /pipermail/engine-patches/2011-November/000261.html: 1 Time(s)
   /pipermail/engine-patches/2011-November/000469.html: 1 Time(s)
   /pipermail/engine-patches/2011-November/001104.html: 1 Time(s)
   /pipermail/engine-patches/2012-April/012035.html: 1 Time(s)
   /pipermail/engine-patches/2012-April/012588.html: 1 Time(s)
   /pipermail/engine-patches/2012-April/014475.html: 1 Time(s)
   /pipermail/engine-patches/2012-April/014869.html: 1 Time(s)
   /pipermail/engine-patches/2012-August/029382.html: 1 Time(s)
   /pipermail/engine-patches/2012-August/029576.html: 1 Time(s)
   /pipermail/engine-patches/2012-August/029745.html: 1 Time(s)
   /pipermail/engine-patches/2012-August/031424.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/042742.html: 2 Time(s)
   /pipermail/engine-patches/2012-December/042751.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/043377.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/043997.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/044639.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/044880.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/045158.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/045181.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/045224.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/045359.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/045564.html: 1 Time(s)
   /pipermail/engine-patches/2012-December/046529.html: 1 Time(s)
   /pipermail/