Re: CIMI - Tests - modifying tests to use *Create

2013-02-28 Thread David Lutterkort
On Thu, 2013-02-28 at 16:20 -0500, rla...@redhat.com wrote: > Please review. Thanks! > ACK. Pushed David

Re: Deltacloud - Tests - removing reference to keys collection

2013-02-28 Thread David Lutterkort
On Thu, 2013-02-28 at 14:54 -0500, rla...@redhat.com wrote: > First patch adds the new test files > Second patch fixes copy/paste error ACK. Committed and pushed David

RFC: Separate CIMI (de)serialization from server functionality

2013-02-28 Thread lutter
This patch shows how we can split the current CIMI::Model classes into two different class hierarchies, CIMI::Model and CIMI::Service. After the split, the former will strictly be restricted to (de)serialization of CIMI resources whereas the latter will be dedicated to interaction with drivers and

[PATCH] CIMI: split models into model and service objects

2013-02-28 Thread lutter
From: David Lutterkort The current CIMI::Model classes address two concerns: * serialization/deserialization of CIMI objects * interaction with the current driver and the DB This patch splits these two concerns into two separate class hierarchies: CIMI::Model for (de)serialization and CIMI:

[PATCH 3/3] * server/.gitignore: ignore .bundle/ dir

2013-02-28 Thread lutter
From: David Lutterkort --- server/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/server/.gitignore b/server/.gitignore index ead216b..69c8e89 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -4,3 +4,4 @@ log/*.log tmp/* pkg/* *.lock +.bundle/ -- 1.8.1.2

[PATCH 2/3] * tests/test_helper.rb: quietly ignore missing 'turn'

2013-02-28 Thread lutter
From: David Lutterkort --- server/tests/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/test_helper.rb b/server/tests/test_helper.rb index 4d5b1ef..61ee26d 100644 --- a/server/tests/test_helper.rb +++ b/server/tests/test_helper.rb @@ -26,7 +26,7 @@

[PATCH 1/3] CIMI (cimi_helper): remove unused code

2013-02-28 Thread lutter
From: David Lutterkort --- server/lib/cimi/helpers/cimi_helper.rb | 24 1 file changed, 24 deletions(-) diff --git a/server/lib/cimi/helpers/cimi_helper.rb b/server/lib/cimi/helpers/cimi_helper.rb index 5e74c2c..e23d819 100644 --- a/server/lib/cimi/helpers/cimi_helper.

Minor cleanup patches

2013-02-28 Thread lutter
These patches address a few small annoyances David

[jira] [Commented] (DTACLOUD-504) Deltacloud - tilt v 1.3.4 incompatibility

2013-02-28 Thread Francesco Vollero (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13589975#comment-13589975 ] Francesco Vollero commented on DTACLOUD-504: Here is the bug and the code i

[jira] [Assigned] (DTACLOUD-504) Deltacloud - tilt v 1.3.4 incompatibility

2013-02-28 Thread Francesco Vollero (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Vollero reassigned DTACLOUD-504: -- Assignee: Francesco Vollero (was: Michal Fojtik) > Deltacloud - tilt v 1

[jira] [Closed] (DTACLOUD-499) The 'ref' attributes are not (de)serialized properly when used in array

2013-02-28 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy closed DTACLOUD-499. -- Closing this issue as fixed in Deltacloud commit version: 3c7ac4b34d4cc8a0cb7b1a38c60bee2ac0ea1d

[jira] [Closed] (DTACLOUD-501) GET /api/metrics - using "Accept:Application/json", returns "undefined method `matric_url'"

2013-02-28 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy closed DTACLOUD-501. -- Closing JIRA as fixed in 91112fddc3927696d1a1fa20af7946c2921a2d9f Tests in to deltacloud/tests/d

[jira] [Closed] (DTACLOUD-485) RHEVm - Make sure we handle any new status added.

2013-02-28 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy closed DTACLOUD-485. -- Closing this along with DTACLOUD-462 > RHEVm - Make sure we handle any new stat

CIMI - Tests - modifying tests to use *Create

2013-02-28 Thread rlandy
Please review. Thanks!

[PATCH] CIMI - Tests - modifying tests to use *Create

2013-02-28 Thread rlandy
From: Ronelle Landy --- tests/cimi/machine_test.rb |4 ++-- tests/cimi/part5_test.rb |4 ++-- tests/cimi/rmd3_test.rb|6 +++--- tests/cimi/rmd4_test.rb|4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/cimi/machine_test.rb b/tests/cimi/machine

[jira] [Closed] (DTACLOUD-462) RHEVM calling GET /api/instances/instance_id after the instance is stopped, errors out

2013-02-28 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy closed DTACLOUD-462. -- Closing as fixed in deltacloud commit version: d96847ba97a0a7e167ebd00f16ee2677b4e613c0 Test com

[jira] [Commented] (DTACLOUD-493) RHEVm - instance.stop fails and instance returns to RUNNING state.

2013-02-28 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13589893#comment-13589893 ] Joseph J. VLcek commented on DTACLOUD-493: -- This is not a Deltacloud issue. It

[jira] [Assigned] (DTACLOUD-493) RHEVm - instance.stop fails and instance returns to RUNNING state.

2013-02-28 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph J. VLcek reassigned DTACLOUD-493: Assignee: Joseph J. VLcek > RHEVm - instance.stop fails and instance returns

[PATCH 2/2] Deltacloud - Tests - removing reference to 'keys' collection

2013-02-28 Thread rlandy
From: Ronelle Landy --- tests/deltacloud/addresses_test.rb |2 +- tests/deltacloud/drivers_test.rb|2 +- tests/deltacloud/firewalls_test.rb |2 +- tests/deltacloud/load_balancers_test.rb |2 +- tests/deltacloud/metrics_test.rb|2 +- 5 files changed,

Deltacloud - Tests - removing reference to keys collection

2013-02-28 Thread rlandy
First patch adds the new test files Second patch fixes copy/paste error

[PATCH 1/2] Deltacloud - Tests - adding blackbox tests for addresses and drivers collections

2013-02-28 Thread rlandy
From: Ronelle Landy --- tests/Rakefile |2 +- tests/deltacloud/addresses_test.rb | 28 ++ tests/deltacloud/common_tests_collections.rb |6 ++-- tests/deltacloud/drivers_test.rb | 28 ++

Bye, bye, Ruby 1.8.7

2013-02-28 Thread David Lutterkort
Hi all, Ruby 1.8.7 will become completely unsupported upstream in June[1]. We've been trying to keep Deltacloud running on it, but with 1.8.7's EOL looming, it's a rather pointless exercise. We are therefore planning to drop any guise of Ruby 1.8 support very, very soon; if that causes a problem

[jira] [Resolved] (DTACLOUD-462) RHEVM calling GET /api/instances/instance_id after the instance is stopped, errors out

2013-02-28 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph J. VLcek resolved DTACLOUD-462. -- Resolution: Fixed Assignee: Ronelle Landy (was: Joseph J. VLcek) pushed with c

[jira] [Assigned] (DTACLOUD-504) Deltacloud - tilt v 1.3.4 incompatibility

2013-02-28 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy reassigned DTACLOUD-504: -- Assignee: Michal Fojtik > Deltacloud - tilt v 1.3.4 incompatibility > ---

[jira] [Created] (DTACLOUD-504) Deltacloud - tilt v 1.3.4 incompatibility

2013-02-28 Thread Ronelle Landy (JIRA)
Ronelle Landy created DTACLOUD-504: -- Summary: Deltacloud - tilt v 1.3.4 incompatibility Key: DTACLOUD-504 URL: https://issues.apache.org/jira/browse/DTACLOUD-504 Project: DeltaCloud Issue Ty