Bug 195697

Summary: Port hardware profile generation to HAL from kudzu
Product: Red Hat Enterprise Linux 4 Reporter: James Bowes <jbowes>
Component: up2dateAssignee: Bryan Kearney <bkearney>
Status: CLOSED CURRENTRELEASE QA Contact: Beth Nackashi <bnackash>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: bkearney, rhn-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 5.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-02 18:47:21 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: 202849    
Bug Blocks:    

Description James Bowes 2006-06-16 17:29:27 UTC
kudzu is now deprecated, so we want to move away from it asap.

hardware.py uses a file created by kudzu and left in /etc/sysconfig to glean
information about the system's hardware, which it then formats in some dicts and
fires up to RHN. Instead, this should use HAL to get a list of all the hardware.
The format that the information is put in to be sent up to RHN should be the
same as with kudzu.

mayaswell do this work in the RELEASE-4.9 branch
(client/up2date/rhn-client-tools/hardware.py). Part of that code has already
been ported to HAL.

Comment 1 James Bowes 2006-09-25 15:50:56 UTC
Should be good to go now in RHEL 5. For testing, just ensure that the hardware
data visible in the webUI is similar to what pre-rhel5 clients would have sent up.