Explorar el Código

Update variant_version

3.5 added and 3.4 moved to LEGACY
Steve Milner hace 8 años
padre
commit
a3551d945d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      utils/src/ooinstall/variants.py

+ 2 - 1
utils/src/ooinstall/variants.py

@@ -39,7 +39,7 @@ class Variant(object):
 
 # WARNING: Keep the versions ordered, most recent first:
 OSE = Variant('openshift-enterprise', 'OpenShift Container Platform', [
-    Version('3.4', 'openshift-enterprise'),
+    Version('3.5', 'openshift-enterprise'),
 ])
 
 REG = Variant('openshift-enterprise', 'Registry', [
@@ -51,6 +51,7 @@ origin = Variant('origin', 'OpenShift Origin', [
 ])
 
 LEGACY = Variant('openshift-enterprise', 'OpenShift Container Platform', [
+    Version('3.4', 'openshift-enterprise'),
     Version('3.3', 'openshift-enterprise'),
     Version('3.2', 'openshift-enterprise'),
     Version('3.1', 'openshift-enterprise'),