Re: CIMI::Models split to CIMI::Services (rev 2) WIP

2013-03-05 Thread David Lutterkort
I've addressed that issue and uploaded a new patch series ( http://tracker.deltacloud.org/set/368 ) I get a good number of test failures from the blackobox tests though. Will have to investigate further tomorrow. Also, when I put the attached test into tests/cimi/collections, it passes if I run i

[jira] [Resolved] (DTACLOUD-478) Add digitalocean to list of supported providers + drivers

2013-03-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy resolved DTACLOUD-478. Resolution: Fixed Marking this issue as resolved with http://tracker.deltacloud.org/set/3

[jira] [Resolved] (DTACLOUD-479) Inconsistent lists of supported providers/drivers in Deltacloud doc

2013-03-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy resolved DTACLOUD-479. Resolution: Fixed Marking this issue as resolved in http://tracker.deltacloud.org/set/361

[jira] [Commented] (DTACLOUD-479) Inconsistent lists of supported providers/drivers in Deltacloud doc

2013-03-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593753#comment-13593753 ] Ronelle Landy commented on DTACLOUD-479: With the patch applied, supported provi

[PATCH core] Core: Temporary fix for problem with new titl (1.3.4)

2013-03-05 Thread mfojtik
From: Michal Fojtik Signed-off-by: Michal fojtik --- server/Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/Gemfile b/server/Gemfile index bd56845..5440691 100644 --- a/server/Gemfile +++ b/server/Gemfile @@ -2,6 +2,8 @@ source "http://rubygems.org"; gemspec +gem 'til

[jira] [Closed] (DTACLOUD-456) Opennebula: Error occurs when requesting all instances against opennebula

2013-03-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy closed DTACLOUD-456. -- pushed with commit 3d52adde4b1c4383512b8e2e255c41d784186818 Closing JIRA > Open

[jira] [Resolved] (DTACLOUD-456) Opennebula: Error occurs when requesting all instances against opennebula

2013-03-05 Thread Ronelle Landy (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ronelle Landy resolved DTACLOUD-456. Resolution: Fixed Thanks to Christian for providing the test environment ... Tested out

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

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

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

2013-03-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marios Andreou resolved DTACLOUD-498. - Resolution: Fixed > mock driver doesn't update bucket size when a blob is created >

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

2013-03-05 Thread Marios Andreou (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13593563#comment-13593563 ] Marios Andreou commented on DTACLOUD-498: - pushed with commit # 49b2a93ad0dce4aa

Re: [PATCH] CIMI: Restore create Network with config/forwarding_group by reference

2013-03-05 Thread Martha Chumo
ACK. On Tue, Mar 5, 2013 at 12:36 PM, wrote: > From: marios > > > Signed-off-by: marios > --- > server/lib/cimi/models/network_create.rb | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) > > diff --git a/server/lib/cimi/models/network_create.rb > b/server/lib/cimi/models/

Re: Restore network creation with config/forwarding_group reference

2013-03-05 Thread mar...@redhat.com
On 05/03/13 11:36, mar...@redhat.com wrote: > also at http://tracker.deltacloud.org/set/ > > the NetworkCreate model only handles creation with template by reference - > this restores > the ability to create with config/forwarding_group by reference. Still > outstanding is to > deal with config

Re: CIMI create network

2013-03-05 Thread mar...@redhat.com
On 05/03/13 10:59, mar...@redhat.com wrote: > On 05/03/13 09:50, Martha Chumo wrote: >> The code on master for creating a network in CIMI client returns a 412. I >> can't see what's missing, so not sure how I should file the Jira. >> > > I can't reproduce the 412 - but I am getting a 500 error - s

[PATCH] CIMI: Restore create Network with config/forwarding_group by reference

2013-03-05 Thread marios
From: marios Signed-off-by: marios --- server/lib/cimi/models/network_create.rb | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/server/lib/cimi/models/network_create.rb b/server/lib/cimi/models/network_create.rb index 006a064..2496269 100644 --- a/server/lib

Restore network creation with config/forwarding_group reference

2013-03-05 Thread marios
also at http://tracker.deltacloud.org/set/ the NetworkCreate model only handles creation with template by reference - this restores the ability to create with config/forwarding_group by reference. Still outstanding is to deal with config by value (inline/overrides), marios

Re: Deltacloud Network API discussion

2013-03-05 Thread mar...@redhat.com
On 04/03/13 18:21, Jan Provazník wrote: > On 02/27/2013 06:42 PM, mar...@redhat.com wrote: >> Next meeting is same time next Wednesday - if anyone else is interesting >> in participating in this discussion, please let one uf us know (we are >> using a google hangout), >> >> thanks, marios >> > > W

Re: CIMI create network

2013-03-05 Thread mar...@redhat.com
On 05/03/13 09:50, Martha Chumo wrote: > The code on master for creating a network in CIMI client returns a 412. I > can't see what's missing, so not sure how I should file the Jira. > I can't reproduce the 412 - but I am getting a 500 error - seems to be related to the new 'NetworkCreate' model