blob: 7018e8679af5f4ef65f0028a40922e22357e82ab [file] [log] [blame]
koder aka kdanilovc368eb62015-04-28 18:22:01 +03001clouds:
2 fuel:
koder aka kdanilov7e0f7cf2015-05-01 17:24:35 +03003 url: http://FUEL_WEB_IP:8000/
4 creds: USER:PASSWD@TENANT #admin:admin@admin
5 ssh_creds: root:FUEL_SSH_PASSWD
6 openstack_env: OPENSTACK_ENV_NAME
koder aka kdanilovc368eb62015-04-28 18:22:01 +03007
koder aka kdanilov7e0f7cf2015-05-01 17:24:35 +03008discover: fuel_openrc_only
koder aka kdanilovc368eb62015-04-28 18:22:01 +03009
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:
koder aka kdanilov7e0f7cf2015-05-01 17:24:35 +030038 # creds: /tmp/perf_tests/personalistic_sharron/test_openrc
39 # creds: ENV
40 creds: clouds
koder aka kdanilov63e9c5a2015-04-28 23:06:07 +030041 count: x1
koder aka kdanilovc368eb62015-04-28 18:22:01 +030042 cfg_name: wally_1024
43 network_zone_name: net04
44 flt_ip_pool: net04_ext
45
46 tests:
47 - io:
48 cfg: ceph
49 params:
50 FILENAME: /dev/vdb
koder aka kdanilov7e0f7cf2015-05-01 17:24:35 +030051 NUM_ROUNDS: 7