Bug 1775723

Summary: Downstream operator shows incorrect channel description from the packagemanifest in webconsole
Product: OpenShift Container Platform Reporter: Samuel Padgett <spadgett>
Component: Management ConsoleAssignee: Samuel Padgett <spadgett>
Status: CLOSED ERRATA QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: high    
Version: 4.3.0CC: anbhatta, aos-bugs, dmesser, ecordell, jokerman, jonjacks, nmukherj, spadgett, yapei, zzhao
Target Milestone: ---Keywords: Reopened
Target Release: 4.3.0   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1764540
: 1798646 (view as bug list) Environment:
Last Closed: 2020-01-23 11:13:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1764540    
Bug Blocks: 1798646    

Comment 2 zhaozhanqi 2019-11-27 02:51:33 UTC
Verified this bug on 4.3.0-0.nightly-2019-11-26-171052

the default description is:

     description: |
        # SR-IOV Network Operator for Openshift

        ## Introdution
        The sriov-network-operator is generally responsible for configuring the sriov components in a openshift cluster.

        ### Supported Features
        * Initialize the SR-IOV NICs on nodes.
        * provision SR-IOV device plugin on selected node.
        * provision SR-IOV CNI plugin on selected nodes.
        * manage configuration of SR-IOV device plugin.
        * generate net-att-def CRs for SR-IOV CNI plugin.

        This operator has to run in namespace 'openshift-sriov-network-operator'. An Operator Group is also required to install this operator:

        ```
        $ oc create -f - <<EOF
        apiVersion: v1
        kind: Namespace
        metadata:
          name: openshift-sriov-network-operator
          labels:
            openshift.io/run-level: "1"
        EOF

        $ oc create -f - <<EOF
        apiVersion: operators.coreos.com/v1
        kind: OperatorGroup
        metadata:
          name: sriov-network-operators
          namespace: openshift-sriov-network-operator
        spec:
          targetNamespaces:
          - openshift-sriov-network-operator
        EOF
        ```
      displayName: SR-IOV Network Operator
      installModes:
      - supported: true
        type: OwnNamespace
      - supported: true
        type: SingleNamespace
      - supported: false
        type: MultiNamespace
      - supported: false
        type: AllNamespaces
      provider:
        name: Red Hat, Inc.
      version: 4.3.0-201911261117
    name: "4.3"
  defaultChannel: "4.3"
  packageName: sriov-network-operator
  provider:

Comment 4 errata-xmlrpc 2020-01-23 11:13:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:0062