Re: [PATCH] CIMI - Tests - reenabling collections testing for addresses and forwardingGroupTemplates

2013-02-25 Thread David Lutterkort
On Mon, 2013-02-25 at 16:48 -0500, rla...@redhat.com wrote: > From: Ronelle Landy > > --- > tests/cimi/cep_test.rb |8 ++-- > 1 files changed, 2 insertions(+), 6 deletions(-) ACK & pushed with the exception that I had to disable addresses, as that blows up on my machine. Strangely, GET

Re: [PATCH 2/2] Tests - Deltacloud blackbox - fixing cleanup conditional statement

2013-02-25 Thread David Lutterkort
On Mon, 2013-02-25 at 17:42 -0500, rla...@redhat.com wrote: > From: Ronelle Landy > > --- > tests/deltacloud/buckets_test.rb |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) ACK & pushed

[PATCH 2/2] Tests - Deltacloud blackbox - fixing cleanup conditional statement

2013-02-25 Thread rlandy
From: Ronelle Landy --- tests/deltacloud/buckets_test.rb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/deltacloud/buckets_test.rb b/tests/deltacloud/buckets_test.rb index 02f517b..0e8c035 100644 --- a/tests/deltacloud/buckets_test.rb +++ b/tests/deltacloud/bucke

Deltacloud blackbox - fixing cleanup conditional statement

2013-02-25 Thread rlandy
Adding back missing 'if' statement

CIMI - Tests - reenabling collections testing for addresses and forwardingGroupTemplates

2013-02-25 Thread rlandy
Previously, forwardingGroupTemplates were disbaled in testin as accessing this collection causes the thin process to take all available memory - reenabling. Will monitor testing to see if this is still a problem. Addresses seem to work now - reenabling that testing as well.

[PATCH] CIMI - Tests - reenabling collections testing for addresses and forwardingGroupTemplates

2013-02-25 Thread rlandy
From: Ronelle Landy --- tests/cimi/cep_test.rb |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/cimi/cep_test.rb b/tests/cimi/cep_test.rb index 24e19bf..f5b046f 100644 --- a/tests/cimi/cep_test.rb +++ b/tests/cimi/cep_test.rb @@ -26,12 +26,8 @@ class CloundEn

Re: [PATCH] CIMI Webapp: creating volume_configs; fix conflict in views/machine_templates/index.haml

2013-02-25 Thread David Lutterkort
On Wed, 2013-02-20 at 19:48 +0300, martha.c.ch...@gmail.com wrote: > From: NjeriChelimo > > --- > clients/cimi/views/machine_templates/index.haml |8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) ACK and pushed (with a commit message that reflects the content of the patch a lit

Re: [PATCH 1/4] CIMI Webapp creating MachineTemplate

2013-02-25 Thread David Lutterkort
On Mon, 2013-02-25 at 12:29 +0300, martha.c.ch...@gmail.com wrote: > From: NjeriChelimo > > --- > clients/cimi/lib/entities/machine_template.rb | 23 ++ > clients/cimi/views/machine_templates/index.haml | 38 > --- > clients/cimi/views/machine_templates/sho

[jira] [Closed] (DTACLOUD-471) Need to cleanly skip CIMI Resource Metadata tests for unsupported capabilities

2013-02-25 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy closed DTACLOUD-471. -- Patch committed > Need to cleanly skip CIMI Resource Metadata tests for unsuppor

[PATCH] Parse XML reponse in deltacloud-client only once

2013-02-25 Thread jprovazn
From: Jan Provaznik Various chunks of XML response were parsed by Nokogiri multiple times. Now responses is parsed only once and parsed object is passed to methods instead of converting to string and then reparsing the string again. --- client/lib/base_object.rb | 7 +++ client/li

[jira] [Assigned] (DTACLOUD-498) mock driver doesn't update bucket size when a blob is created

2013-02-25 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-498: --- Assignee: Marios Andreou > mock driver doesn't update bucket size when a blob i

[jira] [Created] (DTACLOUD-498) mock driver doesn't update bucket size when a blob is created

2013-02-25 Thread Jan Provaznik (JIRA)
Jan Provaznik created DTACLOUD-498: -- Summary: mock driver doesn't update bucket size when a blob is created Key: DTACLOUD-498 URL: https://issues.apache.org/jira/browse/DTACLOUD-498 Project: DeltaClo

RE: [PATCH] added MachineTemplate subcollection of SystemTemplate

2013-02-25 Thread Koper, Dies
I'm looking for help with this one. I'm trying to support the listing of a system_template with a machine_template for a machine with an attached volume of 10 GB. I added volumeTemplates to the 2nd machine in the mock json data file in the patch: { "name": "my second machine", "descript

[PATCH] added MachineTemplate subcollection of SystemTemplate

2013-02-25 Thread diesk
From: Dies Koper --- server/lib/cimi/models/system.rb | 4 ++- server/lib/cimi/models/system_template.rb | 19 ++-- server/lib/deltacloud/drivers/fgcp/fgcp_client.rb | 4 +++ .../drivers/fgcp/fgcp_driver_cimi_methods.rb | 36 -- ...

[PATCH core] DigitalOcean: Added support for :keys collection

2013-02-25 Thread mfojtik
From: Michal Fojtik - Added :authentication_key feature to instances Signed-off-by: Michal fojtik --- .../drivers/digitalocean/digitalocean_driver.rb| 51 +- server/lib/deltacloud/models/base_model.rb | 2 + server/lib/deltacloud/models/key.rb|

[PATCH core] CIMI: Added VolumeImageCreate model

2013-02-25 Thread mfojtik
From: Michal Fojtik Signed-off-by: Michal fojtik --- server/lib/cimi/collections/volume_images.rb | 3 +- server/lib/cimi/models.rb | 1 + server/lib/cimi/models/volume_image.rb| 25 +- server/lib/cimi/models/volume_image_create.rb | 47 ++

Re: [PATCH] CIMI: replace volume related attachment_point and protocol attributes with initial_location as per published cimi spec

2013-02-25 Thread Michal Fojtik
On 02/25, di...@fast.au.fujitsu.com wrote: ACK. Two minor non-review-blockers issues found below :) -- Michal > From: Dies Koper > > --- > server/lib/cimi/data/default_res/machine.col.xml | 4 ++-- I just discovered this directory :-) I think we should move all sample CIMI XML/JSON to serve

[PATCH core 2/2] CIMI: Added VolumeTemplateCreate model

2013-02-25 Thread mfojtik
From: Michal Fojtik Signed-off-by: Michal fojtik --- server/lib/cimi/collections/volume_templates.rb | 6 ++--- server/lib/cimi/models.rb| 3 ++- server/lib/cimi/models/volume_template.rb| 25 +- server/lib/cimi/models/volume_template_create.r

[PATCH core 1/2] CIMI: Fixed typo in volume_image column name in database

2013-02-25 Thread mfojtik
From: Michal Fojtik Signed-off-by: Michal fojtik --- server/lib/db/volume_template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/db/volume_template.rb b/server/lib/db/volume_template.rb index da7d4f7..7f54c33 100644 --- a/server/lib/db/volume_template.rb +++

[jira] [Resolved] (DTACLOUD-489) More verbose reporting of internal server errors

2013-02-25 Thread Michal Fojtik (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Fojtik resolved DTACLOUD-489. Resolution: Fixed Assignee: Michal Fojtik Jan's patch pushed: Thanks! commit 7313

[PATCH 4/4] fixed typo in address_create.rb

2013-02-25 Thread martha . c . chumo
From: NjeriChelimo --- server/lib/cimi/models/address_create.rb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/cimi/models/address_create.rb b/server/lib/cimi/models/address_create.rb index a20613f..cf321ce 100644 --- a/server/lib/cimi/models/address_create.rb

[PATCH 1/4] CIMI Webapp creating MachineTemplate

2013-02-25 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/lib/entities/machine_template.rb | 23 ++ clients/cimi/views/machine_templates/index.haml | 38 --- clients/cimi/views/machine_templates/show.haml | 12 +++ server/lib/db/entity.rb |2 +-

[PATCH 2/4] CIMI Webapp remove stacktrace when creating a Machine

2013-02-25 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/lib/entities/machine.rb |1 - 1 file changed, 1 deletion(-) diff --git a/clients/cimi/lib/entities/machine.rb b/clients/cimi/lib/entities/machine.rb index 2708e4b..6135e62 100644 --- a/clients/cimi/lib/entities/machine.rb +++ b/clients/cimi/lib/entities/

[PATCH 3/4] CIMI Webapp creating a Network

2013-02-25 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/lib/entities/network.rb | 25 + clients/cimi/views/networks/index.haml | 28 2 files changed, 53 insertions(+) diff --git a/clients/cimi/lib/entities/network.rb b/clients/cimi/lib/entities/network.rb