Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-53068

[v1] Listing operator using oc-mirror has missing display names for 4.18 cluster-logging package.

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.18
    • oc-mirror
    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      while listing operator using oc-mirror list for 4.18 cluster logging package the display names are missing.  
      
      oc-mirror list operators --catalog registry.redhat.io/redhat/redhat-operator-index:v4.18 --package cluster-logging
      
      Comparing 4.17 package-manifest and 4.18 package-manifest there is some data missing for 4.18 cluster logging package. 
      
      4.17
      ]$ oc get packagemanifests.packages.operators.coreos.com cluster-logging -o yaml | grep -i display
        catalogSourceDisplayName: Red Hat Operators
                displayName: Cluster Log Forwarder
                displayName: Cluster Logging
                displayName: Log File Metric Exporter
            displayName: Red Hat OpenShift Logging
                displayName: Cluster Log Forwarder
                displayName: Cluster Logging
                displayName: Log File Metric Exporter
            displayName: Red Hat OpenShift Logging
                displayName: Cluster Log Forwarder
                displayName: Log File Metric Exporter
            displayName: Red Hat OpenShift Logging
                displayName: Cluster Log Forwarder
                displayName: Log File Metric Exporter
            displayName: Red Hat OpenShift Logging
      
      4.18
      $ oc get packagemanifests.packages.operators.coreos.com cluster-logging -o yaml | grep -i display
        catalogSourceDisplayName: Test Red Hat Operators
                displayName: Cluster Log Forwarder
                displayName: Log File Metric Exporter
            displayName: Red Hat OpenShift Logging
      
      
      

      Version-Release number of selected component (if applicable):

          

      How reproducible:

      oc-mirror list operators --catalog registry.redhat.io/redhat/redhat-operator-index:v4.18 --package cluster-logging
      
      
      oc-mirror list operators --catalog registry.redhat.io/redhat/redhat-operator-index:v4.17 --package cluster-logging
      
      

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

      The display names are missing for 4.18 package cluster-logging. Which can be verified from the package manifest in comparison with 4.17 package manifest.

      Expected results:

      When compared to 4.17 cluster-logging package 4.18 should have the missing display names.

      Additional info:

          

              Unassigned Unassigned
              rhn-support-shishind Shivam shinde
              Nidan Gavali Nidan Gavali
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: