[jira] [Reopened] (DTACLOUD-442) Fgcp: api instances test 'should allow to snapshot running instance if supported by provider' is run even though provider does not support it

2013-02-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dies Koper reopened DTACLOUD-442: - The test which was the focus of this issue is named 'should allow to snapshot running instance if

[jira] [Commented] (DTACLOUD-452) RHEVM instances in RUNNING state show create_image actions - but creating an image from a running instance throws a 500 error

2013-02-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572086#comment-13572086 ] Dies Koper commented on DTACLOUD-452: - Please test, I have no rhevm setup to try.

[jira] [Updated] (DTACLOUD-452) RHEVM instances in RUNNING state show create_image actions - but creating an image from a running instance throws a 500 error

2013-02-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dies Koper updated DTACLOUD-452: Attachment: 0001-rhevm-DTACLOUD-452-expose-create_image-action-only-w.patch create_image action w

[PATCH] rhevm: DTACLOUD-452: expose create_image action only when stopped

2013-02-05 Thread diesk
From: Dies Koper --- server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb b/server/lib/deltacloud/drivers/rhevm/rhevm_driver.rb index 69cc563..65ba26d 100644 --- a/server/l

[jira] [Commented] (DTACLOUD-452) RHEVM instances in RUNNING state show create_image actions - but creating an image from a running instance throws a 500 error

2013-02-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572053#comment-13572053 ] Dies Koper commented on DTACLOUD-452: - Let's reopen DTACLOUD-442 to reconsider the t

[PATCH 2/3] CIMI unit tests: introduce helper read_data_file

2013-02-05 Thread lutter
From: David Lutterkort --- server/tests/cimi/model/collection_spec.rb| 4 ++-- server/tests/cimi/model/credential_spec.rb| 4 ++-- server/tests/cimi/model/machine_configuration_spec.rb | 4 ++-- server/tests/cimi/model/machine_image_spec.rb | 4 ++-- server/tests/

[PATCH 3/3] CIMI: move deep cloning to CIMI::Model::Schema#deep_clone

2013-02-05 Thread lutter
From: David Lutterkort --- server/lib/cimi/models/resource.rb | 2 +- server/lib/cimi/models/schema.rb | 7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/server/lib/cimi/models/resource.rb b/server/lib/cimi/models/resource.rb index 0586538..3271c5e 100644 --- a/server/

CIMI - Test Plan, Resource Metadata Capabilities - incorporating review changes

2013-02-05 Thread rlandy
This patch includes the test plan with review changes what will be uploaded to the mantis issue for the group's review.

A few minor changes

2013-02-05 Thread lutter
These are some very minor cleanup changes. Recorded as http://tracker.deltacloud.org/set/298

[PATCH 1/3] * server/Rakefile: rename task test:cimi:models to test:cimi

2013-02-05 Thread lutter
From: David Lutterkort --- server/Rakefile | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/server/Rakefile b/server/Rakefile index b8b3ea1..5494148 100644 --- a/server/Rakefile +++ b/server/Rakefile @@ -146,8 +146,8 @@ task :test do Rake::Task["moc

[PATCH 2/2] CIMI - Test Plan, Resource Metadata Capabilities - incorporating review changes

2013-02-05 Thread rlandy
From: Ronelle Landy --- tests/cimi/plan/scRMD.xml | 240 ++--- 1 files changed, 95 insertions(+), 145 deletions(-) diff --git a/tests/cimi/plan/scRMD.xml b/tests/cimi/plan/scRMD.xml index 30a9ceb..31f3625 100644 --- a/tests/cimi/plan/scRMD.xml +++ b/test

Re: [PATCH core 1/2] CIMI: Cleanup in CIMI base models

2013-02-05 Thread David Lutterkort
On Wed, 2013-01-30 at 14:01 +0100, mfoj...@redhat.com wrote: > From: Michal Fojtik > > - CIMI::Model::Resource moved from base.rb to separate file > - The $select methods moved to a separate module > - CIMI::Model::Collection helpers now extend the Base class without > reopening it (extend Coll

CIMI Tests: Adding Resource Metadata test part 4, InitialStates

2013-02-05 Thread rlandy
The test in this patch includes Marios's edits. Depends on changes in http://tracker.deltacloud.org/set/294.

[PATCH] CIMI Tests: Adding Resource Metadata test part 4, InitialStates

2013-02-05 Thread rlandy
From: Ronelle Landy --- tests/cimi/rmd4_test.rb | 149 +++ 1 files changed, 149 insertions(+), 0 deletions(-) create mode 100644 tests/cimi/rmd4_test.rb diff --git a/tests/cimi/rmd4_test.rb b/tests/cimi/rmd4_test.rb new file mode 100644 index 00

[jira] [Commented] (DTACLOUD-447) RFE: InitialStates capability is advertised but adding an initialState value to a machine create op has no effect

2013-02-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571675#comment-13571675 ] Ronelle Landy commented on DTACLOUD-447: ACK - this patch works for instances cr

Re: [PATCH] Deltacloud - fix bug in to_hash (json) for storage_volumes - DTACLOUD-454

2013-02-05 Thread Ronelle Landy
ACK - test output copied in DTACLOUD-454 - Original Message - > From: mar...@redhat.com > To: dev@deltacloud.apache.org > Sent: Tuesday, February 5, 2013 11:35:35 AM > Subject: [PATCH] Deltacloud - fix bug in to_hash (json) for storage_volumes - > DTACLOUD-454 > > From: marios > > http

[jira] [Commented] (DTACLOUD-454) JSON error - GET /api/storage_volumes, ec2 provider

2013-02-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571638#comment-13571638 ] Ronelle Landy commented on DTACLOUD-454: ACK - works for me ... >> ruby storag

Re: making cimi tests pass on fgcp

2013-02-05 Thread David Lutterkort
On Tue, 2013-02-05 at 15:02 +1100, Koper, Dies wrote: > So I prefer to apply Band-Aids for a little while longer, so we can at > least keep testing the cimi front-end with fgcp easily as its coverage > increases. > I'd rather look at your solution as a plan B in case the problem will > not be solve

Re: [PATCH 1/3] post method to machine_template

2013-02-05 Thread David Lutterkort
Hi Martha, I agree with Michal's ACk, though there's one small nit: On Tue, 2013-02-05 at 10:45 +0300, martha.c.ch...@gmail.com wrote: > diff --git a/clients/cimi/lib/entities/machine_template.rb > b/clients/cimi/lib/entities/machine_template.rb > index ccc80a3..026d244 100644 > --- a/clients/ci

[jira] [Updated] (DTACLOUD-454) JSON error - GET /api/storage_volumes, ec2 provider

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-454: Attachment: 0001-Deltacloud-fix-bug-in-to_hash-json-for-storage_volum.patch attach patch

[PATCH] Deltacloud - fix bug in to_hash (json) for storage_volumes - DTACLOUD-454

2013-02-05 Thread marios
From: marios https://issues.apache.org/jira/browse/DTACLOUD-454 Signed-off-by: marios --- server/lib/deltacloud/models/storage_volume.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/deltacloud/models/storage_volume.rb b/server/lib/deltacloud/models/storage_vo

[jira] [Closed] (DTACLOUD-448) 500 Error when creating a machine template with no properties

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou closed DTACLOUD-448. --- > 500 Error when creating a machine template with no properties >

[jira] [Commented] (DTACLOUD-448) 500 Error when creating a machine template with no properties

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571432#comment-13571432 ] Marios Andreou commented on DTACLOUD-448: - ACKED on irc #deltacloud (freenode) b

[jira] [Resolved] (DTACLOUD-448) 500 Error when creating a machine template with no properties

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou resolved DTACLOUD-448. - Resolution: Fixed > 500 Error when creating a machine template with no properties

[jira] [Updated] (DTACLOUD-444) Provider name change - Aruba

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-444: Attachment: 0003-SITE-Aruba-driver-name-change-DTACLOUD-444.patch 0002-Fix

[PATCH 2/3] Fix issue with arubacloud driver - savon client configuration method changed

2013-02-05 Thread marios
From: marios https://issues.apache.org/jira/browse/DTACLOUD-444 Signed-off-by: marios --- server/lib/deltacloud/drivers/arubacloud/arubacloud_driver.rb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/lib/deltacloud/drivers/arubacloud/arubacloud_driver.rb b/s

[PATCH 1/3] Rename aruba driver to arubacloud driver - DTACLOUD-444

2013-02-05 Thread marios
From: marios https://issues.apache.org/jira/browse/DTACLOUD-444 Signed-off-by: marios --- server/config/drivers/aruba.yaml | 8 - server/config/drivers/arubacloud.yaml | 8 + .../lib/deltacloud/drivers/aruba/aruba_driver.rb | 460 - .../

[PATCH 3/3] SITE: Aruba driver name change DTACLOUD-444

2013-02-05 Thread marios
From: marios https://issues.apache.org/jira/browse/DTACLOUD-444 Signed-off-by: marios --- site/content/drivers.md | 6 +++--- site/content/supported-providers.md | 6 +++--- site/output/drivers.html | 6 +++--- site/output/supported-providers.html | 6 +++--- 4 files

[jira] [Updated] (DTACLOUD-447) RFE: InitialStates capability is advertised but adding an initialState value to a machine create op has no effect

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-447: Attachment: 0001-CIMI-implement-initial_states-capability-in-mock-dri.patch OK - sorry ab

[jira] [Updated] (DTACLOUD-447) RFE: InitialStates capability is advertised but adding an initialState value to a machine create op has no effect

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-447: Attachment: (was: 0001-CIMI-implement-initial_states-capability-in-mock-dri.patch)

[jira] [Commented] (DTACLOUD-416) No Base64 Decoding Openstack Driver

2013-02-05 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571371#comment-13571371 ] Joseph J. VLcek commented on DTACLOUD-416: -- +-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-=+-

[jira] [Commented] (DTACLOUD-452) RHEVM instances in RUNNING state show create_image actions - but creating an image from a running instance throws a 500 error

2013-02-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571292#comment-13571292 ] Ronelle Landy commented on DTACLOUD-452: Thanks for the comments above, Dies. So

Re: [PATCH 1/3] post method to machine_template

2013-02-05 Thread Michal Fojtik
On 02/05, martha.c.ch...@gmail.com wrote: ACK to this serie, good job Martha! -- Michal > From: NjeriChelimo > > --- > clients/cimi/lib/entities/machine_template.rb | 24 > 1 file changed, 24 insertions(+) > > diff --git a/clients/cimi/lib/entities/machine_templa

[ANNOUNCE]: Deltacloud Community Call #10

2013-02-05 Thread mar...@redhat.com
The Tenth Deltacloud Community call will be held today: Tuesday, 05th February 2013 @ 1500 CET (Central Europe, Berlin, Prague) (for other timezones see): http://www.timeanddate.com/worldclock/meetingdetails.html?year=2013&month=2&day=5&hour=14&min=0&sec=0&p1=680&p2=204&p3=179&p4=224&p5=170&p6=17

[jira] [Assigned] (DTACLOUD-454) JSON error - GET /api/storage_volumes, ec2 provider

2013-02-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-454: --- Assignee: Marios Andreou > JSON error - GET /api/storage_volumes, ec2 provider