Adding scale out templates for ovs_dpdk/sriov using 2 node setup
[yardstick.git] / etc / yardstick / yardstick.conf.sample
1 ##############################################################################
2 # Copyright (c) 2015 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10 [DEFAULT]
11 debug = False
12 # setup multiple dipatcher with comma deperted e.g. file,http
13 dispatcher = http
14
15 [dispatcher_http]
16 timeout = 5
17 target = http://127.0.0.1:8000/results
18
19 [dispatcher_file]
20 file_path = /tmp/yardstick.out
21 max_bytes = 0
22 backup_count = 0
23
24 [dispatcher_influxdb]
25 timeout = 5
26 target = http://127.0.0.1:8086
27 db_name = yardstick
28 username = root
29 password = root
30
31 [nsb]
32 trex_path=/opt/nsb_bin/trex/scripts
33 bin_path=/opt/nsb_bin
34 trex_client_lib=/opt/nsb_bin/trex_client/stl