Bug 523183

Summary: spacewalkkoan.py fails to provision ia64 Xen FV guest
Product: Red Hat Satellite 5 Reporter: Jiri Zapletal <jzapleta>
Component: ProvisioningAssignee: Partha Aji <paji>
Status: CLOSED DUPLICATE QA Contact: Brandon Perkins <bperkins>
Severity: medium Docs Contact:
Priority: low    
Version: 530CC: jhutar
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-09-23 12:51:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 500798    
Attachments:
Description Flags
Error message
none
up2date.log none

Description Jiri Zapletal 2009-09-14 12:18:28 UTC
Description of problem:
Satellite fails to provision IA64 Xen FV guest using spacewalkkoan.py.

exceptions.NameError
global name 'DistroManager' is not defined
  File "/usr/share/rhn/spacewalkkoan/spacewalkkoan.py", line 191, in initiate_guest
    k.run()
   File "/usr/lib/python2.4/site-packages/koan/app.py", line 312, in run
    self.virt()
   File "/usr/lib/python2.4/site-packages/koan/app.py", line 601, in virt
    return self.net_install(after_download)
   File "/usr/lib/python2.4/site-packages/koan/app.py", line 520, in net_install
    after_download(self, profile_data)
   File "/usr/lib/python2.4/site-packages/koan/app.py", line 599, in after_download
    self.virt_net_install(profile_data)
   File "/usr/lib/python2.4/site-packages/koan/app.py", line 1080, in virt_net_install
    virt_type     =  self.virt_type
   File "/usr/lib/python2.4/site-packages/koan/xencreate.py", line 72, in start_install
    guest = virtinst.FullVirtGuest(installer=DistroManager.PXEInstaller())


Version-Release number of selected component (if applicable):
spacewalk-koan-0.1.11-12.el5sat.noarch

How reproducible:
Always

Steps to Reproduce:
1. Setup satellite
2. Kickstart Xen host on IA64
3. Kickstart Xen-FV guest on IA64
  
Actual results:
Python error resulting in failed provision.

Expected results:
Virtual machine is provisioned.

Additional info:

Comment 1 Jiri Zapletal 2009-09-14 12:20:02 UTC
Created attachment 360925 [details]
Error message

Comment 2 Jiri Zapletal 2009-09-14 12:20:26 UTC
Created attachment 360926 [details]
up2date.log

Comment 4 Jan Hutaƙ 2009-09-14 21:40:53 UTC
This is probably a dupe of bug 520812.

Comment 5 Jiri Zapletal 2009-09-23 12:51:48 UTC
It is a dupe.

*** This bug has been marked as a duplicate of bug 520812 ***