Browse Source

add 3.3 to installer

Rich Megginson 8 years ago
parent
commit
d1867f5239
2 changed files with 2 additions and 1 deletions
  1. 1 1
      roles/openshift_examples/files/examples/latest
  2. 1 0
      utils/src/ooinstall/variants.py

+ 1 - 1
roles/openshift_examples/files/examples/latest

@@ -1 +1 @@
-v1.2
+v1.3

+ 1 - 0
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')