summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorSteve Milner <smilner@redhat.com>2017-02-14 16:06:17 -0500
committerSteve Milner <smilner@redhat.com>2017-02-14 16:06:17 -0500
commita3551d945d191de94974cec1747a01ba8012ad20 (patch)
tree9a1a508fc3d35bf8c15daea275568b7b21cb2365 /utils
parent36bcb7e8a5068b584ee337e10133e56d2eaeccde (diff)
downloadopenshift-a3551d945d191de94974cec1747a01ba8012ad20.tar.gz
openshift-a3551d945d191de94974cec1747a01ba8012ad20.tar.bz2
openshift-a3551d945d191de94974cec1747a01ba8012ad20.tar.xz
openshift-a3551d945d191de94974cec1747a01ba8012ad20.zip
Update variant_version
3.5 added and 3.4 moved to LEGACY
Diffstat (limited to 'utils')
-rw-r--r--utils/src/ooinstall/variants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py
index a45be98bf..f25266f29 100644
--- a/utils/src/ooinstall/variants.py
+++ b/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'),