Bug 1016101
Summary: | [RFE]reserve workflow should provide option to specifically choose/avoid VMs | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Corey Welton <cwelton> |
Component: | inventory | Assignee: | beaker-dev-list |
Status: | CLOSED WONTFIX | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.15 | CC: | cbouchar, qwan, tools-bugs |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-19 21:53:47 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
Corey Welton
2013-10-07 13:43:15 UTC
clarification: "[x] (Virtual Hardware OK) This would be checked by default, and would be applied to either submit, showing only baremetal, as opposed to any VMs." should read "[x] (Virtual Hardware OK) Rather, this should be checked by default. But if unchecked, user would see only baremetal, as opposed to any VMs." Beaker will filter out virtual systems if you add this to the <hostRequires/> of your recipe: <hypervisor op="=" value=""/> It's buried in our docs here: http://beaker-project.org/docs/user-guide/job-xml.html However there's no way to specify that (or any other hostRequires) from the reserve workflow page. For manually selecting a system, the "Show Systems" options already allows this to be handled through the usual system search options. For the bare metal case, that means specifying "System/Hypervisor is <blank>" (unfortunately, bug 902617 means you also need to specify a criterion for System/LastInventoried to exclude systems that have never had inventory date collected). It would be nice to be able to specify a hostRequires snippet for the "Auto Pick System" use case, but the fact that there's already an existing manual workaround pushes this one a fair way down the priority list. Sorry, transposed a couple of digits in that bug reference. The relevant one is bug 912607 (where we'd like to automatically exclude uninventoried systems from inventory dependent searches) We likely won't implement bug 912607 any time soon (see the discussion on the bug), but the implementation of bug 949777 made it possible to explicitly exclude uninventoried systems from XML filters as well. Supplying additional filtering criteria for "Auto pick system" in the reserve workflow remains the only aspect of this which isn't already covered. I suspect we will discover a need for this shortly after 24.0 goes live... |