Uploaded image for project: 'OpenShift Console'
  1. OpenShift Console
  2. CONSOLE-4140

Simplified view of MachineConfig configuration files on details page

XMLWordPrintable

    • 3
    • False
    • None
    • False
    • OCPSTRAT-1321 - Console: Customer Happiness (RFEs) for 4.17
    • OEX OCP Console - Sprint 256

      Provide a simplified view of config files belonging to MachineConfig objects, to provide more convenient user experience. simpler management.

      Current state:

      • When a user/partner needs to retrieve contents from a MachineConfig they need to manually decode the file into a readable format from the URL-encoded one. For example: $ oc get mc $machineConfigName -o jsonpath=' {.spec.config.storage.files[1].contents.source}

        ' | sed "s@+@ @g;s@%@\\\\x@g" | xargs -0 printf "%b\n

      Desired state:

      • Instead of the command below the partner would like to get the content of the config files by default in a human-readable format via the OpenShift web dashboard. Please see the attached image. On this screen, a new tab can be introduced to be able to check the content of the configuration files.

       

      AC:

      • Add the Configuration Files section into the MachineConfig details page, which renders all the configuration that the resource contains.
      • Add integration tests

       

      RFE - https://issues.redhat.com/browse/RFE-5198

              rhn-engineering-rhamilto Robb Hamilton
              jhadvig@redhat.com Jakub Hadvig
              YaDan Pei YaDan Pei
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: