Comment 2 for bug 1579727

Revision history for this message
Chris Krelle (nobodycam) wrote :

I am not sure this is A true issue. I used Collected data in rule conditions since Mitaka version of inspector. I have used it to do what describe. I assign ipmi credentials based on manufacturer.
As an example:
{"op": "contains", "field": "data://inventory.system_vendor.manufacturer", "value": "Dell"}
or
{"op": "contains", "field": "data://inventory.system_vendor.manufacturer", "value": "HP"}

it is worth noting that I carry a patch internally to collect system_vendor information, but no code change to anything around the conditional usage support.