Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Deltacloud developers Recent threads

Threads Replies First post Last post
Added support for dynamic provider listing
By: Mfojtik
Hi, This patchset is targeting the issue of having multiple datacenters for particular cloud providers (namely: RHEV-M and VSphere). https://teambox.com/projects/deltacloud/tasks/586718 This patch should support for 'dynamic' providers. For now…
2 Nov 10 2011
09:32
Nov 19 2011
12:06
Adds CIMI MachineAdmin model and spec/test
By: Marios
From: marios <mari### @redhat.com> Signed-off-by: marios <mar### @redhat.com> --- server/lib/cimi/model.rb | 1 + server/lib/cimi/model/machine_admin.rb | 26 +++++++++++++++++ …
1 Nov 18 2011
10:34
Nov 19 2011
12:03
PATCH core 1/2] Core: Fixed String core_ext to handle singularization of 'properties' kind of string
By: Mi
From: Michal Fojtik <mfo### @redhat.com> --- server/lib/deltacloud/core_ext/string.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/lib/deltacloud/core_ext/string.rb…
1 Nov 19 2011
11:57
Nov 19 2011
11:57
Created] (DTACLOUD-109) Launching an instance from image fails with IBM SBC
By: Andrea Decorte (Created) (JIRA)
Launching an instance from image fails with IBM SBC
0 Nov 19 2011
05:43
Nov 19 2011
05:43
Created] (DTACLOUD-107) Images not loading with IBM SBC
By: Andrea Decorte (Created) (JIRA)
Images not loading with IBM SBC
3 Nov 17 2011
04:25
Nov 19 2011
05:35
Joke: Added Nyan Cat formatter for Rspec
By: Mfojtik
Hi, As part of 'itsfriday' I added cure Nyan Cat[1] formatter[2] to Rakefile :-) You need to install the gem using: $ gem install nyan-cat-formatter Then apply this patch and run: $ rake spec [1] http://www.youtube.com/watch?v=QH2-TGUlwu4 [2]…
2 Nov 18 2011
10:21
Nov 18 2011
15:51
Core: Added nyan cat formatter (joke ;-)
By: Mfojtik
From: Michal Fojtik <mfo### @redhat.com> Signed-off-by: Michal fojtik <mfoj### @redhat.com> --- server/Rakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/Rakefile b/server/Rakefile index…
1 Nov 18 2011
10:20
Nov 18 2011
10:22
CIMI: Fixed properties vs property problem
By: Mfojtik
Hi, This patch should make our RSpec tests green for CIMI. After David suggestion I added new type to schema called 'hash' to deal with the incostistency between property and properties. Both should now serialize/deserialize correctly. --…
2 Nov 18 2011
07:32
Nov 18 2011
09:17
PATCH core 3/4] CIMI: Fixed properties syntax for JSON to be Hash
By: Mfojtik
From: Michal Fojtik <mfoj### @redhat.com> Signed-off-by: Michal fojtik <mfoj### @redhat.com> --- server/spec/cimi/data/machine_configuration.json | 2 +- server/spec/cimi/data/machine_image.json | 2 +- 2 files changed, 2…
1 Nov 18 2011
07:32
Nov 18 2011
09:17
PATCH core 2/4] Core: Fixed .pluralize to deal with values like 'property' => 'properties'
By: Mfojtik
From: Michal Fojtik <mfo### @redhat.com> Signed-off-by: Michal fojtik <mfo### @redhat.com> --- server/lib/deltacloud/core_ext/string.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git…
1 Nov 18 2011
07:32
Nov 18 2011
09:17
PATCH core 1/4] CIMI: Added possibility to run single spec for specified model in Rakefile
By: Mfojtik
From: Michal Fojtik <mfo### @redhat.com> Signed-off-by: Michal fojtik <mfoj### @redhat.com> --- server/Rakefile | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/server/Rakefile b/server/Rakefile index…
1 Nov 18 2011
07:32
Nov 18 2011
09:16
Created] (DTACLOUD-103) vSphere driver does not work when objects are grouped into folders
By: Javier Peña (Created) (JIRA)
vSphere driver does not work when objects are grouped into folders
4 Nov 11 2011
07:49
Nov 18 2011
08:51
Created] (DTACLOUD-108) RHEV-M user_data trouble
By: David Lutterkort (Created) (JIRA)
RHEV-M user_data trouble
1 Nov 17 2011
12:32
Nov 18 2011
04:33
RHEV-M: Added method to check if given RHEV-M setup has capability to inject user_data into instance
By: Mfojtik
From: Michal Fojtik <mfoj### @redhat.com> Signed-off-by: Michal fojtik <mfo### @redhat.com> --- .../lib/deltacloud/drivers/rhevm/rhevm_client.rb | 27 ++++++
0 Nov 18 2011
04:21
Nov 18 2011
04:21
Adds CIMI Volume model and spec data/test
By: Marios
From: marios <mar### @redhat.com> Signed-off-by: marios <mar### @redhat.com> --- server/lib/cimi/model.rb | 1 + server/lib/cimi/model/volume.rb | 31 ++++++++++++++++++++++++++++ …
1 Nov 18 2011
03:26
Nov 18 2011
03:40
CIMI: Fixed various inconsistencies between JSON and XML samples and revampled specs
By: Mfojtik
Hi, Thanks David for review and suggestion to move all assertions to single helper in order to check sanity between JSON->XML and vice versa serializations. Also I fixed various typos in XML and JSON samples and fixed wrong property types in…
5 Nov 16 2011
14:35
Nov 17 2011
12:48
Created] (DTACLOUD-106) Realms id not working correctly with IBM SBC
By: Andrea Decorte (Created) (JIRA)
Realms id not working correctly with IBM SBC
9 Nov 16 2011
14:56
Nov 17 2011
05:07
Fix filtering of realms for sbc driver
By: Marios
From: marios <mari### @redhat.com> https://issues.apache.org/jira/browse/DTACLOUD-106 Signed-off-by: marios <mari### @redhat.com> --- server/lib/deltacloud/drivers/sbc/sbc_driver.rb | 3 ++- 1 files changed, 2 insertions(+), 1…
1 Nov 17 2011
03:02
Nov 17 2011
04:59
PATCH core 1/4] CIMI: Added helper methods to check serialization and inconsistencies between JSON a
By: Mfojtik
From: Michal Fojtik <mfo### @redhat.com> --- server/spec/spec_helper.rb | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/server/spec/spec_helper.rb b/server/spec/spec_helper.rb index d046260..c8b41fc 100644…
1 Nov 16 2011
14:35
Nov 17 2011
04:47
More CIMI models
By: Mfojtik
Hi, This patches should add MachineImage and MachineConfiguration to new CIMI object model. There are few 'todo' items: 1. The '.properties/.property' is not correctly parsed when importing from JSON 2. In CIMI specification there is no…
13 Nov 14 2011
09:09
Nov 16 2011
14:28