koder aka kdanilov | 4d4771c | 2015-04-23 01:32:02 +0300 | [diff] [blame^] | 1 | clouds: |
| 2 | fuel: |
| 3 | url: http://172.16.52.113:8000/ |
| 4 | creds: admin:admin@admin |
| 5 | ssh_creds: root:test37 |
| 6 | openstack_env: rrr |
| 7 | |
| 8 | discover: fuel |
| 9 | |
| 10 | internal: |
| 11 | var_dir_root: /tmp/perf_tests |
| 12 | |
| 13 | tests: |
| 14 | - start_test_nodes: |
| 15 | creds: clouds |
| 16 | vm_params: |
| 17 | count: x1 |
| 18 | image: |
| 19 | name: disk_io_perf |
| 20 | url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img |
| 21 | |
| 22 | flavor: |
| 23 | name: disk_io_perf.1024 |
| 24 | hdd_size: 50 |
| 25 | ram_size: 1024 |
| 26 | cpu: 1 |
| 27 | |
| 28 | vol_sz: 30 |
| 29 | keypair_name: disk_io_perf |
| 30 | network_zone_name: net04 |
| 31 | flt_ip_pool: net04_ext |
| 32 | private_key_path: disk_io_perf.pem |
| 33 | creds: "ssh://ubuntu@{ip}::{private_key_path}" |
| 34 | name_templ: wally-{group}-{id} |
| 35 | scheduler_group_name: wally-{group}-{id} |
| 36 | security_group: disk_io_perf |
| 37 | |
| 38 | tests: |
| 39 | - io: |
| 40 | cfg: wally/suits/io/ceph.cfg |
| 41 | prefill_files: true |
| 42 | params: |
| 43 | FILENAME: /dev/vdb |
| 44 | NUM_ROUNDS: 1 |
| 45 | |
| 46 | logging: |
| 47 | extra_logs: 1 |