Browse Source

Allow OVS 2.7 in OCP 3.10

Scott Dodson 7 years ago
parent
commit
a64ba3727b

+ 1 - 1
roles/openshift_health_checker/openshift_checks/ovs_version.py

@@ -22,7 +22,7 @@ class OvsVersion(NotContainerizedMixin, OpenShiftCheck):
         (3, 7): ["2.6", "2.7", "2.8", "2.9"],
         (3, 8): ["2.6", "2.7", "2.8", "2.9"],
         (3, 9): ["2.6", "2.7", "2.8", "2.9"],
-        (3, 10): ["2.8", "2.9"],
+        (3, 10): ["2.7", "2.8", "2.9"],
     }
 
     def is_active(self):

+ 1 - 1
roles/openshift_health_checker/openshift_checks/package_version.py

@@ -18,7 +18,7 @@ class PackageVersion(NotContainerizedMixin, OpenShiftCheck):
         (3, 7): ["2.6", "2.7", "2.8", "2.9"],
         (3, 8): ["2.6", "2.7", "2.8", "2.9"],
         (3, 9): ["2.6", "2.7", "2.8", "2.9"],
-        (3, 10): ["2.8", "2.9"],
+        (3, 10): ["2.7", "2.8", "2.9"],
     }
 
     openshift_to_docker_version = {