Bug 797988 - MAC address reported instead of IP Address for instance launched to vsphere
Summary: MAC address reported instead of IP Address for instance launched to vsphere
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Angus Thomas
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-27 18:09 UTC by james labocki
Modified: 2012-02-27 18:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-27 18:22:41 UTC


Attachments (Terms of Use)
screenshot of MAC address instead of IP address (199.29 KB, image/png)
2012-02-27 18:09 UTC, james labocki
no flags Details
component.xml (8.32 KB, text/xml)
2012-02-27 18:09 UTC, james labocki
no flags Details

Description james labocki 2012-02-27 18:09:36 UTC
Created attachment 566117 [details]
screenshot of MAC address instead of IP address

Attached screenshot12.png and component.xml

When an instance was launched using this target_content.xml the MAC address is given instead of an IP address for the instance once it is launched.

<template_includes>
  <include target='vsphere' os='RHEL-6' version='1' arch='x86_64'>
    <packages>
      <package name='open-vm-tools'/>
    </packages>
    <repositories>
      <repository name='cf-tools-repo'>
        <url>http://download.lab.bos.redhat.com/rel-eng/CloudForms/1.0/2012-02-17.2/el6-tools/x86_64/</url>
        <signed>False</signed>
      </repository>
    </repositories>
  </include>
  <include target='vsphere' os='RHEL-6' version='1' arch='i386'>
    <packages>
      <package name='open-vm-tools'/>
    </packages>
    <repositories>
      <repository name='cf-tools-repo'>
        <url>http://download.lab.bos.redhat.com/rel-eng/CloudForms/1.0/2012-02-17.2/el6-tools/x86_64/</url>
        <signed>False</signed>
      </repository>
    </repositories>
  </include>
  <include target='rhevm' os='RHEL-6' version='1' arch='x86_64'>
    <packages>
      <package name='rhev-agent'/>
    </packages>
    <repositories>
      <repository name='cf-tools-repo'>
        <url>http://download.lab.bos.redhat.com/rel-eng/CloudForms/1.0/2012-02-17.2/el6-tools/x86_64/</url>
        <signed>False</signed>
      </repository>
    </repositories>
  </include>
  <include target='rhevm' os='RHEL-6' version='2' arch='x86_64'>
    <packages>
      <package name='rhev-agent'/>
    </packages>
    <repositories>
      <repository name='cf-tools-repo'>
        <url>http://download.lab.bos.redhat.com/rel-eng/CloudForms/1.0/2012-02-17.2/el6-tools/x86_64/</url>
        <signed>False</signed>
      </repository>
    </repositories>
  </include>
</template_includes>

Comment 1 james labocki 2012-02-27 18:09:57 UTC
Created attachment 566118 [details]
component.xml

Comment 2 james labocki 2012-02-27 18:22:41 UTC
disgregard - forgot to specify RHEL 6.2 for vsphere in target_content.xml

Comment 3 wes hayutin 2012-02-27 18:25:59 UTC
no longer possible in new builds


Note You need to log in before you can comment on or make changes to this bug.