Bug 704399

Summary: Search systems by lab controller
Product: [Retired] Beaker Reporter: Raymond Mancy <rmancy>
Component: web UIAssignee: Roman Joost <rjoost>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: low    
Version: 0.6CC: bpeck, dcallagh, dowang, ebaak, hyu, mcsontos, mpetlan, rjoost, stl, tools-bugs
Target Milestone: 23.0Keywords: EasyFix, FutureFeature, Patch, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: UX
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-07 23:12:16 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:

Description Raymond Mancy 2011-05-13 02:48:00 UTC
I think it would be handy if we could find systems based on what LC they belong to.

Comment 3 Michael Petlan 2015-12-03 16:22:43 UTC
It is already possible in the command line/XML:


List lab controllers:

$ bkr list-labcontrollers


Search for all machines in Boston:

$ bkr list-systems --xml-filter='<hostRequires><hostlabcontroller op="=" value="lab-02.rhts.eng.bos.redhat.com"/></hostRequires>'


Of course, you may use the following snippet in user defined presets too:

<hostlabcontroller op="=" value="lab-02.rhts.eng.bos.redhat.com"/>

Comment 4 Hao Chang Yu 2015-12-14 00:35:17 UTC
http://gerrit.beaker-project.org/#/c/4527/

Comment 5 Roman Joost 2016-01-06 05:37:16 UTC
Moved patch to release-22 branch due to the fact that we already have a Beaker 22 RC:

https://gerrit.beaker-project.org/#/c/4568/1

Comment 6 Mike McCune 2016-03-28 23:28:22 UTC
This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions

Comment 7 Dan Callaghan 2016-04-05 08:03:34 UTC
Actual patch was: https://gerrit.beaker-project.org/4753

Comment 10 Dan Callaghan 2016-07-07 23:12:16 UTC
Beaker 23.0 has been released.