deployting ovirt rpms per commit to ovirt.org/releases

Hi, I want to make jenkins rpm jobs deploy rpms per commit to ovirt.org/releases. [1] we'll need that ovirt.org will give some access (sftp/ssh) to jenkins slaves to deploy rpms there and recreate the repo. any ideas? Eyal. [1] http://jenkins.ovirt.org/view/rpms/

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/11/2012 01:19 AM, Eyal Edri wrote:
Hi,
I want to make jenkins rpm jobs deploy rpms per commit to ovirt.org/releases. [1]
we'll need that ovirt.org will give some access (sftp/ssh) to jenkins slaves to deploy rpms there and recreate the repo.
We're using sshkeys to do backup of Gerrit to ovirt.org; we should be able to do the same thing for Jenkins, right? - - Karsten - -- Karsten 'quaid' Wade, Sr. Analyst - Community Growth Red Hat Open Source and Standards (OSAS) http://TheOpenSourceWay.org @quaid (identi.ca/twitter/IRC) | gpg: AD0E0C41 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFP1eiy2ZIOBq0ODEERArxIAJ9KZPN7Ce7W/dhCowsH7H3LpJHJBACbBa4E pwKBmuKxGNpyb6r2jNVoUSQ= =/lPU -----END PGP SIGNATURE-----

----- Original Message -----
From: "Karsten 'quaid' Wade" <kwade@redhat.com> To: infra@ovirt.org Sent: Monday, June 11, 2012 3:46:42 PM Subject: Re: deployting ovirt rpms per commit to ovirt.org/releases
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 06/11/2012 01:19 AM, Eyal Edri wrote:
Hi,
I want to make jenkins rpm jobs deploy rpms per commit to ovirt.org/releases. [1]
we'll need that ovirt.org will give some access (sftp/ssh) to jenkins slaves to deploy rpms there and recreate the repo.
We're using sshkeys to do backup of Gerrit to ovirt.org; we should be able to do the same thing for Jenkins, right?
yea, we can config jenkins user to have ssh with no pass to ovirt.org from the jenkins slaves, so it could scp or rsync the files to the dir on ovirt.org. here is jenkins user public key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAykXy+X1qUI/TyblF5J35A1bexPeFWj7SmzzcClS3GzQ8jEaV7AaOzbvyl2dQ8P4nh8tr2nSeT7LAFYWhIGscy6V7p5vMRr3mUzRA/E/g3r9wdmdDcPLOqfpJWiLTDlA3XQyFhJnwQopGRBSf5yzFGWFezH+rjzlwBDDN2mQkI/WuSEBh+UT/9+E7JvQBVhg2hapXszfSrrtrVniw/1TvNJEvR+wdwxCUkJWP+LZOtdbGIYQZMkmw8yMNy/fkEfxR3CLge65rDCbxqlDkqFff0VWcwd3SBXdIo4T1401kIjcPiPR9npib7Ra88QiWXIazHW05ejp+m2W136zmYmfxFw== jenkins@ip-10-114-123-188
- - Karsten - -- Karsten 'quaid' Wade, Sr. Analyst - Community Growth Red Hat Open Source and Standards (OSAS) http://TheOpenSourceWay.org @quaid (identi.ca/twitter/IRC) | gpg: AD0E0C41 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iD8DBQFP1eiy2ZIOBq0ODEERArxIAJ9KZPN7Ce7W/dhCowsH7H3LpJHJBACbBa4E pwKBmuKxGNpyb6r2jNVoUSQ= =/lPU -----END PGP SIGNATURE----- _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On Mon, 2012-06-11 at 04:19 -0400, Eyal Edri wrote:
Hi,
I want to make jenkins rpm jobs deploy rpms per commit to ovirt.org/releases. [1]
we'll need that ovirt.org will give some access (sftp/ssh) to jenkins slaves to deploy rpms there and recreate the repo.
any ideas?
This was discussed in the past and agreed upon, but never really implemented. IIRC, the decision was to have jenkins post files in a known (non-public) directory on ovirt.org and then a script running on ovirt.org would handle deploying files to the right place on the webserver. Mike
Eyal.
[1] http://jenkins.ovirt.org/view/rpms/ _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

----- Original Message -----
From: "Mike Burns" <mburns@redhat.com> To: "Eyal Edri" <eedri@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Monday, June 11, 2012 4:50:29 PM Subject: Re: deployting ovirt rpms per commit to ovirt.org/releases
On Mon, 2012-06-11 at 04:19 -0400, Eyal Edri wrote:
Hi,
I want to make jenkins rpm jobs deploy rpms per commit to ovirt.org/releases. [1]
we'll need that ovirt.org will give some access (sftp/ssh) to jenkins slaves to deploy rpms there and recreate the repo.
any ideas?
This was discussed in the past and agreed upon, but never really implemented. IIRC, the decision was to have jenkins post files in a known (non-public) directory on ovirt.org and then a script running on ovirt.org would handle deploying files to the right place on the webserver.
OK, any preferred way to move these rpms to ovirt.org (NFS/FTP/SCP?)
Mike
Eyal.
[1] http://jenkins.ovirt.org/view/rpms/ _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

On Mon, 2012-06-11 at 10:02 -0400, Eyal Edri wrote:
----- Original Message -----
From: "Mike Burns" <mburns@redhat.com> To: "Eyal Edri" <eedri@redhat.com> Cc: "infra" <infra@ovirt.org> Sent: Monday, June 11, 2012 4:50:29 PM Subject: Re: deployting ovirt rpms per commit to ovirt.org/releases
On Mon, 2012-06-11 at 04:19 -0400, Eyal Edri wrote:
Hi,
I want to make jenkins rpm jobs deploy rpms per commit to ovirt.org/releases. [1]
we'll need that ovirt.org will give some access (sftp/ssh) to jenkins slaves to deploy rpms there and recreate the repo.
any ideas?
This was discussed in the past and agreed upon, but never really implemented. IIRC, the decision was to have jenkins post files in a known (non-public) directory on ovirt.org and then a script running on ovirt.org would handle deploying files to the right place on the webserver.
OK, any preferred way to move these rpms to ovirt.org (NFS/FTP/SCP?)
Probably scp or rsync. Maybe sftp. Not nfs or ftp.
Mike
Eyal.
[1] http://jenkins.ovirt.org/view/rpms/ _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
participants (3)
-
Eyal Edri
-
Karsten 'quaid' Wade
-
Mike Burns