Adapt Yardstick to copy yardstick.conf to /etc/yardstick 37/37737/1
authorxudan <xudan16@huawei.com>
Wed, 19 Jul 2017 07:19:52 +0000 (03:19 -0400)
committerxudan <xudan16@huawei.com>
Wed, 19 Jul 2017 07:19:52 +0000 (03:19 -0400)
commitedfeb16010541d7d8b9188991aae4fb97c2d883d
treee9f333e3d3b4a2ee45b31b33691d198e8485f41a
parentcc034a7135cf70f137915f8b55c8ef00ab61e96e
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 <xudan16@huawei.com>
dovetail/conf/cmd_config.yml
dovetail/conf/yardstick_config.yml
dovetail/container.py