From 46bf00b967844dc712dfe409e55fc5fe18fa119f Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 7 Dec 2018 09:49:21 -0500 Subject: Fix using ODL versions other than oxygen Fixes a bug where oxygen was always being used even if a different ODL version was specified in the deploy settings. Also updates the valid ODL versions with fluorine and neon. JIRA: APEX-648 Change-Id: Ie49c28d1757cd7e57802d67e48904ce04864feaf Signed-off-by: Tim Rozet --- apex/common/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apex/common/constants.py') diff --git a/apex/common/constants.py b/apex/common/constants.py index dbdf70d9..4e48920e 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -43,7 +43,8 @@ THT_DOCKER_ENV_DIR = os.path.join(THT_ENV_DIR, 'services') DEFAULT_OS_VERSION = 'master' DEFAULT_ODL_VERSION = 'oxygen' -VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'master'] +VALID_ODL_VERSIONS = ['carbon', 'nitrogen', 'oxygen', 'fluorine', + 'neon', 'master'] PUPPET_ODL_URL = 'https://git.opendaylight.org/gerrit/integration/packaging' \ '/puppet-opendaylight' DEBUG_OVERCLOUD_PW = 'opnfvapex' -- cgit 1.2.3-korg