blob: 678067ec94bd0b15e1f969fbdd8c9872bb4feb0d [file] [log] [blame]
koder aka kdanilovcff7b2e2015-04-18 20:48:15 +03001clouds:
2 fuel:
3 url: http://172.16.52.108:8000/
4 creds: admin:admin@admin
5 ssh_creds: root:test37
6 openstack_env: fuel
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
koder aka kdanilov168f6092015-04-19 02:33:38 +030016# sensors:
koder aka kdanilov168f6092015-04-19 02:33:38 +030017# roles_mapping:
18# ceph-osd: block-io
19# cinder: block-io, system-cpu
20# testnode: system-cpu, block-io
koder aka kdanilovcff7b2e2015-04-18 20:48:15 +030021
22tests:
23 - start_test_nodes:
24 creds: clouds
25 vm_params:
26 count: x1
27 image:
28 name: disk_io_perf
29 url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
30
31 flavor:
32 name: disk_io_perf.1024
33 hdd_size: 50
34 ram_size: 1024
35 cpu: 1
36
37 keypair_name: disk_io_perf
38 network_zone_name: net04
39 flt_ip_pool: net04_ext
40 private_key_path: disk_io_perf.pem
41 creds: "ssh://ubuntu@{ip}::{private_key_path}"
42 name_templ: wally-{group}-{id}
43 scheduler_group_name: wally-aa-{group}-{id}
44 security_group: disk_io_perf
45
46 tests:
47 - io:
48 # cfg: tests/io_scenario_hdd.cfg
49 cfg: scripts/fio_tests_configs/io_task_test.cfg
50 params:
51 FILENAME: /opt/xxx.bin
52 NUM_ROUNDS: 7
53
54logging:
55 extra_logs: 1