blob: ecfd26b0943f55005d9f9ac8e49a07ac3a251675 [file] [log] [blame]
koder aka kdanilovcff7b2e2015-04-18 20:48:15 +03001clouds:
2 fuel:
3 url: http://172.6.52.112:8000/
4 creds: admin:admin@admin
5 ssh_creds: root:test37
6 openstack_env: test
7
8discover: fuel
9
10# explicit_nodes:
11# "ssh://root@172.16.52.112:3022:/home/koder/.ssh/id_rsa": testnode
12
13internal:
14 var_dir_root: /tmp/perf_tests
15
16sensors:
17 # receiver_uri: udp://172.18.217.10:5699
18 receiver_uri: "udp://{ip}:5699"
19 roles_mapping:
20 ceph-osd: block-io
21 cinder: block-io, system-cpu
22 testnode: system-cpu, block-io
23
24tests:
25 - start_test_nodes:
26 creds: clouds
27 vm_params:
28 count: x1
29 image:
30 name: disk_io_perf
31 url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
32
33 flavor:
34 name: disk_io_perf.1024
35 hdd_size: 50
36 ram_size: 1024
37 cpu: 1
38
39 keypair_name: disk_io_perf
40 network_zone_name: novanetwork
41 flt_ip_pool: nova
42 private_key_path: disk_io_perf.pem
43 creds: "ssh://ubuntu@{ip}::{private_key_path}"
44 name_templ: disk_io_perf-{0}
45 scheduler_group_name: disk_io_group_aa-{0}
46 security_group: disk_io_perf
47
48 tests:
49 - io:
50 cfg: tests/io_scenario_hdd.cfg
51 # cfg: scripts/fio_tests_configs/io_task_test.cfg
52 params:
53 FILENAME: /opt/xxx.bin
54 NUM_ROUNDS: 7
55#
56# - io:
57# # cfg: scripts/fio_tests_configs/io_task_test.cfg
58# cfg: tests/io_scenario_hdd.cfg
59# params:
60# # FILENAME: /media/koder/a5230078-4c27-4c3b-99aa-26148e78b2e7/xxx.bin
61# FILENAME: /opt/xxx.bin
62# NUM_ROUNDS: 7
63
64logging:
65 extra_logs: 1