From ed80207fa5c08a567710f0a670e96ecbf903ca9c Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Wed, 23 Mar 2016 13:05:04 -0400 Subject: a-o-i: OSE/AEP 3.2 product option Adds the option to select 3.2 in the quick-installer --- utils/src/ooinstall/variants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/src/ooinstall/variants.py') diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py index 571025543..9d98379bb 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 last: OSE = Variant('openshift-enterprise', 'OpenShift Enterprise', [ + Version('3.2', 'openshift-enterprise'), Version('3.1', 'openshift-enterprise'), Version('3.0', 'enterprise') ] @@ -43,6 +44,7 @@ OSE = Variant('openshift-enterprise', 'OpenShift Enterprise', AEP = Variant('atomic-enterprise', 'Atomic Enterprise Platform', [ + Version('3.2', 'atomic-enterprise'), Version('3.1', 'atomic-enterprise') ] ) @@ -74,4 +76,3 @@ def get_variant_version_combos(): for ver in variant.versions: combos.append((variant, ver)) return combos - -- cgit v1.2.3