summaryrefslogtreecommitdiffstats
path: root/lib/python/apex/deploy_settings.py
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-02-27 21:38:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-27 21:38:16 +0000
commit6ca14edd7c23af7078be6a78ffb3ea3ecf03e603 (patch)
treeabdacf30b388fc6bff2b8230d0139f22040b243c /lib/python/apex/deploy_settings.py
parent6c426c7e7ac0bc4b22a6339be3d31eecaef57f46 (diff)
parent8823495d428e33335c6012e056278e86b34ea3c7 (diff)
Merge "Adding dovetail installation using docker container"
Diffstat (limited to 'lib/python/apex/deploy_settings.py')
-rw-r--r--lib/python/apex/deploy_settings.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/python/apex/deploy_settings.py b/lib/python/apex/deploy_settings.py
index 2a9d5a67..0d1939a4 100644
--- a/lib/python/apex/deploy_settings.py
+++ b/lib/python/apex/deploy_settings.py
@@ -25,7 +25,11 @@ REQ_DEPLOY_SETTINGS = ['sdn_controller',
'ceph',
'gluon']
-OPT_DEPLOY_SETTINGS = ['performance', 'vsperf', 'ceph_device', 'yardstick']
+OPT_DEPLOY_SETTINGS = ['performance',
+ 'vsperf',
+ 'ceph_device',
+ 'yardstick',
+ 'dovetail']
VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage']
VALID_PERF_OPTS = ['kernel', 'nova', 'vpp']