[ANNOUNCE] Apache Deltacloud 0.5.0

2012-02-02 Thread David Lutterkort
I am pleased to announce the availability of Apache Deltacloud 0.5.0. Apache Deltacloud is a RESTful cloud abstraction API. The release consists both of the API server and a Ruby client. The release can be found at http://www.apache.org/dist/deltacloud/0.5.0/ Gems and RPM's for Fedora will become

[VOTE] [RESULT] Release deltacloud 0.5.0 rc2

2012-02-02 Thread David Lutterkort
The vote resulted in 6 +1, no 0's or -1's; four +1 votes were cast by PMC members (Michal, Marios, Sang-Min, myself) With that, the release of Deltacloud 0.5.0 RC2 is approved and I'll move the artifacts to the proper place to make them the GA. David

Re: We have been migrated to git

2012-02-02 Thread David Lutterkort
On Fri, 2012-02-03 at 01:34 +1100, Justin Clift wrote: > On 31/01/2012, at 11:36 AM, David Lutterkort wrote: > > > FWIW, we should use the git repo from now on, and not commit anything > > anymore to svn. > > Maybe update the info on the Deltacloud website, replacing the SVN info > with updated g

Re: Delatacloud -Eclipse Plugin

2012-02-02 Thread Max Rydahl Andersen
Have you actually installed the eclipse delta cloud plugin ? if yes, then it has a delta cloud perspective built-in already. That said we have not updated the delta cloud plugin for a long time since we no longer interact with services that uses delta cloud api. We are looking for contributors

[jira] [Resolved] (DTACLOUD-137) deltacloud - Eclipse plugin

2012-02-02 Thread David Lutterkort (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Lutterkort resolved DTACLOUD-137. --- Resolution: Not A Problem I've replied on list and cc'd Max And Burr for further in

Re: Delatacloud -Eclipse Plugin

2012-02-02 Thread David Lutterkort
Hi Gugan, On Thu, 2012-02-02 at 15:34 +0530, rajaguganeswaran karunaivel wrote: > how to add deltacloud as one of the perspective in eclipse, so that through > eclipse as a plugin we can able to access the cloud services. for that we > need add Deltacloud as a perspective. I have done deltacloud i

Re: Deltacloud Android App

2012-02-02 Thread David Lutterkort
Hi Martyn, On Thu, 2012-02-02 at 17:05 +, Martyn Taylor wrote: > Gentlemen. > > After speaking to Michal and Justin. It sounds like Deltacloud might be > interested in importing the Android App I build for DC into the DC project. > > You guys are free to take it. It's here: > https://githu

Re: deltacloud - load error

2012-02-02 Thread Michal Fojtik
Hi, You can try to require 'ruby gems' first: require 'rubygems' require 'deltacloud' api_url = 'http://localhost:3001/api' api_name = 'mockuser' api_password = 'mockpassword' client = DeltaCloud.new( api_name, api_password, api_url ) -- Michal Fojtik Senior Software Engineer, Red Hat Inc. m..

Deltacloud Android App

2012-02-02 Thread Martyn Taylor
Gentlemen. After speaking to Michal and Justin. It sounds like Deltacloud might be interested in importing the Android App I build for DC into the DC project. You guys are free to take it. It's here: https://github.com/mtaylor/MobileCloudController Just give me a few days to author the code

Re: We have been migrated to git

2012-02-02 Thread Justin Clift
On 31/01/2012, at 11:36 AM, David Lutterkort wrote: > FWIW, we should use the git repo from now on, and not commit anything > anymore to svn. Maybe update the info on the Deltacloud website, replacing the SVN info with updated git info? http://deltacloud.apache.org/developers.html Regards and

[jira] [Commented] (DTACLOUD-136) Deltacloud is not reporting back errors from Vsphere

2012-02-02 Thread Michal Fojtik (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198800#comment-13198800 ] Michal Fojtik commented on DTACLOUD-136: 14:58 < mfojtik> the way how we launch

Re: [VOTE] release deltacloud 0.5.0, rc2

2012-02-02 Thread Sang-Min Park
+1 On Wed, Feb 1, 2012 at 9:48 AM, Ronelle Landy wrote: > QE automated testing results for Deltacloud 0.5.0 rc2 are attached. > Manual smoke testing was done for the Vsphere driver. > > Qualification of the major fixes in rc2: > > + EC2 > - improvements for launching multiple instances (JIRA 7

[jira] [Commented] (DTACLOUD-138) deltacloud load error

2012-02-02 Thread Marios Andreou (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198665#comment-13198665 ] Marios Andreou commented on DTACLOUD-138: - Hi Gugan, try putting require 'ruby

[jira] [Assigned] (DTACLOUD-138) deltacloud load error

2012-02-02 Thread Marios Andreou (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-138: --- Assignee: Marios Andreou (was: David Lutterkort) > deltacloud load error > ---

[jira] [Created] (DTACLOUD-138) deltacloud load error

2012-02-02 Thread Gugan (Created) (JIRA)
deltacloud load error - Key: DTACLOUD-138 URL: https://issues.apache.org/jira/browse/DTACLOUD-138 Project: DeltaCloud Issue Type: Bug Reporter: Gugan Assignee: David Lutterkort hai, I tried this

[jira] [Created] (DTACLOUD-137) deltacloud - Eclipse plugin

2012-02-02 Thread Gugan (Created) (JIRA)
deltacloud - Eclipse plugin --- Key: DTACLOUD-137 URL: https://issues.apache.org/jira/browse/DTACLOUD-137 Project: DeltaCloud Issue Type: Question Environment: fedora Reporter: Gugan A

[PATCH] Fix for DTACLOUD_135 - storage_volumes and storage_snapshots not (currently) supported by vsphere_driver

2012-02-02 Thread marios
From: marios https://issues.apache.org/jira/browse/DTACLOUD-135 Signed-off-by: marios --- .../deltacloud/drivers/vsphere/vsphere_driver.rb |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/server/lib/deltacloud/drivers/vsphere/vsphere_driver.rb b/server/lib/deltac

[jira] [Updated] (DTACLOUD-135) Storage volumes and storage snapshots need to be removed from Deltacloud API for Vsphere - not supported

2012-02-02 Thread Marios Andreou (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-135: Attachment: 0001-Fix-for-DTACLOUD_135-storage_volumes-and-storage_sna.patch attached mino

[jira] [Resolved] (DTACLOUD-135) Storage volumes and storage snapshots need to be removed from Deltacloud API for Vsphere - not supported

2012-02-02 Thread Marios Andreou (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou resolved DTACLOUD-135. - Resolution: Fixed Assignee: Ronelle Landy (was: Marios Andreou) moving to resolv