diff options
author | Rich Megginson <rmeggins@redhat.com> | 2016-07-01 15:19:23 -0600 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2016-07-31 15:10:53 -0600 |
commit | d1867f5239722f4e6c517d1bdb6554655e4c4df0 (patch) | |
tree | 3540f3b18549077479c2b2f3a86e1073ffe9f210 /utils | |
parent | 2c9705255d5c414a1679b8663333c2ace2a418cc (diff) | |
download | openshift-d1867f5239722f4e6c517d1bdb6554655e4c4df0.tar.gz openshift-d1867f5239722f4e6c517d1bdb6554655e4c4df0.tar.bz2 openshift-d1867f5239722f4e6c517d1bdb6554655e4c4df0.tar.xz openshift-d1867f5239722f4e6c517d1bdb6554655e4c4df0.zip |
add 3.3 to installer
Diffstat (limited to 'utils')
-rw-r--r-- | utils/src/ooinstall/variants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py index 8889e42e6..a8e2caf5a 100644 --- a/utils/src/ooinstall/variants.py +++ b/utils/src/ooinstall/variants.py @@ -36,6 +36,7 @@ class Variant(object): # WARNING: Keep the versions ordered, most recent first: OSE = Variant('openshift-enterprise', 'OpenShift Enterprise', [ + Version('3.3', 'openshift-enterprise'), Version('3.2', 'openshift-enterprise'), Version('3.1', 'openshift-enterprise'), Version('3.0', 'enterprise') |