[jira] [Commented] (DTACLOUD-525) Unable to perform operations on CIMI::Model

2013-04-05 Thread David Lutterkort (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13624303#comment-13624303 ] David Lutterkort commented on DTACLOUD-525: --- I started looking into it, and it

Re: deltacloud as a lib and broker

2013-04-05 Thread David Lutterkort
Hi Jan, On Fri, 2013-04-05 at 14:37 +0200, Jan Provazník wrote: > During this discussion we touched (again) the "Deltacloud as a lib" > topic, Michal asked me to send a mail here if we have a feature request. > If you look at the possible solutions (the link above), having this lib > would be h

[jira] [Assigned] (DTACLOUD-533) GET api/firewalls format=xml, errors: missing xml view

2013-04-05 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph J. VLcek reassigned DTACLOUD-533: Assignee: Joseph J. VLcek > GET api/firewalls format=xml, errors: missing xml

[jira] [Closed] (DTACLOUD-514) RHEVm - instance creation sets first boot to network

2013-04-05 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph J. VLcek closed DTACLOUD-514. Resolution: Fixed The attached patches resolve this issue: 0001-RHEVm-Provide-for-user-se

[jira] [Updated] (DTACLOUD-514) RHEVm - instance creation sets first boot to network

2013-04-05 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph J. VLcek updated DTACLOUD-514: - Attachment: 0002-Bump-rbovirt-version-to-0.0.19-in-gemspec.patch This patch supersedes

Re: deltacloud as a lib and broker

2013-04-05 Thread Michal Fojtik
On 04/05/2013 02:37 PM, Jan Provazník wrote: If it's rack mounted into an app which uses it, then it solves the problem with setting up separate daemon, but communication between app and DC is technically same as if it was separate service (so then TCP connection from the app to the mounted DC i

[PATCH 1/2] RHEVm - Provide for user selectable first boot device.

2013-04-05 Thread jvlcek
From: Joe VLcek The default first boot device has been changed in the rbovirt gem to hard disk, followed by network. This push allows the user to explicitly specify the first boot device as either netowrk or hard disk with the other becoming the second boot device. --- server/lib/deltacloud/driv

[PATCH 2/2] Bump rbovirt version to 0.0.19 in gemspec

2013-04-05 Thread jvlcek
From: Joe VLcek --- server/deltacloud-core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/deltacloud-core.gemspec b/server/deltacloud-core.gemspec index d0d6094..1e72667 100644 --- a/server/deltacloud-core.gemspec +++ b/server/deltacloud-core.gemspec @@ -92,7

RHEVm - Allow for user selectable 1st boot device (round 2)

2013-04-05 Thread jvlcek
2nd attempt The 1st attempt had an unnecessary fix for bundle failures for excon. This patch addresses: The default first boot device has been changed in the rbovirt gem to hard disk, followed by network. This push allows the user to explicitly specify the first boot device as either network or

Re: [PATCH core] Core: Add 'public_key' feature for :keys collection

2013-04-05 Thread Michal Fojtik
On 04/05/2013 10:28 AM, mar...@redhat.com wrote: On 04/04/13 19:14, mfoj...@redhat.com wrote: From: Michal Fojtik This feature indicate wheter cloud provider support uploading of custom PEM keys or not. we already have a 'import_key' feature - see openstack driver (same thing, import exist

Re: [PATCH] FGCP: use url_for helpers for Rabbit subcollections

2013-04-05 Thread Michal Fojtik
On 04/05/2013 05:30 AM, di...@fast.au.fujitsu.com wrote: ACK. -- Michal From: Dies Koper --- .../drivers/fgcp/fgcp_driver_cimi_methods.rb | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi

Re: travis build error

2013-04-05 Thread Michal Fojtik
On 04/05/2013 03:45 AM, Koper, Dies wrote: Thanks for reporting this Dies. We already fixed this issue. It was caused by new version of 'fog' which require newer excon. However this newer excon is not compatible with VCR ;-) (rubygems ftw ;-). I monkey-patched excon to be backward compatible

[jira] [Commented] (DTACLOUD-525) Unable to perform operations on CIMI::Model

2013-04-05 Thread Michal Fojtik (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13623934#comment-13623934 ] Michal Fojtik commented on DTACLOUD-525: 0001-I-have-no-idea-how-this-works.patc

[PATCH] Deltacloud - Tests - adding code to create load balancer needed for test

2013-04-05 Thread rlandy
From: Ronelle Landy --- tests/deltacloud/load_balancers_test.rb | 22 ++ 1 file changed, 22 insertions(+) diff --git a/tests/deltacloud/load_balancers_test.rb b/tests/deltacloud/load_balancers_test.rb index f975be8..2b27502 100644 --- a/tests/deltacloud/load_balancers_test.

[PATCH] CIMI: make destroy_system(credentials, id) method's signature consistent with destroy_instance's so that operation works on mock

2013-04-05 Thread diesk
From: Dies Koper --- server/lib/cimi/service/system.rb | 2 +- server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/lib/cimi/service/system.rb b/server/lib/cimi/service/system.

[jira] [Created] (DTACLOUD-533) GET api/firewalls format=xml, errors: missing xml view

2013-04-05 Thread Ronelle Landy (JIRA)
Ronelle Landy created DTACLOUD-533: -- Summary: GET api/firewalls format=xml, errors: missing xml view Key: DTACLOUD-533 URL: https://issues.apache.org/jira/browse/DTACLOUD-533 Project: DeltaCloud

[jira] [Updated] (DTACLOUD-525) Unable to perform operations on CIMI::Model

2013-04-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dies Koper updated DTACLOUD-525: Attachment: 0001-I-have-no-idea-how-this-works.patch 0005-CIMI-fix-system-operatio

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

2013-04-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dies Koper resolved DTACLOUD-520. - Resolution: Fixed I'm not sure what commit this was completed in, but in current master the add

[jira] [Created] (DTACLOUD-532) fgcp: storage_volumes (and cimi volumes collection) should not include system disks

2013-04-05 Thread Dies Koper (JIRA)
Dies Koper created DTACLOUD-532: --- Summary: fgcp: storage_volumes (and cimi volumes collection) should not include system disks Key: DTACLOUD-532 URL: https://issues.apache.org/jira/browse/DTACLOUD-532 P

Re: deltacloud as a lib and broker

2013-04-05 Thread jvlcek
On 04/05/2013 08:37 AM, Jan Provazník wrote: > Hi, > there was a discussion in the last weeks about the proposal to reduce > Conductor into a broker. Martin with Tomas wrote nice summary here: > https://github.com/aeolusproject/conductor/wiki/BrokerProject > > During this discussion we touched (aga

[PATCH] Fgcp: fix cimi system deletion: advertise op and ensure state becomes DELETING until gone

2013-04-05 Thread diesk
From: Dies Koper --- .../deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb | 15 ++- .../deltacloud/drivers/mock/mock_driver_cimi_methods.rb | 4 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/server/lib/deltacloud/drivers/fgcp/fgcp_driver_cimi_methods.rb

[jira] [Reopened] (DTACLOUD-514) RHEVm - instance creation sets first boot to network

2013-04-05 Thread Joseph J. VLcek (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph J. VLcek reopened DTACLOUD-514: -- Part of the fix was nack-ed. New solution coming... > RHEVm - instance

[jira] [Assigned] (DTACLOUD-525) Unable to perform operations on CIMI::Model

2013-04-05 Thread Dies Koper (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dies Koper reassigned DTACLOUD-525: --- Assignee: Dies Koper (was: David Lutterkort) > Unable to perform operations on CIMI::M

[PATCH] CIMI: fix system operations (start, stop) and use rabbit helpers for system subcollection urls

2013-04-05 Thread diesk
From: Dies Koper --- server/lib/cimi/collections/systems.rb | 24 -- server/lib/cimi/service/system.rb | 7 --- server/lib/cimi/service/system_address.rb | 5 +++-- server/lib/cimi/service/system_credential.rb | 5 +++-- serv

[jira] [Created] (DTACLOUD-531) Consider keeping Gemfile.lock in git

2013-04-05 Thread Joseph J. VLcek (JIRA)
Joseph J. VLcek created DTACLOUD-531: Summary: Consider keeping Gemfile.lock in git Key: DTACLOUD-531 URL: https://issues.apache.org/jira/browse/DTACLOUD-531 Project: DeltaCloud Issue Typ

Re: RHEVm - Allow for user selectable 1st boot device

2013-04-05 Thread jvlcek
On 04/04/2013 06:33 PM, David Lutterkort wrote: > On Thu, 2013-04-04 at 18:14 -0400, jvl...@redhat.com wrote: >> RHEVm - Provide for user selectable first boot device. >> >> The default first boot device has been changed in the rbovirt gem >> to hard disk, followed by network. This push allows the

deltacloud as a lib and broker

2013-04-05 Thread Jan Provazník
Hi, there was a discussion in the last weeks about the proposal to reduce Conductor into a broker. Martin with Tomas wrote nice summary here: https://github.com/aeolusproject/conductor/wiki/BrokerProject During this discussion we touched (again) the "Deltacloud as a lib" topic, Michal asked me

Re: [PATCH core] Core: Add 'public_key' feature for :keys collection

2013-04-05 Thread mar...@redhat.com
On 04/04/13 19:14, mfoj...@redhat.com wrote: > From: Michal Fojtik > > This feature indicate wheter cloud provider support > uploading of custom PEM keys or not. > we already have a 'import_key' feature - see openstack driver (same thing, import existing public key when you want to add to Keys