RE: [PATCH] FGCP: use jruby-openssl >=0.8.7 which has proper pkcs12 support

2013-03-20 Thread Koper, Dies
Hi Ronelle, Thanks, bundle install now worked. Running the tests however failed with: d:\sources\OSS\cloud\deltacloud\server>rake test:drivers:mock Could not find tilt-1.3.6 in any of the sources org/jruby/RubyArray.java:2393:in `map!' D:/sources/OSS/cloud/deltacloud/server/Rakefile:26:in `(root)

Re: [PATCH] FGCP: use jruby-openssl >=0.8.7 which has proper pkcs12 support

2013-03-20 Thread Ronelle Landy
> Hi Michal, > > The PKCS12 patch for jruby that I had been contributing to has been > merged and jruby-openssl-0.8.7.gem has been released! > > I tried running DC on jruby on my local environment but couldn't get the > gems installed: > > d:\sources\OSS\cloud\deltacloud\server>jruby -S bundle

RE: [PATCH] FGCP: use jruby-openssl >=0.8.7 which has proper pkcs12 support

2013-03-20 Thread Koper, Dies
Hi Michal, The PKCS12 patch for jruby that I had been contributing to has been merged and jruby-openssl-0.8.7.gem has been released! I tried running DC on jruby on my local environment but couldn't get the gems installed: d:\sources\OSS\cloud\deltacloud\server>jruby -S bundle install Fetching ge

[PATCH] FGCP: use jruby-openssl >=0.8.7 which has proper pkcs12 support

2013-03-20 Thread diesk
From: Dies Koper --- server/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Gemfile b/server/Gemfile index 7ac1b25..0860db3 100644 --- a/server/Gemfile +++ b/server/Gemfile @@ -3,7 +3,7 @@ source "http://rubygems.org"; gemspec platforms :jruby do - gem 'jr

[jira] [Created] (DTACLOUD-520) CIMI: Missing add ops from Systems and systemTemplates collections

2013-03-20 Thread Ronelle Landy (JIRA)
Ronelle Landy created DTACLOUD-520: -- Summary: CIMI: Missing add ops from Systems and systemTemplates collections Key: DTACLOUD-520 URL: https://issues.apache.org/jira/browse/DTACLOUD-520 Project: Del

[PATCH 4/4] Network API rev 2 (RFC) - Drivers - Openstack and EC2

2013-03-20 Thread marios
From: marios Signed-off-by: marios --- server/lib/deltacloud/drivers/base_driver.rb | 7 + server/lib/deltacloud/drivers/ec2/ec2_driver.rb| 105 -- .../drivers/openstack/openstack_driver.rb | 216 - 3 files changed, 309 insertions(+), 19 deletio

[PATCH 3/4] Network API rev 2 (RFC) - Views

2013-03-20 Thread marios
From: marios Signed-off-by: marios --- server/views/instances/new.html.haml | 9 + server/views/instances/show.html.haml | 9 + server/views/networks/index.html.haml | 10 ++ server/views/networks/index.xml.haml | 4 server/views/networks/new.html.haml | 10

[PATCH 1/4] Network API rev 2 (RFC) - Models

2013-03-20 Thread marios
From: marios Signed-off-by: marios --- server/lib/deltacloud/models.rb | 2 ++ server/lib/deltacloud/models/instance.rb | 1 + server/lib/deltacloud/models/network.rb | 25 + server/lib/deltacloud/models/subnet.rb | 27 +++ 4 files

Network-API-rev-2-RFC

2013-03-20 Thread marios
patches are at http://tracker.deltacloud.org/set/395 write-up at http://mariosandreou.com/deltacloud/cloud_API/2013/03/20/deltacloud-networks-api-rfc.html I'll be working on RHEV-M next - any comments are very much appreciated! thanks, marios

[PATCH 2/4] Network API rev 2 (RFC) - Collections (Routes)

2013-03-20 Thread marios
From: marios Signed-off-by: marios --- server/lib/deltacloud/collections/instances.rb | 5 ++ server/lib/deltacloud/collections/networks.rb | 63 + server/lib/deltacloud/collections/subnets.rb | 65 ++ 3 files changed, 133 insertions(+) crea

Deltacloud Community Call #16 - 20th Feburary 2013 (today)

2013-03-20 Thread jvlcek
The Sixteenth Deltacloud Community call will be held *today*: Wednesday, 20th March 2013 @ 1500 CET (Central Europe, Berlin, Prague) (for other timezones see: http://www.timeanddate.com/worldclock/meetingdetails.html?year=2013&month=3&day=13&hour=14&min=0&sec=0&p1=680&p2=204&p3=179&p4=224&p5=170&

[PATCH] CIMI Client cleanup - removed routing_group and vsp

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- clients/cimi/app.rb|5 --- clients/cimi/lib/entities.rb |5 --- clients/cimi/lib/entities/routing_group.rb | 30 -- .../cimi/lib/entities/routing_group_template.rb| 30 ---

[PATCH 8/8] Site (CIMI cURL examples) - fixed typos in working with volume templates

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/output/cimi-curl/cimi-curl-volumes.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/output/cimi-curl/cimi-curl-volumes.html b/site/output/cimi-curl/cimi-curl-volumes.html index 8fc2482..d70e5d5 100644 --- a/site/output/cimi-curl/cimi-c

[PATCH 7/8] Site (CIMI cURL examles) - Creating volumeTemplate: added volumeImage, it is required

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-volumes.md |4 ++-- site/output/cimi-curl/cimi-curl-volumes.html |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/cimi-curl/cimi-curl-volumes.md b/site/content/cimi-curl/cimi-curl-volumes.md ind

[PATCH 6/8] Site (cimi cURL examples) fixed typos on Volume Images

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-volumes.md |4 ++-- site/output/cimi-curl/cimi-curl-volumes.html |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/cimi-curl/cimi-curl-volumes.md b/site/content/cimi-curl/cimi-curl-volumes.md ind

[PATCH 5/8] Site (cimi cURL examles) - fixed typos in working with Volume resources

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-volumes.md | 12 ++-- site/output/cimi-curl/cimi-curl-volumes.html | 12 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/site/content/cimi-curl/cimi-curl-volumes.md b/site/content/cimi-curl/cimi-c

[PATCH 4/8] Site (CIMI cURL examples)- fixed typos in working with machines Templates

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-machines.md |2 +- site/output/cimi-curl/cimi-curl-machines.html |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/cimi-curl/cimi-curl-machines.md b/site/content/cimi-curl/cimi-curl-machines.md ind

[PATCH 3/8] Site (CIMI cURL examples)- fixed typos in working with machinesImages

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-machines.md |4 ++-- site/output/cimi-curl/cimi-curl-machines.html |8 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/content/cimi-curl/cimi-curl-machines.md b/site/content/cimi-curl/cimi-curl-machine

[PATCH 2/8] Site (CIMI cURL examples)- fixed typos in working with machines

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-machines.md |6 +++--- site/output/cimi-curl/cimi-curl-machines.html |2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/cimi-curl/cimi-curl-machines.md b/site/content/cimi-curl/cimi-curl-machines.md

[PATCH 1/8] Edited site - CIMI cURL examles for creating a volumeImage. Added :bootable. It's required to create volumeImage.

2013-03-20 Thread martha . c . chumo
From: NjeriChelimo --- site/content/cimi-curl/cimi-curl-volumes.md |4 +-- site/output/cimi-curl/cimi-curl-volumes.html |4 +-- site/output/contact.html | 48 -- 3 files changed, 19 insertions(+), 37 deletions(-) diff --git a/site/content/c

[jira] [Created] (DTACLOUD-519) 500 error - deleting volume Template

2013-03-20 Thread Martha Chumo (JIRA)
Martha Chumo created DTACLOUD-519: - Summary: 500 error - deleting volume Template Key: DTACLOUD-519 URL: https://issues.apache.org/jira/browse/DTACLOUD-519 Project: DeltaCloud Issue Type: Bu