Bug #29683
closedUnable to search by value of certain Hostgroup parameter
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1829412
Description of problem:
When we try to search the hostgroups with the help of Host Parameter
value. On Satellite 6.6 and Satellite 6.7, this fails with an error
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1. Login to Satellite > Configure -> Hostgroups > Select hostgroup[testgrp] > click on Parameter tab > Add a new Parameter
Name= cfme_catalog_display
Type= String
Value= yes
2. Login to Satellite > Configure -> Hostgroups > Enter below below
value in Search bar
params.cfme_catalog_display=yes
Now when trying to search the hostgroups with the help of Host Parameter value. On Satellite 6.6 and Satellite 6.7, this fails with an error "Field'params.cfme_catalog_display not recognized for searching'
Also, on search bar unable to see any value/type option with "param."
Actual results:
Login to Satellite > Configure -> Hostgroups > Enter below below value in Search bar
params.cfme_catalog_display=yes
fails with an error "Field'params.cfme_catalog_display not recognized for searching'
Expected results:
Login to Satellite > Configure -> Hostgroups > Enter below below value in Search bar
params.cfme_catalog_display=yes
Successfully able to search hostgrouop :testgrp, when searched with "params.cfme_catalog_display=yes" in search bar.
Additional info:
Same works perfectly in Red Hat Satellite 6.5.
On Satellite 6.5:
1. Login to Satellite > Configure -> Hostgroups > Slecet hostgroup[testgrp] > click on Parameter tab > Add a new Parameter.
Name: cfme_catalog_display
Value: yes
2. When we are trying to search with help of above Parameter value. On Satellite 6.5,
Login to Satellite > Configure -> Hostgroups > Enter below below value in Search bar
params.cfme_catalog_display=yes
Successfully able to search hostgrouop :testgrp, when searched with "params.cfme_catalog_display=yes" in search bar.