Browse Source

Tolerate OVS 2.6 in 3.10 as well

Scott Dodson 7 years ago
parent
commit
fa0ca19cd0

+ 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.7", "2.8", "2.9"],
+        (3, 10): ["2.6", "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.7", "2.8", "2.9"],
+        (3, 10): ["2.6", "2.7", "2.8", "2.9"],
     }
 
     openshift_to_docker_version = {