Bug 886820
Summary: | Inventory is missing information about graphical adapter | |||
---|---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Marian Ganisin <mganisin> | |
Component: | inventory | Assignee: | beaker-dev-list | |
Status: | CLOSED NOTABUG | QA Contact: | ||
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 0.10 | CC: | asaha, bpeck, dcallagh, mishin, qwan, rglasz, rmancy | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 887746 888048 (view as bug list) | Environment: | ||
Last Closed: | 2012-12-13 15:04:03 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: | ||||
Bug Blocks: | 887746 |
Description
Marian Ganisin
2012-12-13 09:13:23 UTC
Hi Marian, I believe the following will work for you.. bkr list-systems --xml-filter '<device type="VIDEO"/>' To do the negative you need to be careful though, since machines that haven't been inventoried will show up as well. So I did a query where I added device type NETWORK. bkr list-systems --xml-filter '<device op="!=" type="VIDEO"/><device type="NETWORK"/>' (In reply to comment #1) > Hi Marian, > > I believe the following will work for you.. > > bkr list-systems --xml-filter '<device type="VIDEO"/>' > > > To do the negative you need to be careful though, since machines that > haven't been inventoried will show up as well. So I did a query where I > added device type NETWORK. > > bkr list-systems --xml-filter '<device op="!=" type="VIDEO"/><device > type="NETWORK"/>' Oh! device type. Unfortunately I didn't notice this option. Thank you very much for tip. This absolutely disproves this bug report. :) I am going to use it right now! ...and closing this as a NOTABUG Just a note to quite fine complexity of negative filter. It would be really nice to have such tips documented anywhere. Is it part of beaker documentation? (In reply to comment #1) > To do the negative you need to be careful though, since machines that > haven't been inventoried will show up as well. So I did a query where I > added device type NETWORK. > > bkr list-systems --xml-filter '<device op="!=" type="VIDEO"/><device > type="NETWORK"/>' I think this is a bug. Cloned as bug 888048. |