Return-Path: Delivered-To: apmail-incubator-libcloud-archive@minotaur.apache.org Received: (qmail 18883 invoked from network); 10 Apr 2011 00:59:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2011 00:59:46 -0000 Received: (qmail 35037 invoked by uid 500); 10 Apr 2011 00:59:46 -0000 Delivered-To: apmail-incubator-libcloud-archive@incubator.apache.org Received: (qmail 35009 invoked by uid 500); 10 Apr 2011 00:59:46 -0000 Mailing-List: contact libcloud-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: libcloud@incubator.apache.org Delivered-To: mailing list libcloud@incubator.apache.org Received: (qmail 35001 invoked by uid 99); 10 Apr 2011 00:59:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Apr 2011 00:59:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Apr 2011 00:59:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 037F39A381 for ; Sun, 10 Apr 2011 00:59:06 +0000 (UTC) Date: Sun, 10 Apr 2011 00:59:06 +0000 (UTC) From: "Tomaz Muraus (JIRA)" To: libcloud@incubator.apache.org Message-ID: <491386174.47368.1302397146011.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <257460976.39657.1302145145746.JavaMail.tomcat@hel.zones.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [libcloud] [jira] [Updated] (LIBCLOUD-77) Driver for Opsource.net Cloud API [ https://issues.apache.org/jira/browse/LIBCLOUD-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomaz Muraus updated LIBCLOUD-77: --------------------------------- Fix Version/s: 0.5.0 > Driver for Opsource.net Cloud API > --------------------------------- > > Key: LIBCLOUD-77 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-77 > Project: Libcloud > Issue Type: New Feature > Components: Compute, Core > Reporter: joe miller > Labels: drivers, opsource > Fix For: 0.5.0 > > Attachments: libcloud-opsource.patch, libcloud-opsource.patch > > > I have created a driver to work with the Opsource Cloud API 0.9.3. > All of the core libcloud functions are implemented. list_sizes() is the only strange one, because Opsource does not have the concept of picking sizes at creation time, so list_sizes() will always return one size. Instead, sizes are part of the images. Images can be resized after they are created. Pre-defined Opsource images ("base images" in opsource terms) are supported but "customer images" (snapshots) are not yet supported. > Some additional Opsource specific functions (eg: ex_list_networks()) have been included, but there are many more in the 0.9.3 api spec that have not been implemented yet, but I hope to in the future. > I merged in quite a lot of changes from trunk since I started working on this driver, but the tests all seem to pass. I have not implemented any pricing functions yet. > Feedback appreciated. > code is on github, in 'opsource-driver' branch: https://github.com/joemiller/libcloud -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira