From b5687496eacdb4e48a3134b0c338244343c95a01 Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Mon, 23 Jan 2017 14:12:12 -0500 Subject: Adding yardstick installation using docker container This patch adds yardstick option to deploy settings, installs docker and yardstick image to undercloud. Change-Id: I3a2a1d6bcdfe5becd11d6d9f22218837c572d5da Signed-off-by: Manjunath Ranganathaiah --- lib/python/apex/deploy_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/apex') diff --git a/lib/python/apex/deploy_settings.py b/lib/python/apex/deploy_settings.py index 3133d7f8..24287b83 100644 --- a/lib/python/apex/deploy_settings.py +++ b/lib/python/apex/deploy_settings.py @@ -24,7 +24,7 @@ REQ_DEPLOY_SETTINGS = ['sdn_controller', 'vpp', 'ceph'] -OPT_DEPLOY_SETTINGS = ['performance', 'vsperf', 'ceph_device'] +OPT_DEPLOY_SETTINGS = ['performance', 'vsperf', 'ceph_device', 'yardstick'] VALID_ROLES = ['Controller', 'Compute', 'ObjectStorage'] VALID_PERF_OPTS = ['kernel', 'nova', 'vpp'] -- cgit 1.2.3-korg