-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
6.15.0
Description of problem:
A user cannot create a hostgroup parameter and set such parameter to have its value hidden.
Same also happens with redhat.satellite.host.
The option to hide parameters (on hosts and hostgroups) exists both on the webUI and via hammer.
How reproducible:
ok at the doc, the option does not exist:
# ansible-doc redhat.satellite.hostgroup |grep '\- parameters' -A 21 - parameters Hostgroup specific host parameters default: null elements: dict type: list SUBOPTIONS: = name Name of the parameter type: str - parameter_type Type of the parameter choices: [string, boolean, integer, real, array, hash, yaml, json] default: string type: str = value Value of the parameter type: raw
Help for host:
# ansible-doc redhat.satellite.host |grep '\- parameters' -A 21 - parameters Entity domain specific host parameters default: null elements: dict type: list SUBOPTIONS: = name Name of the parameter type: str - parameter_type Type of the parameter choices: [string, boolean, integer, real, array, hash, yaml, json] default: string type: str = value Value of the parameter type: raw
Actual behavior:
Option does not exist
Expected behavior:
To have an option to set true/false for the parameters being created
Business Impact / Additional info:
There are no Sub-Tasks for this issue.