blob: 17b95d3997711885ad35abc0d572a8e63733eef3 [file] [log] [blame]
koder aka kdanilovc368eb62015-04-28 18:22:01 +03001clouds:
2 fuel:
3 url: http://172.16.52.114:8000/
4 creds: admin:admin@admin
5 ssh_creds: root:test37
6 openstack_env: test
7
8# discover: fuel_openrc_only
9
10internal:
11 var_dir_root: /tmp/perf_tests
12
13logging:
14 extra_logs: 1
15
16vm_configs:
17 wally_1024:
18 image:
19 name: wally_ubuntu
20 url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
21 creds: "ssh://ubuntu@{ip}::{private_key_path}"
22
23 flavor:
24 name: wally_1024
25 hdd_size: 50
26 ram_size: 1024
27 cpu_count: 1
28
29 vol_sz: 30
30 keypair_name: wally_vm_key
31 name_templ: wally-{group}-{id}
32 aa_group_name: wally-aa-{0}
33 security_group: wally_ssh_to_everyone
34
35tests:
36 - start_test_nodes:
37 openstack:
38 creds: /tmp/perf_tests/personalistic_sharron/test_openrc
koder aka kdanilov63e9c5a2015-04-28 23:06:07 +030039 count: x1
koder aka kdanilovc368eb62015-04-28 18:22:01 +030040 cfg_name: wally_1024
41 network_zone_name: net04
42 flt_ip_pool: net04_ext
43
44 tests:
45 - io:
46 cfg: ceph
47 params:
48 FILENAME: /dev/vdb
49 NUM_ROUNDS: 1