adding maven repo on alterway for mirroring maven repos

2013-09-11 Thread Eyal Edri
hi,

i would want to install a new vm on alterway servers, called 
"artifactory.ovirt.org".
it will run a local maven mirror that all jobs could use instead of using the 
original maven repo.
we can also deploy special jars there is needed to development of oVirt.

any thoughts/ideas?
do we have available resources for that (space/mem?)

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


[action needed] failing jenkins job "ovirt db report engine"

2013-09-11 Thread Eyal Edri
fyi,

the following job [1] is failing due to missing files on the slave (it used 
local files/software).
the original slave is now not available.

does this jobs is still needed? is so, the owner of the job should write a 
puppet class
to install needed files for it so it won't be locally only on the jenkins 
slaves (which should be stateless).

job will be disabled until fixed.

[1] http://jenkins.ovirt.org/job/ovirt_db_report_engine/

thank you,

eyal edri,
oVirt infra team.
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


r10k puppet deployment

2013-09-11 Thread Ewoud Kohl van Wijngaarden
For https://fedorahosted.org/ovirt/ticket/71 I submitted
http://gerrit.ovirt.org/19141 to use r10k for module deployment.

I do have some concerns for further deployment. Until now I've assumed
that we want jenkins to build on new git versions (possibly via the
jenkins patch merged trigger) and then push that to foreman.ovirt.org.
However, that means we give jenkins implicit root on all of our infra
which is a bad thing.

Some solutions I can think of:

1. Set up a cronjob on foreman to poll git
1.1. Run make as the current patch
1.2. Change the patch and switch to dynamic environment support[1]
2. Set up an infra jenkins to automate this

I'm leaning to 1.2, but maybe I'm missing some other solutions.

[1]: https://github.com/adrienthebo/r10k#dynamic-environment-support
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Jenkins job for ovirt-iso-uploader and ovirt-image-uploader

2013-09-11 Thread Mike Burns

On 09/11/2013 03:56 AM, Eyal Edri wrote:

Hi Sandro,

I assume we can create a new vm on rackspace to act as NFS server for the job,
or even convert one of the existing jenkins slave vms to be one.

any other thoughts from the infra team?


Space -- we should either enforce that the job clean up after itself, or 
have some sort of cron job to clean up.  One approach:


jenkins job creates some sort of lockfile, removes it on finish
cron job checks for lockfile
if found, see how long it's been there, clean up if it's been too long
if not, clean up nfs share

Mike


Also, you will need to get a power user for jenkins (for tools) in order to 
create new jobs
for them as well.
The process for that is sending email to this list & engine-devel to request it 
formally and
get acks from the community.

Eyal.


- Original Message -

From: "Sandro Bonazzola" 
To: "infra" 
Sent: Wednesday, September 11, 2013 9:31:36 AM
Subject: Jenkins job for ovirt-iso-uploader and ovirt-image-uploader

Hi,
I would like to introduce a jenkins job for basic sanity testing of
ovirt-iso-uploader and ovirt-image-uploader.
For covering NFS upload it will be needed an NFS share where to upload the
images, writable by an user having UID and GID of 36.
For covering SSH uploads it would be needed also SSH access with a user
having UID and GID of 36.
For covering upload using the domain id it would be needed a running
ovirt-engine instance.

The space needed for the images may be little: sample ovf provided by
ovirt-image-uploader is ~2kb and for the iso image any non empty file should
be
enough. The uploaded images will be deleted by the job after running.

Is it possible for infra to provide the needed services?
Thanks,
--
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


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



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


Re: stuck on "git fetch"

2013-09-11 Thread Itamar Heim

On 09/11/2013 02:06 PM, Yair Zaslavsky wrote:

Hi,
I'm trying to "git fetch" from ovirt gerrit with no luck... gets stuck..
I asked mooli , and it happens to him as well...
Can you please check if there is an issue with gerrit?

Many thanks,
Yair



what's the actual command?
(and i suggest cc'ing david caro in the future as well)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


stuck on "git fetch"

2013-09-11 Thread Yair Zaslavsky
Hi,
I'm trying to "git fetch" from ovirt gerrit with no luck... gets stuck..
I asked mooli , and it happens to him as well...
Can you please check if there is an issue with gerrit?

Many thanks,
Yair
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Jenkins job for ovirt-iso-uploader and ovirt-image-uploader

2013-09-11 Thread Eyal Edri
Hi Sandro,

I assume we can create a new vm on rackspace to act as NFS server for the job,
or even convert one of the existing jenkins slave vms to be one.

any other thoughts from the infra team?

Also, you will need to get a power user for jenkins (for tools) in order to 
create new jobs
for them as well.
The process for that is sending email to this list & engine-devel to request it 
formally and
get acks from the community.

Eyal.


- Original Message -
> From: "Sandro Bonazzola" 
> To: "infra" 
> Sent: Wednesday, September 11, 2013 9:31:36 AM
> Subject: Jenkins job for ovirt-iso-uploader and ovirt-image-uploader
> 
> Hi,
> I would like to introduce a jenkins job for basic sanity testing of
> ovirt-iso-uploader and ovirt-image-uploader.
> For covering NFS upload it will be needed an NFS share where to upload the
> images, writable by an user having UID and GID of 36.
> For covering SSH uploads it would be needed also SSH access with a user
> having UID and GID of 36.
> For covering upload using the domain id it would be needed a running
> ovirt-engine instance.
> 
> The space needed for the images may be little: sample ovf provided by
> ovirt-image-uploader is ~2kb and for the iso image any non empty file should
> be
> enough. The uploaded images will be deleted by the job after running.
> 
> Is it possible for infra to provide the needed services?
> Thanks,
> --
> 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
> 
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra