Browse Source

Merge pull request #2201 from richm/v1.3

add 3.3 to installer
Scott Dodson 8 years ago
parent
commit
eac15df342
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 Container Platform',
     [
+        Version('3.3', 'openshift-enterprise'),
         Version('3.2', 'openshift-enterprise'),
     ]
 )