Re: [PATCH] CIMI: tests - adding Resource Metadata test, part 1

2013-01-22 Thread mar...@redhat.com
ACK tiny syntactic nit/alternative inline (I'll push this and you can change it if you want later - more like an fyi): On 23/01/13 02:55, rla...@redhat.com wrote: > From: Ronelle Landy > > --- > tests/cimi/rmd1_test.rb | 91 > +++ > 1 files change

CIMI: tests - adding Resource Metadata test, part 1

2013-01-22 Thread rlandy
First of the Resource Metadata Test plan tests - requesting review. Thanks!

[PATCH] CIMI: tests - adding Resource Metadata test, part 1

2013-01-22 Thread rlandy
From: Ronelle Landy --- tests/cimi/rmd1_test.rb | 91 +++ 1 files changed, 91 insertions(+), 0 deletions(-) create mode 100644 tests/cimi/rmd1_test.rb diff --git a/tests/cimi/rmd1_test.rb b/tests/cimi/rmd1_test.rb new file mode 100644 index 000

[jira] [Commented] (DTACLOUD-423) Requesting /api/realms against the eucalyptus driver fails

2013-01-22 Thread Christian Karnath (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559925#comment-13559925 ] Christian Karnath commented on DTACLOUD-423: After investigating this issue

Fix Site Docs Nits - CIMI etc

2013-01-22 Thread marios
tracked at http://tracker.deltacloud.org/set/265 * fix nits in cimi docs (broken link) * adds references to CIMI API in index and about.html * changes diagram in about.html to illustrate use of Deltacloud OR CIMI API * adds link to Deltacloud Rest examples in nav bar marios

[jira] [Updated] (DTACLOUD-421) Missing keyname-attribute in JSON output against openstack

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou updated DTACLOUD-421: Attachment: 0001-Fix-for-DTACLOUD-421-JSON-output-against-openstack.patch * attached pa

[jira] [Resolved] (DTACLOUD-421) Missing keyname-attribute in JSON output against openstack

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou resolved DTACLOUD-421. - Resolution: Fixed testing please. > Missing keyname-attribute in JSON

[PATCH] Fix for DTACLOUD-421 JSON output against openstack

2013-01-22 Thread marios
From: marios Makes sure we retain keyname when both authentication_password and authentication_key are present in driver (openstack in this case) https://issues.apache.org/jira/browse/DTACLOUD-421 Signed-off-by: marios --- server/lib/deltacloud/models/instance.rb | 3 ++- 1 file changed, 2 in

[jira] [Commented] (DTACLOUD-426) Only create links for actions that can currently be performed

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559733#comment-13559733 ] Marios Andreou commented on DTACLOUD-426: - * for 'create_instance' - are you t

[jira] [Commented] (DTACLOUD-430) GET /cimi/network_configurations errors out - [SystemStackError] stack level too deep

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559731#comment-13559731 ] Marios Andreou commented on DTACLOUD-430: - can't reproduce: * [marios@name

Re: Network API Models - RFC

2013-01-22 Thread mar...@redhat.com
Hi David: On 22/01/13 03:06, David Lutterkort wrote: > On Mon, 2013-01-21 at 18:57 +0200, mar...@redhat.com wrote: >> [patches also available from http://tracker.deltacloud.org/set/263] >> >> Initial implementation for networks - in particular seeking feedback >> with respect to models and how the

[jira] [Created] (DTACLOUD-434) Mention python client on web site

2013-01-22 Thread Michal Fojtik (JIRA)
Michal Fojtik created DTACLOUD-434: -- Summary: Mention python client on web site Key: DTACLOUD-434 URL: https://issues.apache.org/jira/browse/DTACLOUD-434 Project: DeltaCloud Issue Type: Bug

[jira] [Created] (DTACLOUD-433) Wrong :href attribute in disks when using $select=name

2013-01-22 Thread Michal Fojtik (JIRA)
Michal Fojtik created DTACLOUD-433: -- Summary: Wrong :href attribute in disks when using $select=name Key: DTACLOUD-433 URL: https://issues.apache.org/jira/browse/DTACLOUD-433 Project: DeltaCloud

[jira] [Commented] (DTACLOUD-432) Using $select=disks&$expand=disks return 500

2013-01-22 Thread Michal Fojtik (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559624#comment-13559624 ] Michal Fojtik commented on DTACLOUD-432: Same error when doing just: http://loc

[jira] [Created] (DTACLOUD-431) Disks and volumes are ignored on CIMI $select

2013-01-22 Thread Michal Fojtik (JIRA)
Michal Fojtik created DTACLOUD-431: -- Summary: Disks and volumes are ignored on CIMI $select Key: DTACLOUD-431 URL: https://issues.apache.org/jira/browse/DTACLOUD-431 Project: DeltaCloud Issu

[jira] [Created] (DTACLOUD-432) Using $select=disks&$expand=disks return 500

2013-01-22 Thread Michal Fojtik (JIRA)
Michal Fojtik created DTACLOUD-432: -- Summary: Using $select=disks&$expand=disks return 500 Key: DTACLOUD-432 URL: https://issues.apache.org/jira/browse/DTACLOUD-432 Project: DeltaCloud Issue

[ANN] New database backend

2013-01-22 Thread Michal Fojtik
Hi, As you might noticed we have recently switched from DataMapper to Sequel. Both are Ruby ORM (Database -> Ruby class mappers). The most important reason for this is lack of DataMapper RPM packages in distributions we support and thus we are unable to produce RPM packages of Deltacloud (1.1.0)

[PATCH 3/3] DTACLOUD_404 Added view file for machine disks

2013-01-22 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/app.rb |4 +-- clients/cimi/lib/entities/machine.rb | 14 +++ clients/cimi/views/machines/disks/index.haml | 34 ++ clients/cimi/views/machines/show.haml|2 -- 4 files changed

[PATCH 2/3] DTACLOUD-409 added forward_group view files and forward_group.rb to entities

2013-01-22 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/app.rb |1 + clients/cimi/lib/entities.rb|1 + clients/cimi/lib/entities/forwarding_group.rb | 30 +++ clients/cimi/views/forwarding_groups/index.haml | 24 ++ cl

[PATCH 1/3] DTACLOUD-409: added forward_group_template view files and forward_group_template.rb to entities

2013-01-22 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/app.rb|1 + clients/cimi/lib/entities.rb |1 + .../cimi/lib/entities/forwarding_group_template.rb | 30 .../views/forwarding_group_templates/index.haml| 24 +

[jira] [Assigned] (DTACLOUD-421) Missing keyname-attribute in JSON output against openstack

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-421: --- Assignee: Marios Andreou > Missing keyname-attribute in JSON output against ope

[jira] [Commented] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Martha Chumo (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559479#comment-13559479 ] Martha Chumo commented on DTACLOUD-409: --- The links that are yet to be fixed are: r

[jira] [Commented] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Martha Chumo (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559477#comment-13559477 ] Martha Chumo commented on DTACLOUD-409: --- Got it. Let me do the updates.

[jira] [Commented] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559478#comment-13559478 ] Marios Andreou commented on DTACLOUD-409: - FYI - (in case there was some confusi

[jira] [Reopened] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reopened DTACLOUD-409: - > CIMI cloud entry point broken links > --- > >

[jira] [Commented] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559475#comment-13559475 ] Marios Andreou commented on DTACLOUD-409: - Sure - I was doing a cleanup of JIRA

[jira] [Commented] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Martha Chumo (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559473#comment-13559473 ] Martha Chumo commented on DTACLOUD-409: --- Marios, I chose to live the issue open be

[jira] [Resolved] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou resolved DTACLOUD-409. - Resolution: Fixed > CIMI cloud entry point broken links > -

[jira] [Closed] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou closed DTACLOUD-409. --- > CIMI cloud entry point broken links > --- > >

[jira] [Commented] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559470#comment-13559470 ] Marios Andreou commented on DTACLOUD-409: - patches were pushed as four commits

[jira] [Closed] (DTACLOUD-428) fgcp: instance_count support

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou closed DTACLOUD-428. --- > fgcp: instance_count support > > > Key: DTAC

[jira] [Assigned] (DTACLOUD-426) Only create links for actions that can currently be performed

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-426: --- Assignee: Marios Andreou (was: Joseph J. VLcek) > Only create links for action

[jira] [Assigned] (DTACLOUD-430) GET /cimi/network_configurations errors out - [SystemStackError] stack level too deep

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-430: --- Assignee: Marios Andreou > GET /cimi/network_configurations errors out - [Sys

[jira] [Assigned] (DTACLOUD-409) CIMI cloud entry point broken links

2013-01-22 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou reassigned DTACLOUD-409: --- Assignee: Marios Andreou (was: Martha Chumo) > CIMI cloud entry point broken l