OpenNebulaConf2013: Extended keynote lineup and deadline for talk proposals

2013-06-05 Thread Daniel Molina
you will consider attending to this conference, there is only 10 days left to submit talk proposals (the deadline is June 15th). We are looking forward to welcoming you personally in Berlin!. -- Join us at OpenNebulaConf2013 <http://opennebulaconf.com/> in Berlin, 24-26 September, 2013 --

OpenNebula Conference, September 24..26th in Berlin

2013-05-09 Thread Daniel Molina
with users and developers. Details can be found here: http://blog.opennebula.org/?p=4501 Thanks -- Join us at OpenNebulaConf2013 <http://opennebulaconf.com/> in Berlin, 24-26 September, 2013 -- Daniel Molina Project Engineer OpenNebula - The Open Source Solution for Data Cente

[jira] [Commented] (DTACLOUD-304) OpenNebula driver: GET /api/instances, GET /api/images throw 502 errors

2012-08-27 Thread Daniel Molina (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13442584#comment-13442584 ] Daniel Molina commented on DTACLOUD-304: I guess you are testing using

Re: Poor performance with open nebula driver

2012-07-19 Thread Daniel Molina
NNING", "STOPPED" => "STOPPED", "SUSPENDED" => "STOPPED", "DONE" => "FINISHED", "FAILED"=> "FINISHED" -->8- BTW, thanks for appl

Re: Poor performance with open nebula driver

2012-07-12 Thread Daniel Molina
Hi Marios, On 12 July 2012 11:16, mar...@redhat.com wrote: > 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. >&

Re: Poor performance with open nebula driver

2012-07-11 Thread Daniel Molina
;>>> clients can get the version of the server and adapt themselves to it. >>>>> >>>>> BTW, in OpenNebula.org we only support the last stable release, and >>>>> encourage people to upgrade. The next stable release (3.6) is scheduled >>>>> for >>>>> next week. This will make OpenNebula 3.2 two versions behind the last >>>>> stable. So I think we could just update the driver to use verbose mode, >>>>> and >>>>> throw an exception if the call is not supported. >>>> >>>> I meant: what's the patch that should be committed to the Deltacloud >>>> driver for OpenNebula ? >>>> >>>> I don't think we should just throw an exception, I'd rather the driver >>>> is smart enough to fall back to the (slow) way of doing things it's >>>> doing now if the ON instance doesn't support the verbose query param. >>>> >>>> David >>>> >>>> >>> >>> >> >> > > -- Daniel Molina Project Engineer OpenNebula - The Open Source Solution for Data Center Virtualization www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula

Re: Poor performance with open nebula driver

2012-06-29 Thread Daniel Molina
es(credentials, opts=nil) occi_client = new_client(credentials) -xml = treat_response(occi_client.get_vms) +xml = treat_response(occi_client.get_vms(true)) # TBD Add extended info in the pool instances = REXML::Document.new(xml).root.elements.map do |d| - vm_id = d.at

Re: [PATCH] Fix minor bugs in OpenNebula driver

2012-02-29 Thread Daniel Molina
master) $ git am /tmp/0001-Fix-minor-bugs-in-OpenNebula-driver.patch Applying: Fix minor bugs in OpenNebula driver dmolina:[~/deltacloud](master) $ git log commit 384cd59218422eb5c07a1ac545ed2d7ae62fc42d Author: Daniel Molina Date: Tue Feb 28 17:34:49 2012 +0100 Fix minor bug

Re: [PATCH] Fix minor bugs in OpenNebula driver

2012-02-29 Thread Daniel Molina
master) $ git am /tmp/0001-Fix-minor-bugs-in-OpenNebula-driver.patch Applying: Fix minor bugs in OpenNebula driver dmolina:[~/deltacloud](master) $ git log commit 384cd59218422eb5c07a1ac545ed2d7ae62fc42d Author: Daniel Molina Date: Tue Feb 28 17:34:49 2012 +0100 Fix minor bug

[PATCH] Fix minor bugs in OpenNebula driver

2012-02-28 Thread Daniel Molina
From: Daniel Molina This patch fixes some minor bugs in the OpenNebula driver: * Add verbose mode to the instance_type request * Add hardware_profiles to all the images. If this parameter is not defined, the GUI will crash when trying to show an image. * Fix addresses typo Signed-off-by: Daniel

Re: OpenNebula driver for OpenNebula 3.x API

2012-02-16 Thread Daniel Molina
On 15 February 2012 10:16, mar...@redhat.com wrote: > 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

Re: [PATCH] Update OpenNebula driver to 3.x

2012-02-08 Thread Daniel Molina
On 8 February 2012 17:27, mar...@redhat.com wrote: > On 08/02/12 18:10, Daniel Molina wrote: >> Hi all, >> >> Here is the patch I promised you (Marios and Michal) to send at >> FOSDEM. It was nice to meet you there and to see great presentations, >>

[jira] [Updated] (DTACLOUD-140) Update OpenNebula driver to 3.x

2012-02-08 Thread Daniel Molina (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Molina updated DTACLOUD-140: --- Labels: patch (was: ) Summary: Update OpenNebula driver to 3.x (was: Update

[jira] [Created] (DTACLOUD-140) Update OpenNebula to 3.x

2012-02-08 Thread Daniel Molina (Created) (JIRA)
Update OpenNebula to 3.x Key: DTACLOUD-140 URL: https://issues.apache.org/jira/browse/DTACLOUD-140 Project: DeltaCloud Issue Type: Improvement Components: Server Reporter: Daniel Molina

[jira] [Updated] (DTACLOUD-140) Update OpenNebula to 3.x

2012-02-08 Thread Daniel Molina (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DTACLOUD-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Molina updated DTACLOUD-140: --- Attachment: 0001-Update-OpenNebula-driver-to-3.x.patch This patch is a big update to the

[PATCH] Update OpenNebula driver to 3.x

2012-02-08 Thread Daniel Molina
. If you have any comments on the patch or the OpenNebula functionality do not hesitate to ask me. Kind regards -- Daniel Molina Project Engineer OpenNebula - The Open Source Toolkit for Data Center Virtualization www.OpenNebula.org | dmol...@opennebula.org | @OpenNebula