summaryrefslogtreecommitdiffstats
path: root/lib/python/apex
diff options
context:
space:
mode:
authorzshi <zshi@redhat.com>2017-02-27 10:36:42 +0800
committerzshi <zshi@redhat.com>2017-02-27 12:43:50 +0800
commit8823495d428e33335c6012e056278e86b34ea3c7 (patch)
treea3e374cd3f539fe2cf952607ff073dee17029cc9 /lib/python/apex
parent1ef3c3600d5b1692f65a445cf9e1c2e10a46314e (diff)
Adding dovetail installation using docker container
This patch adds dovetail option to deploy settings, installs dovetail image to undercloud. Change-Id: If7a763d9f6b27655dbb1f5855f438ab11bd88a82 Signed-off-by: zshi <zshi@redhat.com>
Diffstat (limited to 'lib/python/apex')
-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']