Actions
Feature #2212
openSearch on class parameters
Status:
New
Priority:
Normal
Assignee:
-
Category:
Search
Target version:
-
Description
I'm using Foreman 1.1 RC5 and have been making use of parameterized classes. I'd like to be able to search for hosts on class parameter values. For example, I'd like to know what hosts are running Apache version 2.4.3.
I understand that you can search on params in the web GUI, but when I search for this:
params.version_apache = 2.4.3
it says 'not recognized for searching' in the drop-down and returns an empty list. version_apache is a parameter in my apache puppet class as such:
class apache($version_apache = '2.2.23') { ... }
which I then import into Foreman and override at the hostgroup and host levels.
Updated by Jeff Sault over 10 years ago
Are there any plans to implement this? Would be a really useful feature!
Actions