Re: [PATCH 1/2] Adds CIMI::VolumeImage to server.rb (index/show)

2011-11-25 Thread mar...@redhat.com
. Thank you, -- Ladislav On Friday, November 25, 2011 at 1:07 PM, mar...@redhat.com wrote: From: marios mar...@redhat.com (mailto:mar...@redhat.com) Signed-off-by: marios mar...@redhat.com (mailto:mar...@redhat.com) --- server/lib/cimi/server.rb | 28 1

Re: [PATCH 1/2] Adds CIMI::VolumeImage to server.rb (index/show)

2011-11-25 Thread mar...@redhat.com
Please ignore these 2 patches, obsoleted by newer series CIMI::Volume creation sent 25th November that includes and builds on thses On 25/11/11 14:07, mar...@redhat.com wrote: From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com --- server/lib/cimi/server.rb | 28

Re: CIMI Network Models

2012-01-13 Thread mar...@redhat.com
On 06/01/12 18:41, mar...@redhat.com wrote: Start of implementation of CIMI Networking models - only Network and associated configs/template for now. These are mainly placeholders - include the attributes but methods are to be filled in later. More models will follow next week and we

Re: [PATCH core 6/6] CIMI: Fixed Cucumber tests to reflect latest changes

2012-01-17 Thread mar...@redhat.com
ack but, i'm getting failing scenarios - though these are definitely not related to this patch... Failing Scenarios: cucumber tests/cimi/features/machines.feature:27 # Scenario: Stopping created Machine entity cucumber tests/cimi/features/machines.feature:34 # Scenario: Starting created Machine

Re: [PATCH core 1/6] CIMI: Simplified the create method in CloudEntryPoint

2012-01-17 Thread mar...@redhat.com
nack - sorry mate logic error inline (though may also be ruby version related - I am on 1.8.7): On 17/01/12 13:52, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com snip private diff --git a/server/lib/cimi/model/entity_metadata.rb

Re: [PATCH core 3/6] CIMI: Added all_uri() helper to map links from various CIMI entities to URI hash

2012-01-17 Thread mar...@redhat.com
ack - all_uri is a nice idea - though it does make the code a little harder to follow for first timers... (passing context to model base class and calling the find(:all) from there...) On 17/01/12 13:52, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal

Re: [PATCH core] EC2: Added initial support for CloudWatch via new Metric collection

2012-01-18 Thread mar...@redhat.com
ack (minor typo needs fixing before push - server wouldn't start): On 18/01/12 15:27, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com snip Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/config/drivers/ec2.yaml |8

Re: [PATCH core 4/4] Mock: Fixed some failing Cucumber scenarios

2012-01-23 Thread mar...@redhat.com
ack to series, minor nits: after this patch 4/4 i ran rake cucumber:mock:test and got 1 error - same as the fix for 'storage_volumes' you have here, there is one more place it's needed at tests/mock/instances.feature line 19 (Scenario: Listing current instances) also 1/4 gave me whitespace

Re: Client fixes and improvements

2012-01-24 Thread mar...@redhat.com
ack rake spec == Finished in 4.49 seconds 69 examples, 0 failures On 24/01/12 13:31, mfoj...@redhat.com wrote: Hi, this patch is fixing some old fixtures and rspec test we have in client directory. All rspec tests should be now green against latest API. In addition this patch adds

Re: [VOTE] release deltacloud 0.5.0, rc2

2012-01-31 Thread mar...@redhat.com
On 31/01/12 12:00, Michal Fojtik wrote: On Jan 31, 2012, at 2:28 AM, David Lutterkort wrote: +1 for RC2. -- Michal +1 RC2 marios Hi all, I am pleased to announce the RC2 for Deltacloud 0.5.0. The rc is at http://people.apache.org/~lutter/deltacloud/0.5.0/rc1/ Please vote on

Re: [PATCH core] RHEV-M: Switched to rbovirt gem

2012-02-08 Thread mar...@redhat.com
ACK but as we said please remember to: On 08/02/12 13:26, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com + params[:memory] = (opts[:hwp_memory] * 1024 * 1024) if opts[:hwp_memory] opts[:hwp_memory].to_i cos 1.8.7 doesn't like it + params[:cores] =

Re: OpenNebula driver for OpenNebula 3.x API

2012-02-15 Thread mar...@redhat.com
On 15/02/12 10:58, Michal Fojtik wrote: On Feb 14, 2012, at 2:25 PM, mar...@redhat.com wrote: Patch 1/3 is the updated driver, contributed by Daniel Molina - https://issues.apache.org/jira/browse/DTACLOUD-140 Patch 2/3 is a minor edit to allow use of the 'API_PROVIDER' variable

Re: [PATCH core] Core: Added hardware_profiles to Image model. The list of profiles should indicate compatibility for given Image with Hardware Profile

2012-02-15 Thread mar...@redhat.com
ACK also consider including this small patch to add hardware profile display for images/show.html.haml: From 4e7c15c039d3f973b676e440eba15dd60316000a Mon Sep 17 00:00:00 2001 From: marios mar...@redhat.com Date: Wed, 15 Feb 2012 12:00:08 +0200 Subject: [PATCH 2/2] Adds hardware_profiles view

Re: [PATCH 3/3] Updated openstack driver for openstack compute v2.0 API (openstack compute release 'diablo')

2012-02-28 Thread mar...@redhat.com
many thanks for taking the time. Comments inline (and new patches on list with the fixes below): On 24/02/12 02:06, David Lutterkort wrote: Hi Marios, On Thu, 2012-02-23 at 15:28 +0200, mar...@redhat.com wrote: From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com

Re: [PATCH 1/2] Rimuhosting driver: fix syntax errors

2012-03-02 Thread mar...@redhat.com
ack On 02/03/12 02:02, lut...@redhat.com wrote: From: David Lutterkort lut...@redhat.com --- .../drivers/rimuhosting/rimuhosting_client.rb | 17 + .../drivers/rimuhosting/rimuhosting_driver.rb |2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff

Re: [PATCH core 1/2] CIMI: Removed HTML error templates

2012-03-06 Thread mar...@redhat.com
ACK... of course and as we discussed, getting rid of html templates will mean error for anyone trying to access CIMI via browser. We need to get rid of all cases where html is generated for client for cimi. may require defining new application_helper methods under

Re: [PATCH core] RHEV-M: Properly capture the RHEV-M error for user_data (DTACLOUD-153)

2012-03-07 Thread mar...@redhat.com
ACK On 05/03/12 17:14, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Previosly when client launched an instance and use user_data attribute against RHEV-M provider that does not have floppyinject hook installed, client got an 'Unhandled exception' error with 500 (Internal

Re: [PATCH core] Core: Added user_name and user_description feature for images collection (DTACLOUD-122)

2012-03-12 Thread mar...@redhat.com
ACK - slight nit/clarification: On 09/03/12 19:51, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Previously all drivers that support creating images from instances automatically accepted :name and :description parameters. However in VSphere those parameters are ignored

Re: [PATCH core 1/6] RHEV-M: Return 400 when API_PROVIDER is not set

2012-03-13 Thread mar...@redhat.com
ACK series On 13/03/12 15:42, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- .../lib/deltacloud/drivers/rhevm/rhevm_driver.rb |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] CIMI - slight hack to prefer content_type of xml when CIMI frontend is being used (and client specifies this as accepted type)

2012-03-14 Thread mar...@redhat.com
On 13/03/12 23:11, David Lutterkort wrote: On Tue, 2012-03-13 at 18:17 +0200, mar...@redhat.com wrote: From: marios mar...@redhat.com HTML views for CIMI are being phased out... Signed-off-by: marios mar...@redhat.com --- server/lib/sinatra/rack_accept.rb | 10 +++--- 1 files

Re: [PATCH 3/3] CIMI: separates the CIMI mocking methods to a new file for cleanness

2012-03-16 Thread mar...@redhat.com
driver) first -still vsp and then all the create/delete ops -- michal Michal Fojtik http://deltacloud.org mfoj...@redhat.com On Mar 15, 2012, at 4:59 PM, mar...@redhat.com wrote: From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com --- server/lib/deltacloud

Re: [PATCH core 1/4] VSphere: The 'ToolsUnavailable' exception is now reported as backend error

2012-03-20 Thread mar...@redhat.com
ack series On 20/03/12 13:23, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Previously the ToolsUnavailable exception from VSPhere was reported as error 500 (Internal Server Error), which isn't correct. This exception is caused by lack of VMWare tools in machine. These

Re: [PATCH core 1/6] Client: Handle 301 correctly for API entrypoint

2012-03-20 Thread mar...@redhat.com
ack series On 20/03/12 15:28, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- client/lib/deltacloud.rb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/lib/deltacloud.rb

Re: destroy has to include stopping? how to not support reboot?

2012-04-03 Thread mar...@redhat.com
Hi Dies: On 02/03/12 02:31, Koper, Dies wrote: The API documentation has: destroy Stop the instance and completely destroy it FGCP's destroy equivalent does not stop it first. I first need to stop it, wait until it's stopped, then destroy it (may even have to detach resources

Re: combining automatic state transistions with actioned transistions OK?

2012-04-03 Thread mar...@redhat.com
On 02/03/12 02:46, Koper, Dies wrote: Please review this subset of transitions for FGCP. Is the pending-:finish valid here? start.to( :pending ) .on( :create ) # new instances do not start automatically pending.to( :stopped ).automatically # after creation

Re: [PATCH 2/2] Instance states: settle on fixed set of possible states/actions

2012-04-05 Thread mar...@redhat.com
bump (can't find the commit in git log - thanks to Dies Kopper) On 02/03/12 02:02, lut...@redhat.com wrote: From: David Lutterkort lut...@redhat.com We now enforce that each driver only uses instance states and actions that come from the approved list of such entities. This helps guard

Re: outstanding issues with FGCP driver

2012-05-03 Thread mar...@redhat.com
Hi Dies: prelim. notes: * Image description isn't being captured - could well be that this doesn't exist but I noticed :description = img['description'][0].to_s in 'def images' so i note it here in case * Portal *does* work for google chrome. It was helpful to match the portal view with what

Re: [jira] [Updated] (DTACLOUD-210) various small GUI improvements: use hyperlinks for FWs and volumes in instances, allow name to be specified for new volumes, display name when available, don't use

2012-05-17 Thread mar...@redhat.com
bump - after request from Dies - I'll try looking at this and others tomorrow On 04/05/12 09:16, Dies Koper (JIRA) wrote: [ https://issues.apache.org/jira/browse/DTACLOUD-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dies Koper updated DTACLOUD-210:

Re: [jira] [Created] (DTACLOUD-212) add run_on_instance support to mock driver

2012-05-17 Thread mar...@redhat.com
bump On 10/05/12 06:30, Dies Koper (JIRA) wrote: Dies Koper created DTACLOUD-212: --- Summary: add run_on_instance support to mock driver Key: DTACLOUD-212 URL: https://issues.apache.org/jira/browse/DTACLOUD-212

Re: [jira] [Created] (DTACLOUD-213) storage volume 'kind' attribute with FGCP

2012-05-17 Thread mar...@redhat.com
bump On 16/05/12 10:24, Dies Koper (JIRA) wrote: Dies Koper created DTACLOUD-213: --- Summary: storage volume 'kind' attribute with FGCP Key: DTACLOUD-213 URL: https://issues.apache.org/jira/browse/DTACLOUD-213

Re: [PATCH core 2/2] Core: Fixed displaying drivers using deltacloudd --drivers

2012-05-28 Thread mar...@redhat.com
ACK both On 28/05/12 11:52, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/bin/deltacloudd|4 ++-- server/lib/deltacloud/core_ext.rb |8 2 files changed, 10 insertions(+), 2

Re: [PATCH core 1/3] Ec2: Added minitest suite for EC2 driver using VCR recording

2012-06-04 Thread mar...@redhat.com
: ... Finished tests in 0.00s, inf tests/s, inf assertions/s. 143 tests, 5256 assertions, 0 failures, 0 errors, 0 skips On 04/06/12 13:54, mar...@redhat.com wrote: nack again - same problem... seems this is a problem for timecop itself: see https://github.com/jtrupiano

Re: [PATCH] Updates openstack driver to use the 'new' openstack gem Also updates the gemspec accordingly

2012-06-05 Thread mar...@redhat.com
On 05/06/12 17:20, Michal Fojtik wrote: On 06/05/12, mar...@redhat.com wrote: ACK. For some reason I can't see the commit message, but I guess is my mutt configuration problem. yes strange - i applied the email patch to new branch and could see commit message - no idea - also just

Re: [PATCH core 1/3] EC2: Added X-Deltacloud-Driver and X-Deltacloud-Provider to HTTP response headers

2012-06-07 Thread mar...@redhat.com
nack - patches apply fine; need to add 'nokogiri-diff' to the .gemspec I got 2 errors from tests; trace: # On branch Michal_EC2_Frontend_Tests nothing to commit (working directory clean) [marios@name server]$ rake test:aws NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It

Re: [mfoj...@redhat.com: Site update]

2012-06-18 Thread mar...@redhat.com
ACK great work Dagmar! On 12/06/12 15:41, Michal Fojtik wrote: Date: Tue, 12 Jun 2012 14:33:28 +0200 From: Michal Fojtik mfoj...@redhat.com To: dev@deltacloud.apache.org Subject: Site update Hi, After few weeks of preparing the new site update it is finally done. The attached patch

Re: [VOTE] release deltacloud 1.0.0, rc1

2012-06-19 Thread mar...@redhat.com
+1 for release v 1.0.0 On 16/06/12 19:24, Francesco Vollero wrote: +1 from milan train station Sent from iPad Il giorno 16/giu/2012, alle ore 11:30, Michal Fojtik m...@mifo.sk ha scritto: +! from China :-) -- Michal On Fri, Jun 15, 2012 at 11:59 PM, David Lutterkort

[VOTE][RESULT] release deltacloud 1.0.0, rc1

2012-06-19 Thread mar...@redhat.com
The vote for releasing Deltacloud v 1.0.0 rc1 [1] ended in five +1, no 0 or -1. Three +1 votes were cast by PMC members (David Lutterkort, Michal Fojtik, Marios Andreou). Thus, the release of Deltacloud 1.0.0 rc1 is approved. A separate mail will follow with the announcement and links to the

Re: add new Driver

2012-07-05 Thread mar...@redhat.com
Ciao Roberto, On 05/07/12 14:04, deltacloud wrote: Dear DeltCloud, we have created a new driver to manage our Cloud (cloudAruba.it) using your amazing API. awesome... is the cloud service still under construction? (trying to get to cloudaruba.it gave me Il Redirect del dominio non รจ stato

Re: [PATCH core] Core: Replaced 'check_capability' method with Sinatra::Base 'set' method

2012-07-10 Thread mar...@redhat.com
ACK - solves issue reported in https://issues.apache.org/jira/browse/DTACLOUD-254 On 10/07/12 15:39, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com The 'check_capability' method set a class variable in Sinatra::Rabbit to a lambda that was evaluated when server was starting.

Re: [PATCH core] Core: Replaced 'check_capability' method with Sinatra::Base 'set' method

2012-07-10 Thread mar...@redhat.com
side note - this worked for me even with sinatra-rabbit 1.0.6... not sure if that's expected (noticed your instructions) On 10/07/12 15:43, mar...@redhat.com wrote: ACK - solves issue reported in https://issues.apache.org/jira/browse/DTACLOUD-254 On 10/07/12 15:39, mfoj...@redhat.com wrote

Re: Poor performance with open nebula driver

2012-07-10 Thread mar...@redhat.com
Hi Daniel, Ruben, I thought it'd be appropriate to add to this thread and revive the conversation; we've had a couple of bugs filed recently against the ON driver; I'd be really grateful if you could have a look: https://issues.apache.org/jira/browse/DTACLOUD-257

Re: Poor performance with open nebula driver

2012-07-11 Thread mar...@redhat.com
/documentation:archives:rel3.0:vm_guide_2 it seems that 'destroy only when running' is intended behaviour. Can you please confirm that? Thanks again for your support, marios On 10/07/12 19:55, mar...@redhat.com wrote: Hi Daniel, Ruben, I thought it'd be appropriate to add to this thread and revive

Re: Poor performance with open nebula driver

2012-07-12 Thread mar...@redhat.com
Hi Daniel - many thanks for taking a look - more inline: On 11/07/12 20:27, Daniel Molina wrote: Hi Marios and Christian, Thanks for testing and debugging the OpenNebula driver. On 11 July 2012 15:51, mar...@redhat.com mandr...@redhat.com wrote: On 11/07/12 15:52, mar...@redhat.com wrote

Re: [PATCH core 2/2] Core: Fixed memory leaks on ruby 1.8.7

2012-07-20 Thread mar...@redhat.com
ACK - though tests fail, I understand the point of these patches is to fix memory leak - trace for info (108 tests, 299 assertions, 5 failures, 1 errors, 0 skips): [marios@name server]$ bundle exec rake test NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed

Re: Initial API tests rewrite

2012-07-20 Thread mar...@redhat.com
/12 19:55, mar...@redhat.com wrote: Initial API tests rewrite - these are intended as 'black box' tests, i.e. to be pointed at a deltacloud API server running somewhere and interacting only with the API and not with deltacloud internals (as described in more detail http://piratepad.net

Re: Initial API tests rewrite

2012-07-23 Thread mar...@redhat.com
On 21/07/12 04:12, David Lutterkort wrote: Hi Marios, On Fri, 2012-07-20 at 19:55 +0300, mar...@redhat.com wrote: Initial API tests rewrite - these are intended as 'black box' tests, i.e. to be pointed at a deltacloud API server running somewhere and interacting only with the API

Re: [PATCH 2/2] API TESTS: adds images and instances tests

2012-08-02 Thread mar...@redhat.com
then the images tests are the likely culprit for the delay you are seeing. Lets talk about this some more when you are online, marios From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com --- tests/config.yaml | 19 ++- tests/deltacloud/base_api_test.rb |8

Re: [PATCH 2/4] API TESTS: adds images and instances tests

2012-08-03 Thread mar...@redhat.com
On 02/08/12 23:53, Ronelle Landy wrote: From: mar...@redhat.com To: dev@deltacloud.apache.org Sent: Thursday, August 2, 2012 11:07:39 AM Subject: [PATCH 2/4] API TESTS: adds images and instances tests From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com --- tests

Re: Launching into a VPC with the EC2 driver

2012-08-09 Thread mar...@redhat.com
On 09/08/12 01:23, David Lutterkort wrote: Hi, there are some people who would like to be able to launch instances into a specific subnet attached to their VPC in EC2. In looking at how to do this without going down the rathole of supporting everything related to VPC's, this is the plan

Re: Launch multiple instances?

2012-08-09 Thread mar...@redhat.com
On 09/08/12 09:50, krishna.kum...@wipro.com wrote: Hi, We are using Deltacloud in our current project. We want to launch multiple instances through REST API. How is this possible? We were unable to find supporting documents for this. Hi - yes you can do this - this feature is advertised

Re: [PATCH 1/2] API TESTS: refactoring of common code - avoid duplication

2012-08-10 Thread mar...@redhat.com
On 10/08/12 16:04, Michal Fojtik wrote: On Aug 9, 2012, at 3:02 PM, mar...@redhat.com wrote: ACK. Small nits inline. From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com --- tests/README | 15 tests/config.yaml | 10

Re: Very simple CIMI tests (rev 2)

2012-08-13 Thread mar...@redhat.com
ACK On 11/08/12 04:03, lut...@redhat.com wrote: A little more of the simple CIMI tests - as one can see from 5/6 and 6/6, the fact that responses can be either XML or JSON will led to a huge amount of (mindnumbing) duplication in the tests. We need some way to run the same tests over both the

Re: [PATCH core] Core: Unified the method parameters across all drivers to have consistent drivers API

2012-08-13 Thread mar...@redhat.com
nack - only because needs rebase (won't apply too old) On 23/05/12 00:38, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/lib/deltacloud/collections/images.rb|2 +-

Re: [PATCH core] CIMI: Wrapped all collections to Collection entity with entries

2012-08-13 Thread mar...@redhat.com
nack - inline: On 13/08/12 13:49, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/lib/cimi/models/address_collection.rb |2 +- .../lib/cimi/models/address_template_collection.rb |2 +-

Re: Errors with the OpenStack Driver

2012-08-22 Thread mar...@redhat.com
Hi Leander - I think you may have missed the original replies to I repeat here: On 08/17/2012 09:22 PM, David Lutterkort wrote: On Fri, 2012-08-17 at 13:48 +0100, Leander Bessa Beernaert wrote: I've been tasked to look at Deltacloud, in particular the OpenStack driver. I have a small OpenStack

Re: Errors with the OpenStack Driver

2012-08-22 Thread mar...@redhat.com
, Aug 22, 2012 at 11:45 AM, mar...@redhat.com mandr...@redhat.comwrote: Hi Leander - I think you may have missed the original replies to I repeat here: On 08/17/2012 09:22 PM, David Lutterkort wrote: On Fri, 2012-08-17 at 13:48 +0100, Leander Bessa Beernaert wrote: I've been tasked to look

Re: Firewall rules for OpenStack

2012-08-27 Thread mar...@redhat.com
Hi Leander: On 08/27/2012 04:57 PM, Leander Bessa Beernaert wrote: Hello, Are the firewall rules not available for the OpenStack driver or have they not been implemented yet? No - we added the 'security_groups' functionality to the newest version (1.0.3) of the ruby-openstack gem late last

Re: Help view the /api/docs

2012-08-27 Thread mar...@redhat.com
On 08/27/2012 07:21 PM, Leander Bessa Beernaert wrote: Hello, I am would like to have a complete listing of all the rest api invocations possible with deltacloud. According to the documentation that listing should be available at localhost:3001/api/docs/. However, i'm presented with a page

Re: Help view the /api/docs

2012-08-28 Thread mar...@redhat.com
On 08/27/2012 07:35 PM, Leander Bessa Beernaert wrote: @Mario i tried rake routes and this it what happend hmm strange -can you try again with --trace so I can see if there's something useful in the output? In the meantime, this is what you should be getting: [marios@name server]$ rake routes

Re: [HOWTO] Using Tracker (tracker.deltacloud.org)

2012-08-28 Thread mar...@redhat.com
On 08/28/2012 01:08 PM, Michal Fojtik wrote: Hi, I think the Tracker[1] advanced to level that it could be actually useful and working, so I want to provide a little how to start using it ;-) +1 thanks! now i have no excuses... we should put this on site too? So first, you need to

Re: [PATCH core 2/2] CIMI: Added more syntax sugar for add_collection_member

2012-09-05 Thread mar...@redhat.com
On 05/09/12 16:15, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com * This patch also moves this to CIMI::Model::Base instead of schema to make sure the updated schema is the model schema. Signed-off-by: Michal fojtik mfoj...@redhat.com ---

Re: [PATCH core 2/2] CIMI: Added more syntax sugar for add_collection_member

2012-09-06 Thread mar...@redhat.com
On 06/09/12 02:58, David Lutterkort wrote: On Wed, 2012-09-05 at 15:15 +0200, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com * This patch also moves this to CIMI::Model::Base instead of schema to make sure the updated schema is the model schema. Signed-off-by: Michal

Re: [PATCH] Core: Replaced obsoleted convert_to_json with xml_to_json helper in firewalls

2012-09-06 Thread mar...@redhat.com
ACK good catch and grep tells me we've missed a few more places that still do 'convert_to_json'. Nakagawa-san do you have a signed Apache CLA ([1],[2])? We can only commit contributions whose author has a signed CLA - if you don't already have one please contact me if you need any

Re: Large file ( 5GB) support with openstack swift back end

2012-09-10 Thread mar...@redhat.com
Hi Todd: On 09/09/12 10:21, Todd Loeber wrote: I have been looking at deltacloud with swift as the back end provider and it looks like the deltacloud/swift combination doesn't support uploading files larger than 5GB. According to the following documentation:

Re: [PATCH] Openstack driver - adds forced_authentication for /api... checks whether Openstack provider supports buckets collection (is swift service deployed?)

2012-09-14 Thread mar...@redhat.com
see what you think of http://tracker.deltacloud.org/set/62 (notes/intro are on the patches sent to this mailing list) marios On 14/09/12 11:33, mar...@redhat.com wrote: Hi David - thanks for having a look - more inline: On 13/09/12 23:18, David Lutterkort wrote: On Wed, 2012-09-12 at 15:32

Re: [PATCH] Fix Openstack 'stop' behaviour - wasn't setting state correctly

2012-09-26 Thread mar...@redhat.com
On 25/09/12 19:21, David Lutterkort wrote: On Tue, 2012-09-25 at 12:21 +0300, mar...@redhat.com wrote: From: marios mar...@redhat.com thanks to Jan Provaznik Signed-off-by: marios mar...@redhat.com --- server/lib/deltacloud/drivers/openstack/openstack_driver.rb | 8 ++-- 1 file

Re: [PATCH core 2/2] Google: Capture 401 and 409 errors

2012-09-26 Thread mar...@redhat.com
ACK [marios@name server]$ rake test:drivers:google Run options: # Running tests: Finished tests in 1.083920s, 7.3806 tests/s, 29.5225 assertions/s. 8 tests, 32 assertions, 0 failures, 0 errors, 0 skips On 26/09/12 14:10, mfoj...@redhat.com wrote: From: Michal Fojtik

Re: fgcp not accessible anymore on /api

2012-10-08 Thread mar...@redhat.com
Hi Dies: On 08/10/12 03:55, Koper, Dies wrote: With the DC frontend using fgcp, the server is giving me error messages on http://localhost:3001/api. If I go to the operations directly, like http://localhost:3001/api/instances, they work fine. yes, sorry about that. It's due to a change in

Re: [VOTE] release deltacloud 1.0.4, rc1

2012-10-09 Thread mar...@redhat.com
On 09/10/12 01:56, David Lutterkort wrote: Hi all, I am pleased to announce the RC1 for Deltacloud 1.0.4. The rc is at http://people.apache.org/~lutter/deltacloud/1.0.4/rc1/ Please vote on the release candidate by Tuesday, 2012-10-11 16:00 PST (please vote on the release by Thursday

Re: [PATCH core 1/3] Make DC compatible with webrick

2012-10-19 Thread mar...@redhat.com
ACK series - mem leak issue fixed - slight problem starting with webrick but michal is on it On 18/10/12 22:43, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/lib/sinatra/rack_logger.rb | 6 -- 1 file

Re: [PATCH] Add user-data support to openstack driver.

2012-11-02 Thread mar...@redhat.com
On 02/11/12 11:02, Michal Fojtik wrote: On 11/01/2012 08:51 PM, Ian Main wrote: ACK. hold on, am a bit confused. 'user-data' is already supported by the 'server personality' as documented in the API [1] ... is 'user-data' something different? marios [1]

Announcing Deltacloud Community Call

2012-11-02 Thread mar...@redhat.com
Hi we think it might be useful to have a weekly open/community call to discuss all things Deltacloud. The proposal is for 1 hour calls, the format of which is up for discussion. The idea right now is to have 2 'topics' per call; topics can be: 1. A presentation on a particular aspect - 'How do

Re: JSON in Firefox

2012-11-05 Thread mar...@redhat.com
On 02/11/12 23:33, David Lutterkort wrote: Hi, I just stumbled across the JSONView Firefox addon[1] - it makes looking at JSON output from the server a _ton_ nicer. I highly recommend it. +1 this is nice - perhaps we'll start paying a bit more attention to the json output now ;) David

Re: [PATCH] Add user-data support to openstack driver.

2012-11-07 Thread mar...@redhat.com
On 06/11/12 21:33, Ian Main wrote: On Fri, Nov 02, 2012 at 11:07:16AM +0200, mar...@redhat.com wrote: On 02/11/12 11:02, Michal Fojtik wrote: On 11/01/2012 08:51 PM, Ian Main wrote: ACK. hold on, am a bit confused. 'user-data' is already supported by the 'server personality' as documented

Re: [PATCH 3/3] CIMI - default to a content type for response when cimi request

2012-11-07 Thread mar...@redhat.com
self.NACK (reason inline) :) On 07/11/12 10:22, mar...@redhat.com wrote: From: marios mar...@redhat.com Signed-off-by: marios mar...@redhat.com --- server/lib/sinatra/rack_accept.rb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/lib/sinatra

Re: [PATCH] Add user-data support to openstack driver.

2012-11-08 Thread mar...@redhat.com
On 07/11/12 17:36, Ian Main wrote: On Wed, Nov 07, 2012 at 11:10:40AM +0200, mar...@redhat.com wrote: On 06/11/12 21:33, Ian Main wrote: On Fri, Nov 02, 2012 at 11:07:16AM +0200, mar...@redhat.com wrote: On 02/11/12 11:02, Michal Fojtik wrote: On 11/01/2012 08:51 PM, Ian Main wrote: ACK

Re: CIMI Tests: some more collection tests

2012-11-08 Thread mar...@redhat.com
On 07/11/12 02:48, lut...@redhat.com wrote: These patches are a rework of Marios' patch series Initial Networks API (black box) tests for CIMI and replace it The apply on current HEAD, not on top of Marios' patches David ACK

[ANNOUNCE] Deltacloud Community Call

2012-11-09 Thread mar...@redhat.com
for Deltacloud - process, what to report, following up. - VOTES +1(anna), +1(james) The call in details are on the etherpad - I will arrange an elluminate session if necessary (depending on topics) and send a reminder together with the agenda before the call. All are welcome! On 02/11/12 14:50, mar

Re: [PATCH 4/8] CIMI: toplevel collections must have a resourceURI attr in XML

2012-11-09 Thread mar...@redhat.com
cc'ing Doug Davis here - Doug should I open a Mantis for this? (seems like minor editorial) IMO, $subject isn't very clear in the spec... section 4.1.4 Media Types : In the JSON serialization of CIMI representations sent by Providers there shall be an additional attribute on the root object

Re: [PATCH core 3/5] CIMI: Fixed format of capacity property, removed obsolete properties

2012-11-12 Thread mar...@redhat.com
ACK - minor nit inline before push: On 12/11/12 13:34, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com * guestInterface, supportSnapshots removed * capacity is now 1.0.1 compliant Signed-off-by: Michal fojtik mfoj...@redhat.com ---

Re: [PATCH core 4/5] CIMI: Return Location headers after Machine create

2012-11-12 Thread mar...@redhat.com
ACK On 12/11/12 13:34, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/lib/cimi/collections/machines.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/server/lib/cimi/collections/machines.rb

Re: [VOTE] release deltacloud 1.0.5, rc1

2012-11-13 Thread mar...@redhat.com
On 12/11/12 22:12, Michal Fojtik wrote: Hi all, I am pleased to announce the RC1 for Deltacloud 1.0.5. The rc is at http://people.apache.org/~mfojtik/deltacloud/1.0.5/rc1/ Please vote on the release candidate by Tuesday, 2012-11-13 16:00 PST +1 Release marios KEYS:

Re: New AWS EC2 region: Sydney, Aust

2012-11-13 Thread mar...@redhat.com
On 13/11/12 12:27, Michal Fojtik wrote: On Nov 13, 2012, at 11:23 AM, Justin Clift jcl...@redhat.com wrote: Hi, It is easy, we just need to add this new region to: config/drivers/ec2.yaml Do you know what is the 'id' of this region? (like us-west-1, etc...) looks like

Re: Creating the ProfitBricks driver

2012-11-13 Thread mar...@redhat.com
Hey Florin: On 13/11/12 13:50, Florin Ardelian wrote: Hi folks, I began work on the ProfitBricks driver, but I had to halt because I found an inconsistency between the common models implemented by Deltacloud and the ProfitBricks model. ProfitBricks defines physical data centers as regions

Re: Enable 'storage volumes'

2012-11-20 Thread mar...@redhat.com
On 20/11/12 12:30, Florin Ardelian wrote: Hi guys, I have declared the methods needed to manipulate storages, but I don't have the Storage volumes option in the main menu. What am I missing? Thanks, Florin weird - if you define the storage_volumes methods like: def storage_volumes

Re: Enable 'storage volumes'

2012-11-20 Thread mar...@redhat.com
are the reported collections there? marios On Tue, Nov 20, 2012 at 12:50 PM, mar...@redhat.com mandr...@redhat.comwrote: On 20/11/12 12:30, Florin Ardelian wrote: Hi guys, I have declared the methods needed to manipulate storages, but I don't have the Storage volumes option

Re: [PATCH core] CIMI: Fixed various compatibility issues in CIMI client

2012-11-20 Thread mar...@redhat.com
ACK - though there are still some issues - but you could just patch ontop of these? i tried with mock driver as you suggested on irc - things that didn't work (but work with curl for example): 127.0.0.1 - - [20/Nov/2012 15:10:34] GET /cimi/machines/inst0/disks HTTP/1.1 404 461 0.0084 127.0.0.1 -

Re: [PATCH] Site: Add note about require_relative gem install for Deltacloud 1.0.5

2012-11-20 Thread mar...@redhat.com
ACK - thanks Ronelle! As this is a site change you need to include the generated output (do 'nanoc autocompile' under the /site directory). Then make sure to push to the svn repo (git-svn) as well as the usual git repo. ping me on irc (not sure if you're committer? If not, then I'll do this for

Re: [PATCH core 1/3] VSphere: Fixed typo that cause DC to return 404 for all instances

2012-11-21 Thread mar...@redhat.com
ack series On 21/11/12 13:15, mfoj...@redhat.com wrote: From: Michal Fojtik mfoj...@redhat.com Signed-off-by: Michal fojtik mfoj...@redhat.com --- server/lib/deltacloud/drivers/vsphere/vsphere_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Deltacloud Community Call #2

2012-11-21 Thread mar...@redhat.com
reply here or send e-mail to mfoj...@redhat.com or mar...@redhat.com with your google+ account email address. Also, I'll point out that if you do decide to join the call, being on camera is *entirely* optional. The hangout interface has a 'disable camera' button so you can just join the voice call

Re: Deltacloud Community Call #2

2012-11-22 Thread mar...@redhat.com
On 21/11/12 17:17, Michal Fojtik wrote: Hi, Is my pleasure to invite you all who are interested in Deltacloud API to join our community call that will be held on: Thursday, 22th November @ 1700 CET (Prague, Brno, GMT+1) (which means 0800 PST (US West Coast, GMT-8) or 1100 EST (US East

Re: [PATCH] added test for mock buckets

2012-11-26 Thread mar...@redhat.com
ACK thanks! - this is a great start marios On 24/11/12 19:06, martha.c.ch...@gmail.com wrote: From: njerichelimo martha.c.ch...@gmail.com --- server/tests/drivers/mock/buckets_test.rb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644

Re: [PATCH 2/2] added minitest can_create_bucket in mock driver

2012-11-26 Thread mar...@redhat.com
ACK not sure if it was my mail client - but your two patches arrived separately. You can use the --thread option for git send-mail: git send-mail --to dev@deltacloud.apache.org --thread /path/to/patches/*.patch this will create a mail thread with any patches under that directory. Also, you

Re: VMWare vCloud support

2012-11-28 Thread mar...@redhat.com
On 28/11/12 14:19, Michal Fojtik wrote: On 11/27, David Lutterkort wrote: Hi Josh, it seems there's some confusion here, as I am not aware of anybody working on a vCloud driver - we do have a vSphere driver, but nothing for vCloud. We have the Terremark driver which is kind of vCloud

[ANNOUNCE] Third Deltacloud Community Call

2012-11-28 Thread mar...@redhat.com
The third Deltacloud API Community call will be held on: Thursday, 29th November @ 1700 CET (Prague, Brno, GMT+1) (which means 0800 PST (US West Coast, GMT-8) or 1100 EST (US East Coast, GMT-5)) Anyone interested in the Deltacloud project is very welcome to join us. We are using Google+

Re: CIMI MachineVolumes collection attach/detach volume

2012-11-28 Thread mar...@redhat.com
On 28/11/12 14:24, Michal Fojtik wrote: On 11/28, mar...@redhat.com wrote: Nicely done. ACK to this series. I also prepared a patch[1] for Sinatra::Rabbit to support operations with same name but different HTTP method. But I think having a sub-collection here is better idea :-) Thanks

Re: CIMI MachineVolumes collection attach/detach volume

2012-11-29 Thread mar...@redhat.com
Hi: On 29/11/12 05:42, Ronelle Landy wrote: From: mar...@redhat.com mandr...@redhat.com To: dev@deltacloud.apache.org Cc: Michal Fojtik mfoj...@redhat.com Sent: Wednesday, November 28, 2012 12:24:28 PM Subject: Re: CIMI MachineVolumes collection attach/detach volume On 28/11/12 14:24

Re: [PATCH] CIMI - tests adding test points for CIMI Basics test plan

2012-11-29 Thread mar...@redhat.com
ACK - pushed On 29/11/12 08:02, rla...@redhat.com wrote: From: Ronelle Landy rla...@redhat.com --- tests/cimi/cep_test.rb| 40 tests/cimi/part2_test.rb | 83 + tests/cimi/part3_test.rb | 23 +++ tests/cimi/part4_test.rb | 147

Re: [ANNOUNCE] Third Deltacloud Community Call

2012-11-29 Thread mar...@redhat.com
On 28/11/12 18:06, mar...@redhat.com wrote: The third Deltacloud API Community call will be held on: Thursday, 29th November @ 1700 CET (Prague, Brno, GMT+1) (which means 0800 PST (US West Coast, GMT-8) or 1100 EST (US East Coast, GMT-5)) Anyone interested in the Deltacloud project

Re: Deltacloud CIMI interface

2012-11-30 Thread mar...@redhat.com
Hi Johannes: On 30/11/12 15:56, Johannes Watzl wrote: Dear all, I am approaching you on behalf of Zimory (www.zimory.com), a company in the field of cloud computing - cloud middleware. We are currently thinking of supporting Deltacloud together with offering CIMI as additional API. The

  1   2   3   >