Hide Forgot
Description of problem: Currently we can't schedule against the hardware details in beaker. This request is to add support for the following xml: <hostRequires> <device attribute="" op="=" value=""/> </hostRequires> attributes: vendorid deviceid subsysvendorid subsysdeviceid description type bus driver alias This also requires adding alias to device table and allow admin to edit that field. Should allow admin to delete and add the device record to systems as well. Even though re-running inventory on the two machines would do the same thing.
Maybe we should use an element <device/>. If I am looking for a system with an Intel NIC, then I could say <hostRequires> <device> <vendorid op="=" value="8086" /> <type op="=" value="NETWORK" /> </device> </hostRequires> which would match any systems having some device with that vendor id and type, as opposed to: <hostRequires> <device> <vendorid op="=" value="8086" /> </device> <device> <type op="=" value="NETWORK" /> </device> </hostRequires> which would match any systems having a device with that type and a device with that vendor id -- probably not what I want, since it would also match a system with an Intel audio device and some other brand NIC.
Makes sense.
*** This bug has been marked as a duplicate of bug 784026 ***