Problem:
Given a discovered host with facts
fact1 = foo
fact2 = bar
the search query has facts.fact1 and facts.fact2 = bar
returns no hosts.
A similar query for provisioned hosts does work.
Expected outcome:
A query has facts.x and facts.y = z
should return all hosts that have a fact named x
with any value and a fact y
with value z
for both discovered and provisioned hosts.
Foreman and Proxy versions:
3.13
Foreman and Proxy plugin versions:
Katello 4.15
Distribution and version:
Oracle Linux 9
Other relevant data: