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

[RFE] As a user I'd like to see additional reported data for the hosts

    • None
    • None
    • None
    • None

      Description of problem:

      Another useful data coming from the facts should be added. Namely

      • serial number
      • product name
      • manufacturer
      • CPU model

      I'd like to see those as new columns on the Host index page as well as detail page. They should not be read directly from facts but rather should be implemented as reported data.

      Value sources

      subscription-manager: dmi.baseboard.serial_number
      puppet: dmi:board:serial_number
      ansible: ansible_board_serial

      subscription-manager: dmi.baseboard.product_name
      puppet: dmi:board:product_name
      ansible: ansible_board_name

      subscription-manager: dmi.baseboard.manufacturer
      puppet: dmi:board:manufacturer
      ansible: ansible_board_vendor

      subscription-manager: dmi.processor.version or lscpu.model_name or proc_cpuinfo.common.model_name (the last is probably the best)
      puppet: processors:models (first value)
      ansible: ansible_processor[2]

      I should also be able to search by these values.

              Unassigned Unassigned
              hms-mhulan Marek Hulan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: