Bug 704399
Summary: | Search systems by lab controller | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Raymond Mancy <rmancy> |
Component: | web UI | Assignee: | Roman Joost <rjoost> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | low | ||
Version: | 0.6 | CC: | bpeck, dcallagh, dowang, ebaak, hyu, mcsontos, mpetlan, rjoost, stl, tools-bugs |
Target Milestone: | 23.0 | Keywords: | 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
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"/> 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 This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Actual patch was: https://gerrit.beaker-project.org/4753 Beaker 23.0 has been released. |