You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Chris DeRamus (JIRA)" <ji...@apache.org> on 2014/01/02 15:25:59 UTC

[jira] [Commented] (LIBCLOUD-488) Add list_locations/list_sizes into Eucalyptus driver

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

Chris DeRamus commented on LIBCLOUD-488:
----------------------------------------

The DescribeInstanceTypes looks like this:

<euca:DescribeInstanceTypesResponseType xmlns:euca="http://msgs.eucalyptus.com/3.4.1">
    <euca:VmTypeMessage>
        <euca:_return>true</euca:_return>
        <euca:_services/>
        <euca:_disabledServices/>
        <euca:_notreadyServices/>
        <euca:_stoppedServices/>
    </euca:VmTypeMessage>
    <euca:instanceTypeDetails>
        <euca:item>
            <euca:name>m1.small</euca:name>
            <euca:cpu>1</euca:cpu>
            <euca:disk>5</euca:disk>
            <euca:memory>256</euca:memory>
            <euca:availability/>
            <euca:ephemeralDisk/>
        </euca:item>
        <euca:item>
            <euca:name>t1.micro</euca:name>
            <euca:cpu>1</euca:cpu>
            <euca:disk>5</euca:disk>
            <euca:memory>256</euca:memory>
            <euca:availability/>
            <euca:ephemeralDisk/>
        </euca:item>
    </euca:instanceTypeDetails>
</euca:DescribeInstanceTypesResponseType>

> Add list_locations/list_sizes into Eucalyptus driver
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-488
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-488
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Compute
>            Reporter: Chris DeRamus
>            Priority: Minor
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The Eucalyptus 3.4.x API exposes DescribeAvailabilityZones which can be used to build a NodeLocation instance. I will be implementing this call in the driver in place of what currently exists which is simply a implementation warning. 
> I will also add list_sizes to get flavor/instance type information for the Eucalyptus installation. This method will return a list of NodeSize instances. This call unfortunately isn't supported within their AWS API, so we will have to use the Eucalyptus specific namespace: http://msgs.eucalyptus.com/3.4.1.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)