From edfeb16010541d7d8b9188991aae4fb97c2d883d Mon Sep 17 00:00:00 2001 From: xudan Date: Wed, 19 Jul 2017 03:19:52 -0400 Subject: Adapt Yardstick to copy yardstick.conf to /etc/yardstick JIRA: DOVETAIL-466 1. Yardstick danube.3.1 needs a yardstick.conf file in /etc/yardstick 2. Copy the file /home/opnfv/repos/yardstick/etc/yardstick/yardstick.conf.sample to /etc/yardstick/yardstick.conf 3. If user wants to store the results in the local file, set the dispatcher to be 'file'. 4. If user wants to push the results into the DB, set the dispatcher to be 'http' and target to be the api url getting from the user. Change-Id: I39c30883b471ab7cb29ed6d63ba8c232da39c135 Signed-off-by: xudan --- dovetail/conf/cmd_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dovetail/conf/cmd_config.yml') diff --git a/dovetail/conf/cmd_config.yml b/dovetail/conf/cmd_config.yml index aa27f293..a5b262d1 100644 --- a/dovetail/conf/cmd_config.yml +++ b/dovetail/conf/cmd_config.yml @@ -50,7 +50,7 @@ cli: flags: - '--report' - '-r' - help: 'push results to DB (e.g. --report http://192.168.135.2:8000/api/v1)' + help: 'push results to DB (e.g. --report http://192.168.135.2:8000/api/v1/results)' offline: flags: - '--offline' -- cgit 1.2.3-korg