Bläddra i källkod

Merge pull request #7201 from sdodson/ovs26-310

Tolerate OVS 2.6 in 3.10 as well
Scott Dodson 7 år sedan
förälder
incheckning
e51c2148f1

+ 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 = {