From 1a824cf106f1996f184a7f699c754a7b72c501be Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 21 Sep 2017 19:06:46 +0000 Subject: Adds Calipso scenario Change-Id: Icc8a23e49c9ccc011481f6b97599d4f75873ebb1 Signed-off-by: Tim Rozet --- apex/settings/deploy_settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apex/settings') diff --git a/apex/settings/deploy_settings.py b/apex/settings/deploy_settings.py index 164997ec..c0594056 100644 --- a/apex/settings/deploy_settings.py +++ b/apex/settings/deploy_settings.py @@ -33,7 +33,8 @@ OPT_DEPLOY_SETTINGS = ['performance', 'odl_vpp_routing_node', 'dvr', 'odl_vpp_netvirt', - 'barometer'] + 'barometer', + 'calipso'] VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage'] VALID_PERF_OPTS = ['kernel', 'nova', 'vpp', 'ovs'] -- cgit 1.2.3-korg