You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Young-Hyun (JIRA)" <ji...@apache.org> on 2012/06/06 17:43:24 UTC

[jira] [Commented] (VCL-590) Openstack Essex Module

    [ https://issues.apache.org/jira/browse/VCL-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290213#comment-13290213 ] 

Young-Hyun commented on VCL-590:
--------------------------------

I've uploaded two prototype versions of Openstack Modules: 

1. Openstack module using euca2ool
: It does not support the capture function due to the issue on 'euca-create-image' on Openstack Essex.
: Install euca2ool on your VCL management node

2. Openstack module using Nova APIs
: It supports both reservation and capture functions. 
: The file format for virtual machines must be "qcow2" file format for capture because nova image-create use "qemu-img snapshot" that does not support 'raw' file format of images.
: Install python-novaclient on your VCL management node

I've created one table for mapping openstack image name (uuid) to vcl image name (more readable)  but it's not necessary. 

                
> Openstack Essex Module
> ----------------------
>
>                 Key: VCL-590
>                 URL: https://issues.apache.org/jira/browse/VCL-590
>             Project: VCL
>          Issue Type: New Feature
>          Components: database, vcld (backend)
>    Affects Versions: 2.2.1
>         Environment: OpenStack Essex with Ubuntu 12.04 x64 server
>            Reporter: Young-Hyun
>         Attachments: openstack_euca2ool.pm, openstack_nova_api.pm
>
>
> The OpenStack module supports the VCL provisioning module for OpensStack Essex that is open source software for building private and public clouds (http://www.openstack.org/)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira