Bug 1534922 - No recommended version of Open vSwitch for OCP 3.9
Summary: No recommended version of Open vSwitch for OCP 3.9
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.9.0
Assignee: Luke Meyer
QA Contact: Wenkai Shi
URL:
Whiteboard:
Depends On: 1509163
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-16 09:57 UTC by Wenkai Shi
Modified: 2018-03-28 14:20 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of: 1509163
Environment:
Last Closed: 2018-03-28 14:19:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0489 0 None None None 2018-03-28 14:20:16 UTC

Comment 5 Wenkai Shi 2018-01-23 05:47:29 UTC
Verified with version openshift-ansible-3.9.0-0.22.0.git.0.0e9d896.el7, there are recommended version of OVS for OCP 3.9.

# vim /usr/share/ansible/openshift-ansible/roles/openshift_health_checker/openshift_checks/ovs_version.py
...
    openshift_to_ovs_version = {
        (3, 4): "2.4",
        (3, 5): ["2.6", "2.7"],
        (3, 6): ["2.6", "2.7", "2.8"],
        (3, 7): ["2.6", "2.7", "2.8"],
        (3, 8): ["2.6", "2.7", "2.8"],
        (3, 9): ["2.6", "2.7", "2.8"],
    }
...

# vim /usr/share/ansible/openshift-ansible/roles/openshift_health_checker/openshift_checks/package_version.py
...
    openshift_to_ovs_version = {
        (3, 4): "2.4",
        (3, 5): ["2.6", "2.7"],
        (3, 6): ["2.6", "2.7", "2.8"],
        (3, 7): ["2.6", "2.7", "2.8"],
        (3, 8): ["2.6", "2.7", "2.8"],
        (3, 9): ["2.6", "2.7", "2.8"],
    }
...

Comment 8 errata-xmlrpc 2018-03-28 14:19:53 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-2018:0489


Note You need to log in before you can comment on or make changes to this bug.