Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-27620

redhat.satellite.hostgroup and redhat.satellite.host do not allow the creation of parameters with hidden values

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • ansible-collection-redhat-satellite-5.0.0
    • 0
    • Important
    • Customer Escalated
    • None

      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:

       

              egolov@redhat.com Evgeni Golov
              rhn-support-jpasqual Joniel Pasqualetto
              Jameer Pathan Jameer Pathan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: