Bug 1195344

Summary: [RFE] Please record bios information on Beaker->Details page
Product: [Retired] Beaker Reporter: PaulB <pbunyan>
Component: inventoryAssignee: beaker-dev-list
Status: CLOSED DUPLICATE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: aigao, asaha, charles_rose, dcallagh, jburke, pbunyan
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-24 00:07:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description PaulB 2015-02-23 15:46:24 UTC
Description of problem:
 Recording the current version of bios for each system in Beaker would be an asset. This would allow for a quick reference to see if a system may require a bios update.

[] We would need the inventory job to be updated to capture the bios info.
   One of the following example data outputs would suffice:
   [root@amd-dinar-05 /]# dmidecode --type=0 | sed -n 5,8p
   BIOS Information
	Vendor: Phoenix Technologies Ltd.
	Version: RDN1505B
	Release Date: 06/05/2013
   
   -or-

   [root@amd-dinar-05 /]# dmidecode --type=0 | sed -n 6,8p
	Vendor: Phoenix Technologies Ltd.
	Version: RDN1505B
	Release Date: 06/05/2013

[] Data could be saved under "Bios" between the "System" and "CPU" data 
   on the Beaker->Details page.

Version-Release number of selected component (if applicable):
 Beaker 19.2

Additional info:

Comment 1 Dan Callaghan 2015-02-24 00:07:41 UTC
Paul, thanks for the useful tips about dmidecode for capturing the version info.

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