koder aka kdanilov | 22d134e | 2016-11-08 11:33:19 +0200 | [diff] [blame^] | 1 | collect_info: false |
| 2 | suspend_unused_vms: false |
| 3 | results_storage: /var/wally_results |
| 4 | var_dir_root: /tmp/perf_tests |
| 5 | discover: fuel_openrc_only |
| 6 | collect_info: false |
| 7 | suspend_unused_vms: true |
| 8 | |
| 9 | logging: |
| 10 | extra_logs: 1 |
| 11 | level: DEBUG |
| 12 | |
| 13 | vm_configs: |
| 14 | keypair_file_private: wally_vm_key_perf3.pem |
| 15 | keypair_file_public: wally_vm_key_perf3.pub |
| 16 | keypair_name: wally_vm_key |
| 17 | |
| 18 | wally_1024: |
| 19 | image: |
| 20 | name: wally_ubuntu |
| 21 | url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img |
| 22 | creds: "ssh://ubuntu@{ip}::{private_key_path}" |
| 23 | |
| 24 | flavor: |
| 25 | name: wally_1024 |
| 26 | hdd_size: 100 |
| 27 | ram_size: 1024 |
| 28 | cpu_count: 2 |
| 29 | |
| 30 | vol_sz: 100 |
| 31 | name_templ: wally-{group}-{id} |
| 32 | aa_group_name: wally-aa-{0} |
| 33 | security_group: wally_ssh_to_everyone |
| 34 | |
| 35 | clouds: |
| 36 | fuel: |
| 37 | url: http://172.16.44.13:8000/ |
| 38 | creds: admin:admin@admin |
| 39 | ssh_creds: root:r00tme |
| 40 | openstack_env: test |
| 41 | |
| 42 | openstack: |
| 43 | OPENRC: /home/koder/workspace/scale_openrc |
| 44 | vms: |
| 45 | - "wally-phytographic-sharla,ssh://ubuntu@{ip}::wally_vm_key.pem" |
| 46 | |
| 47 | sensors: |
| 48 | online: true |
| 49 | roles_mapping: |
| 50 | testnode: system-cpu, block-io, net-io |
| 51 | ceph-osd: system-cpu, block-io, net-io |
| 52 | compute: system-cpu, block-io, net-io |
| 53 | |
| 54 | tests: |
| 55 | - start_test_nodes: |
| 56 | openstack: |
| 57 | count: =2 |
| 58 | cfg_name: wally_1024 |
| 59 | network_zone_name: net04 |
| 60 | flt_ip_pool: net04_ext |
| 61 | skip_preparation: true |
| 62 | |
| 63 | tests: |
| 64 | - io: |
| 65 | node_limit: 2 |
| 66 | cfg: ceph |
| 67 | params: |
| 68 | FILENAME: /dev/vdb |
| 69 | TEST_FILE_SIZE: 100G |