koder aka kdanilov | be8f89f | 2015-04-28 14:51:51 +0300 | [diff] [blame^] | 1 | clouds: |
| 2 | fuel: |
| 3 | url: http://172.16.52.112:8000/ |
| 4 | creds: admin:admin@admin |
| 5 | ssh_creds: root:test37 |
| 6 | openstack_env: test |
| 7 | |
| 8 | openstack: |
| 9 | OS_TENANT_NAME: admin |
| 10 | OS_USERNAME: admin |
| 11 | OS_PASSWORD: admin |
| 12 | OS_AUTH_URL: http://172.16.53.3:5000/v2.0/ |
| 13 | |
| 14 | ceph: local |
| 15 | |
| 16 | discover: fuel, ceph |
| 17 | |
| 18 | explicit_nodes: |
| 19 | "ssh://root@172.16.52.112:3022:/home/koder/.ssh/id_rsa": testnode |
| 20 | |
| 21 | |
| 22 | internal: |
| 23 | var_dir_root: /tmp/perf_tests |
| 24 | |
| 25 | node_configs: |
| 26 | io_1024: |
| 27 | img_name: disk_io_perf |
| 28 | flavor_name: disk_io_perf.256 |
| 29 | keypair_name: disk_io_perf |
| 30 | network_zone_name: novanetwork |
| 31 | flt_ip_pool: nova |
| 32 | creds: "ssh://ubuntu@{0}::disk_io_perf.pem" |
| 33 | name_templ: disk_io_perf-{0} |
| 34 | |
| 35 | tests: |
| 36 | - start_test_nodes: |
| 37 | openstack: |
| 38 | creds: clouds |
| 39 | vm_params: |
| 40 | count: x1 |
| 41 | config: io_1024 |
| 42 | tests: |
| 43 | - io: |
| 44 | cfg: tests/io_scenario_hdd.cfg |
| 45 | params: |
| 46 | FILENAME: /opt/xxx.bin |
| 47 | NUM_ROUNDS: 7 |
| 48 | |
| 49 | - start_test_nodes: |
| 50 | openstack: |
| 51 | creds: clouds |
| 52 | vm_params: |
| 53 | count: x2 |
| 54 | config: io_1024 |
| 55 | tests: |
| 56 | - io: |
| 57 | cfg: tests/io_scenario_hdd.cfg |
| 58 | params: |
| 59 | FILENAME: /opt/xxx.bin |
| 60 | NUM_ROUNDS: 7 |
| 61 | |
| 62 | - start_test_nodes: |
| 63 | openstack: |
| 64 | creds: clouds |
| 65 | vm_params: |
| 66 | count: x3 |
| 67 | config: io_1024 |
| 68 | tests: |
| 69 | - io: |
| 70 | cfg: tests/io_scenario_hdd.cfg |
| 71 | params: |
| 72 | FILENAME: /opt/xxx.bin |
| 73 | NUM_ROUNDS: 7 |
| 74 | |
| 75 | logging: |
| 76 | extra_logs: 1 |