thanks!
ACK & PUSHED
I wonder if we need to introduce a new state to the API Instance states
[1]... 'STOPPED' is probably not the best thing to return when the
instance is actually in an error/unknown state - I'll add this for
discussion,
marios
[1] http://deltacloud.apache.org/instance-states
UNKNOWN mispeeled and add error state.
Signed-off-by: Ian Main
---
server/lib/deltacloud/drivers/openstack/openstack_driver.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/server/lib/deltacloud/drivers/openstack/openstack_driver.rb
b/server/lib/deltacloud/drivers/opens
On Tue, 2012-12-11 at 18:09 -0500, rla...@redhat.com wrote:
> From: Ronelle Landy
>
> ---
> tests/cimi/test_helper.rb | 23 +--
> tests/config.yaml | 18 +++---
> 2 files changed, 20 insertions(+), 21 deletions(-)
>
> diff --git a/tests/cimi/test_help
On Tue, 2012-12-11 at 17:27 -0500, jvl...@redhat.com wrote:
> DTACLOUD-379 using Marios's 409 solution.
>
ACK to this; stylistically, the two patches should be squashed into one,
since after applying 1/2 triggering this error will cause a server error
because of a missing template.
Also, the com
From: David Lutterkort
---
tests/cimi/test_helper.rb | 42 --
1 files changed, 20 insertions(+), 22 deletions(-)
diff --git a/tests/cimi/test_helper.rb b/tests/cimi/test_helper.rb
index 025a705..45ff6a3 100644
--- a/tests/cimi/test_helper.rb
+++ b/tests
From: David Lutterkort
* restore getting the volume after creating it, since not all servers
return a body from the create request (see fe30257e)
* add XML namespace to inline XML
* accept 201 and 202 as response from create request
---
tests/cimi/part4_test.rb | 27 +++--
From: Ronelle Landy
---
tests/cimi/test_helper.rb | 23 +--
tests/config.yaml | 18 +++---
2 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/tests/cimi/test_helper.rb b/tests/cimi/test_helper.rb
index 025a705..ad74cd2 100644
--- a/tests/
Config.yaml and test_helper.rb changes to use the provider information added
for the Deltacloud API tests.
[
https://issues.apache.org/jira/browse/DTACLOUD-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph J. VLcek updated DTACLOUD-379:
-
Attachment: 0002-DTACLOUD-379-using-Marios-s-409-solution.patch
0001-Pro
DTACLOUD-379 using Marios's 409 solution.
From: marios
https://issues.apache.org/jira/browse/DTACLOUD-379
Signed-off-by: marios
TrackedAt:
http://tracker-mfojtik.rhcloud.com/patch/6e465c4a530f4715cc11a2db14b84a1c349e513b
---
server/lib/deltacloud/drivers/exceptions.rb | 8
server/lib/deltacloud/drivers/rhevm/rhevm_dr
From: Joe VLcek
---
server/lib/deltacloud/collections/base.rb | 4 ++
server/lib/deltacloud/helpers/deltacloud_helper.rb | 1 +
server/views/errors/409.html.haml | 47 ++
server/views/errors/409.xml.haml | 11 +
4 files change
[
https://issues.apache.org/jira/browse/DTACLOUD-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ronelle Landy resolved DTACLOUD-381.
Resolution: Fixed
Fixed in deltacloud commit version fe30257ecc0d17b8fa300300cdc9e2276513
[
https://issues.apache.org/jira/browse/DTACLOUD-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ronelle Landy closed DTACLOUD-381.
--
Closing issue as fixed - see comments above.
Tests for volume delete will be added with cleanup
[
https://issues.apache.org/jira/browse/DTACLOUD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529083#comment-13529083
]
Marios Andreou commented on DTACLOUD-393:
-
fix pushed as commit # 6d8fc5579fde1c
From: Michal Fojtik
* Reduce queries for Provider using INNER JOIN
* Get rid of 'context' variable in database helpers
* Don't query database twice when entity is created
Signed-off-by: Michal fojtik
---
server/lib/cimi/helpers/database_helper.rb | 31 +++---
server/lib
The "properties" are really meant to be used by clients as a spot to put
any random data that only it knows how to interpret. So, asking a client
to put a piece of data in there that the server is to then use would go
against that pattern. A better approach would be to define an extension
top-l
Michal Fojtik created DTACLOUD-396:
--
Summary: Random order of XML elements in CIMI (MRI 1.8)
Key: DTACLOUD-396
URL: https://issues.apache.org/jira/browse/DTACLOUD-396
Project: DeltaCloud
Iss
On 12/10, David Lutterkort wrote:
> I needed to make a small change:
Yes, sorry for that. I found it when I get home, but you was faster :)
-- Michal
>
> On Mon, 2012-12-10 at 11:11 +0100, mfoj...@redhat.com wrote:
> > diff --git a/server/lib/cimi/helpers/database_helper.rb
> > b/server/lib/
On 12/10, Doug Davis wrote:
>
> All,
> CIMI says: Each resource in the CIMI model has an attribute called
> "properties." Consumers, when creating or updating a resource, may store
> any name/value pair in the "properties" attribute. CIMI Providers shall
> store and return these values to the C
From: marios
https://travis-ci.org/mifo/deltacloud/jobs/3591100
Signed-off-by: marios
---
server/tests/drivers/openstack/instances_test.rb | 34 +---
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/server/tests/drivers/openstack/instances_test.rb
b/server/t
21 matches
Mail list logo