Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-08 Thread Monty Taylor
On 04/05/2012 01:22 AM, Justin Santa Barbara wrote: I've got Compute functionality working with the OpenStack Jenkins plugin, so it can launch nova instances as on-demand slaves now, run builds on them, and archive the results into swift. I'd like to open GitHub issues to track your

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-05 Thread Justin Santa Barbara
I've got Compute functionality working with the OpenStack Jenkins plugin, so it can launch nova instances as on-demand slaves now, run builds on them, and archive the results into swift. I'd like to open GitHub issues to track your requirements, but I have a few questions. We need disposable

[Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread Justin Santa Barbara
I've created a quick OpenStack plugin for Jenkins, using the Java bindings that Luis I created. It's available on github here: https://github.com/platformlayer/openstack-jenkins (no binaries - yet!) Right now, it has the same (jenkins) functionality as the S3 plugin; it can store artifacts

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread Nachi Ueno
Justin++ This is really cool plugin. Good Job! 2012/4/4 Justin Santa Barbara jus...@fathomdb.com: I've created a quick OpenStack plugin for Jenkins, using the Java bindings that Luis I created. It's available on github here:  https://github.com/platformlayer/openstack-jenkins  (no binaries

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread Justin Santa Barbara
, Justin Santa Barbara wrote: I've created a quick OpenStack plugin for Jenkins, using the Java bindings that Luis I created. It's available on github here: https://github.com/platformlayer/openstack-jenkins (no binaries - yet!) Whilst it is cool that there is effort going

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread Luis Gervaso
, rather than spending any more time propping up the dying clouds :-) Justin On Wed, Apr 4, 2012 at 2:54 PM, Andrew Hutchings and...@linuxjedi.co.ukwrote: On 04/04/12 20:42, Justin Santa Barbara wrote: I've created a quick OpenStack plugin for Jenkins, using the Java bindings that Luis

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread James E. Blair
Justin Santa Barbara jus...@fathomdb.com writes: This is a plugin for OpenStack; it won't support any other clouds. This means there will be no baggage from having to support EC2, or any of the other clouds that JClouds supports. We can support all the OpenStack goodness directly. I second

Re: [Openstack] OpenStack Plugin for Jenkins

2012-04-04 Thread Justin Santa Barbara
. associating a test to an image) should be done as part of Jenkins: JClouds plugin, OpenStack plugin, it doesn't matter - may the best code win. However, all the OpenStack features should be done as part of OpenStack itself, not buried in some third party project that is only available to people