-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
None
Description of problem:
Hosts > All hosts > search should have same "class Filters" to keep the search filter identical across all Satellite 6 versions
Version-Release number of selected component (if applicable):
- Satellite 6.15
How reproducible:
100%
Steps to Reproduce:
1. Enabled puppet in the satellite
2. Created configure groups
Configure --> Config Groups --> create configure groups --> provided the name "testting" --> added stdlib from existing clases for testing.
3. Assigned the hosts to the config group "testting" created
Host -> all hosts --> select the hosts --> click on edit option --> select the environment ("production")-> Navigate to tab "Puppet ENC" --> Check in "Available Config Groups" --"testting" and it will be available in the "Included Config Groups" and "Included Classes" --> submit
4. From satellite webui > hosts > all hosts > search bar
a) config_group = testting showing correct number of hosts and correct hosts but throwing "Error: Request failed with status code 500" which is also observed in the satellite 6.14(BZ #2255790)
b) class = stdlib showing throwing "Error: Field 'class' not recognized for searching!"
c) class puppetclass = stdlib showing no hostnames insipte of having congif_group assigned with the defined class trying to search but throwing "Error: Request failed with status code 500"
Actual results:
1. On path: Host --> all hosts --> "class = stdlib" should have same search filter "class puppetclass = stdlib" to keep the search filter identical across all Satellite 6 versions
2. Viewing "Error: Request failed with status code 500" when trying to search "puppetclass" or "class" on the PATH = Satellite Web UI > hosts > all hosts > search bar
Expected results:
1. Hosts > All hosts > search should have same "class Filters" to keep the search filter identical across all Satellite 6 versions
2. The host should be listed as per the search without any error when trying to search "puppetclass" or "class" on the PATH = Satellite Web UI > hosts > all hosts > search bar which is also observed in the satellite 6.14(BZ #2255790)