Explorar o código

Update variant_version

3.5 added and 3.4 moved to LEGACY
Steve Milner %!s(int64=8) %!d(string=hai) anos
pai
achega
a3551d945d
Modificáronse 1 ficheiros con 2 adicións e 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'),