Re: Proposal: Adding billing API support to Deltacloud

2012-08-09 Thread Mark McLoughlin
Hi, On Mon, 2012-08-06 at 18:56 +0530, samridh srinath wrote: > Hello All, > > Let me start by introducing myself. I am Samridh, a student developer part > of Google Summer of Code (GSoC). I have been contributing to the Aeolus > project for the better part of the summer, adding API support for h

Re: Launching into a VPC with the EC2 driver

2012-08-09 Thread mar...@redhat.com
On 09/08/12 01:23, David Lutterkort wrote: > Hi, > > there are some people who would like to be able to launch instances into > a specific subnet attached to their VPC in EC2. In looking at how to do > this without going down the rathole of supporting everything related to > VPC's, this is the pla

RE: Launching into a VPC with the EC2 driver

2012-08-09 Thread Koper, Dies
Hi David, Marios, Sounds like what we are already doing for FGCP: Realms are network segments (e.g. 192.168.1.0/24, 192.168.2.0/24, etc.) into which you create your instance. I mapped network segment creation to the create_firewall operation as in FGCP the segments are fronted by a firewall. Rega

Re: [PATCH] Site Docs: adds cURL examples and deprecation notice for deltacloudc

2012-08-09 Thread Michal Fojtik
On Aug 8, 2012, at 6:37 PM, mar...@redhat.com wrote: ACK. Good job! -- Michal > From: marios > > > Signed-off-by: marios > --- > site/content/command-tools.md | 16 ++- > site/content/curl-examples.md | 269 + > site/content/usage.md | 12 +- > site

[PATCH 1/2] API TESTS: refactoring of common code - avoid duplication

2012-08-09 Thread marios
From: marios Signed-off-by: marios --- tests/README | 15 tests/config.yaml | 10 +++--- tests/deltacloud/instances_test.rb | 63 +++- tests/deltacloud/test_setup.rb | 27 +++ 4 files change

[PATCH 2/2] API TESTS: adds filtering by hwp/arch to images test

2012-08-09 Thread marios
From: marios Signed-off-by: marios --- tests/deltacloud/images_test.rb | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/tests/deltacloud/images_test.rb b/tests/deltacloud/images_test.rb index 2c3af5c..1883b72 100644 --- a/tests/deltacloud/images

[jira] [Closed] (DTACLOUD-262) Accessing Storage snapshot from dc results in "undefined method `to_a' " exception

2012-08-09 Thread Ramesh A (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh A closed DTACLOUD-262. - > Accessing Storage snapshot from dc results in "undefined method `to_a' " > exception > -

[jira] [Commented] (DTACLOUD-262) Accessing Storage snapshot from dc results in "undefined method `to_a' " exception

2012-08-09 Thread Ramesh A (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431787#comment-13431787 ] Ramesh A commented on DTACLOUD-262: --- Verified and working fine, Hence closing this iss

[jira] [Closed] (DTACLOUD-260) Deleting a volume with ec2 driver: Response is not correct

2012-08-09 Thread Ramesh A (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramesh A closed DTACLOUD-260. - Closing this issue as per the reporters comment. > Deleting a volume with ec2 driver: Resp

[jira] [Created] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

2012-08-09 Thread Ramesh A (JIRA)
Ramesh A created DTACLOUD-296: - Summary: Attaching an instance to storage volume in EC2 throws 404 exception Key: DTACLOUD-296 URL: https://issues.apache.org/jira/browse/DTACLOUD-296 Project: DeltaCloud

[jira] [Created] (DTACLOUD-297) Update the Python client bundled with Deltacloud

2012-08-09 Thread Tomas Sedovic (JIRA)
Tomas Sedovic created DTACLOUD-297: -- Summary: Update the Python client bundled with Deltacloud Key: DTACLOUD-297 URL: https://issues.apache.org/jira/browse/DTACLOUD-297 Project: DeltaCloud I

Re: Launching into a VPC with the EC2 driver

2012-08-09 Thread James Labocki
On Aug 9, 2012, at 4:11 AM, "Koper, Dies" wrote: > Hi David, Marios, > > Sounds like what we are already doing for FGCP: > Realms are network segments (e.g. 192.168.1.0/24, 192.168.2.0/24, etc.) > into which you create your instance. > I mapped network segment creation to the create_firewall o

Launch multiple instances?

2012-08-09 Thread krishna.kumar2
Hi, We are using Deltacloud in our current project. We want to launch multiple instances through REST API. How is this possible? We were unable to find supporting documents for this. Thanks. Please do not print this email unless it is absolutely necessary. The information contained in this el

[jira] [Updated] (DTACLOUD-297) Update the Python client bundled with Deltacloud

2012-08-09 Thread Tomas Sedovic (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Sedovic updated DTACLOUD-297: --- Attachment: 0007-Python-client-Use-JSON-instead-of-XML.patch 0006-Python-cli

[jira] [Assigned] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

2012-08-09 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-296: --- Assignee: Marios Andreou > Attaching an instance to storage volume in EC2 throw

[PATCH] Fixes JIRA DTACLOUD_296 - storage volumes and HTML UI

2012-08-09 Thread marios
From: marios https://issues.apache.org/jira/browse/DTACLOUD-296 Signed-off-by: marios --- server/views/storage_volumes/attach.html.haml |2 +- server/views/storage_volumes/show.html.haml |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/views/storage_volume

[jira] [Updated] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

2012-08-09 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-296: Attachment: 0001-Fixes-JIRA-DTACLOUD_296-storage-volumes-and-HTML-UI.patch > Attachin

[jira] [Resolved] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

2012-08-09 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou resolved DTACLOUD-296. - Resolution: Fixed attached patch should resolve this - testing please

[jira] [Assigned] (DTACLOUD-296) Attaching an instance to storage volume in EC2 throws 404 exception

2012-08-09 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-296: --- Assignee: Ramesh A (was: Marios Andreou) > Attaching an instance to storage vo

Re: Launch multiple instances?

2012-08-09 Thread mar...@redhat.com
On 09/08/12 09:50, krishna.kum...@wipro.com wrote: > Hi, > > We are using Deltacloud in our current project. We want to launch multiple > instances through REST API. How is this possible? > We were unable to find supporting documents for this. > Hi - yes you can do this - this feature is advert

[jira] [Updated] (DTACLOUD-294) OpenNebula driver: GET /api/instances throws 'undefined method `text' for nil:NilClass' error

2012-08-09 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy updated DTACLOUD-294: --- Description: Started a deltacloud server pointing at OpenNebula: [root@nec-em6 server]# ex

[jira] [Created] (DTACLOUD-298) 'run command' on instance errors out - mock driver

2012-08-09 Thread Ronelle Landy (JIRA)
Ronelle Landy created DTACLOUD-298: -- Summary: 'run command' on instance errors out - mock driver Key: DTACLOUD-298 URL: https://issues.apache.org/jira/browse/DTACLOUD-298 Project: DeltaCloud

Re: Launching into a VPC with the EC2 driver

2012-08-09 Thread David Lutterkort
On Thu, 2012-08-09 at 11:03 +0300, mar...@redhat.com wrote: > On 09/08/12 01:23, David Lutterkort wrote: > > Hi, > > > > there are some people who would like to be able to launch instances into > > a specific subnet attached to their VPC in EC2. In looking at how to do > > this without going down

RE: Launching into a VPC with the EC2 driver

2012-08-09 Thread David Lutterkort
On Thu, 2012-08-09 at 18:10 +1000, Koper, Dies wrote: > Sounds like what we are already doing for FGCP: > Realms are network segments (e.g. 192.168.1.0/24, 192.168.2.0/24, etc.) > into which you create your instance. > I mapped network segment creation to the create_firewall operation as in > FGCP

Re: [PATCH core] Core: Prevent hash_capability to fail finding methods (DTACLOUD-265)

2012-08-09 Thread David Lutterkort
On Wed, 2012-08-08 at 11:24 +0200, mfoj...@redhat.com wrote: > From: Michal Fojtik > > * When the driver inherits its methods from other driver, > the has_capability failed to find them, which cause to > not advertise them. > > Signed-off-by: Michal fojtik > --- > server/lib/deltacloud/dri

Re: [PATCH core 1/6] Client: Moved all tests to tests directory

2012-08-09 Thread David Lutterkort
On Wed, 2012-08-08 at 14:54 +0200, mfoj...@redhat.com wrote: > From: Michal Fojtik > > * Removed obsoleted fixtures. They are provided by deltacloud-core > > Signed-off-by: Michal fojtik ACK to the series; patches 1/6 and 6/6 have some whitespace errors that should be corrected before pushing.

Re: [PATCH core 2/6] Client: Removed unused rake tasks and added test task

2012-08-09 Thread David Lutterkort
On Wed, 2012-08-08 at 14:54 +0200, mfoj...@redhat.com wrote: > From: Michal Fojtik > > * Fixtures generators are not needed > * Removed task for deltacloudc > * Added minitest task > > Signed-off-by: Michal fojtik You should also remove the rspec stuff: diff --git a/client/Rakefile b/client/R

RE: Launching into a VPC with the EC2 driver

2012-08-09 Thread Koper, Dies
That is correct. In FGCP or DMTF terminology, you're actually creating a System which comes with a firewall and 1, 2 or 3 network segments (depending on the system template specified). The number of segments in a system cannot be changed after creation, their lifecycle is tied to the system's (and