Bug 887746

Summary: Document some examples of searching for particular kinds of hardware
Product: [Retired] Beaker Reporter: Nick Coghlan <ncoghlan>
Component: DocAssignee: Amit Saha <asaha>
Status: CLOSED CURRENTRELEASE QA Contact: Raymond Mancy <rmancy>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 0.10CC: asaha, bpeck, dcallagh, ebaak, llim, mganisin, qwan, rglasz, rmancy
Target Milestone: 0.12Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Doc
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 886820 Environment:
Last Closed: 2013-04-11 04:57:33 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:
Bug Depends On: 886820    
Bug Blocks:    

Description Nick Coghlan 2012-12-17 08:00:12 UTC
As noted in Bug #886820, while Beaker's system search capabilities are powerful and flexible, it isn't always clear how to go from a question like 'I need a system with a graphics card' to '<device type="VIDEO"/>', or, more surprisingly, from 'I need a system without a graphics card' to '<device op="!=" type="VIDEO"/><device type="NETWORK"/>' (The requirement for a network interface to be present rules out systems which haven't been inventoried at all).

The docs should include some example of how to handle certain kinds of query, such as "I want a specific model of network card" or "I need a graphics card" or "I need there to be no graphics card".

Comment 2 Amit Saha 2013-03-13 06:41:40 UTC
On Gerrit: http://gerrit.beaker-project.org/#/c/1795/

Comment 3 Dan Callaghan 2013-03-24 23:24:10 UTC
This change is now included in the development version of Beaker's documentation:

http://beaker-project.org/docs-develop/user-guide/job-xml.html

Comment 4 Dan Callaghan 2013-04-11 04:57:33 UTC
Beaker 0.12 has been released.