Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Mo Morsi
On 10/31/2012 01:07 PM, Seth Vidal wrote: // small wrapper script around deltacloud: $ wget https://raw.github.com/movitto/mycloud/master/mycloud.rb $ chmod +x mycloud.rb // template describing kojihub cloud deployment $ wget

Re: Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Mo Morsi
On 10/31/2012 01:10 PM, Seth Vidal wrote: On Wed, 31 Oct 2012, Mo Morsi wrote: #2: Could there be a way to take a (working) nightly build, build one's package against that nightly in a personal build of some sort, and somehow have a verification process that it built in that personal

Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Mo Morsi
On 11/01/2012 08:33 AM, Mo Morsi wrote: On 10/31/2012 01:10 PM, Seth Vidal wrote: On Wed, 31 Oct 2012, Mo Morsi wrote: #2: Could there be a way to take a (working) nightly build, build one's package against that nightly in a personal build of some sort, and somehow have a verification

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Michael Scherer
Le jeudi 01 novembre 2012 à 08:32 -0400, Mo Morsi a écrit : On 10/31/2012 01:07 PM, Seth Vidal wrote: You can orchestrate all of these steps across/between multiple systems using ansible: http://ansible.cc - I've been documenting spinning up and provisioning instances on my blog in the

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Seth Vidal
On Thu, 1 Nov 2012, Mo Morsi wrote: Cool thanks for the info Seth. Ansible looks interesting, its a configuration orchestration component akin to Puppet / Chef is it not? Does it do any provisioning in itself? Ansible is more like this: Combining puppet and chef in one item. Then making

Re: Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Seth Vidal
On Thu, 1 Nov 2012, Mo Morsi wrote: Hrm I was refering more to the repos necessary to bootstrap the cloud instance for the koji builder. I see - I thought you were referring to package repos. Which component imposes this limitation on koji, the hub or the builder? the hub. Would

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Seth Vidal
On Thu, 1 Nov 2012, Michael Scherer wrote: Le jeudi 01 novembre 2012 à 08:32 -0400, Mo Morsi a écrit : On 10/31/2012 01:07 PM, Seth Vidal wrote: You can orchestrate all of these steps across/between multiple systems using ansible: http://ansible.cc - I've been documenting spinning up and

Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Mo Morsi
// Deploying fedora infrastructure (koji) across clouds // As promised, steps to deploy kojihub to an openstack instance communicating with builders on ec2 // Any provider supported by deltacloud will work //(lots of em: http://deltacloud.apache.org/drivers.html) // A short video

Re: Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Robyn Bergeron
: Deploying fedora infrastructure (koji) across clouds // Deploying fedora infrastructure (koji) across clouds // As promised, steps to deploy kojihub to an openstack instance communicating with builders on ec2 // Any provider supported by deltacloud will work //(lots of em: http

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Mo Morsi
: Wednesday, October 31, 2012 2:22:47 AM Subject: Deploying fedora infrastructure (koji) across clouds // Deploying fedora infrastructure (koji) across clouds // As promised, steps to deploy kojihub to an openstack instance communicating with builders on ec2 // Any provider supported by deltacloud

Re: Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Seth Vidal
// small wrapper script around deltacloud: $ wget https://raw.github.com/movitto/mycloud/master/mycloud.rb $ chmod +x mycloud.rb // template describing kojihub cloud deployment $ wget https://raw.github.com/aeolus-incubator/templates/master/fedora_infra/koji/fedora-17/koji_f17.xml //

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Seth Vidal
On Wed, 31 Oct 2012, Mo Morsi wrote: #2: Could there be a way to take a (working) nightly build, build one's package against that nightly in a personal build of some sort, and somehow have a verification process that it built in that personal build before it goes into rawhide, etc? (or