This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / storperf.yaml
1 ---
2 # Sample StorPerf benchmark task config file
3 # StorPerf is a tool to measure block and object storage performance in an NFVI
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: StorPerf
10   options:
11     agent_count: 1
12     agent_image: "Ubuntu 14.04"
13     public_network: "ext-net"
14     volume_size: 2
15     # target:
16     # deadline:
17     # nossd:
18     # nowarm:
19     block_sizes: "4096"
20     queue_depths: "4"
21     workload: "ws"
22     StorPerf_ip: "192.168.23.2"
23     query_interval: 10
24     timeout: 600
25
26   runner:
27     type: Iteration
28     iterations: 1
29
30 context:
31   type: Dummy