You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Ronelle Landy (Commented) (JIRA)" <ji...@apache.org> on 2012/03/20 22:39:38 UTC

[jira] [Commented] (DTACLOUD-95) EC2: report arch i386 for t1.micro even if instance is x86_64

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

Ronelle Landy commented on DTACLOUD-95:
---------------------------------------

In deltacloud-core-0.5.0-8 the t1.micro hardware profile is reported as:

<hardware_profile href='http://ibm-x3200m3-01.rhts.eng.bos.redhat.com:3005/api/hardware_profiles/t1.micro' id='t1.micro'>
    <name>t1.micro</name>
    <property kind='fixed' name='storage' unit='GB' value='160' />
    <property kind='enum' name='architecture' unit='label' value='i386'>
      <param href='http://ibm-x3200m3-01.rhts.eng.bos.redhat.com:3005/api/instances' method='post' name='hwp_architecture' operation='create' />
      <enum>
        <entry value='i386' />
        <entry value='x86_64' />
      </enum>
    </property>
    <property kind='fixed' name='cpu' unit='count' value='1' />
    <property kind='fixed' name='memory' unit='MB' value='645.12' />
  </hardware_profile>

                
> EC2: report arch i386 for t1.micro even if instance is x86_64
> -------------------------------------------------------------
>
>                 Key: DTACLOUD-95
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-95
>             Project: DeltaCloud
>          Issue Type: Bug
>            Reporter: David Lutterkort
>            Assignee: Marios Andreou
>         Attachments: 0001-Fix-for-Jira-DTACLOUD-95-t1.micro-hwp-instances-and-.patch
>
>
> The instance type t1.micro is available in both i386 and x86_64. We report t1.micro instances for either variant.
> The t1.micro HWP needs to have cpu changed to an enumeration, and that needs to be set correctly when creating the InstanceProfile

--
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