Bug 797988

Summary: MAC address reported instead of IP Address for instance launched to vsphere
Product: [Retired] CloudForms Cloud Engine Reporter: james labocki <jlabocki>
Component: aeolus-conductorAssignee: Angus Thomas <athomas>
Status: CLOSED NOTABUG QA Contact: wes hayutin <whayutin>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: akarol, deltacloud-maint, ssachdev
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-27 18:22:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
screenshot of MAC address instead of IP address
none
component.xml none

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