Bug 1465317
Summary: | [RFE] Support searching and filtering EFI boot machines when submitting bkr jobs via bkr workflow cmdline | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Emma Wu <xiawu> |
Component: | general | Assignee: | beaker-dev-list |
Status: | CLOSED DUPLICATE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 24 | CC: | dcallagh, lilu, mjia, qzhao, rjoost |
Target Milestone: | --- | Keywords: | FutureFeature, TestBlocker |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-15 07:25:51 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: |
Comment 1
Qiao Zhao
2017-07-03 01:53:09 UTC
Although it is a bit of a hack, you can currently identify machines with EFI firmware (booting in EFI mode) by looking for key NETBOOT_METHOD with value "efigrub" or "grub2": https://beaker.engineering.redhat.com/?systemsearch-0.table=Key%2FValue&systemsearch-0.keyvalue=NETBOOT_METHOD&systemsearch-0.operation=is&systemsearch-0.value=efigrub https://beaker.engineering.redhat.com/?systemsearch-0.table=Key%2FValue&systemsearch-0.keyvalue=NETBOOT_METHOD&systemsearch-0.operation=is&systemsearch-0.value=grub2 Corresponding job XML filters are: <key_value key="NETBOOT_METHOD" value="efigrub"/> <key_value key="NETBOOT_METHOD" value="grub2"/> For a less hackish proper solution to get detailed firmware info, there is bug 1112439. *** This bug has been marked as a duplicate of bug 1112439 *** |