| clouds: |
| fuel: |
| url: http://172.16.52.112:8000/ |
| creds: admin:admin@admin |
| ssh_creds: root:test37 |
| openstack_env: test |
| |
| openstack: |
| OS_TENANT_NAME: admin |
| OS_USERNAME: admin |
| OS_PASSWORD: admin |
| OS_AUTH_URL: http://172.16.53.3:5000/v2.0/ |
| |
| ceph: local |
| |
| discover: fuel, ceph |
| |
| explicit_nodes: |
| "ssh://root@172.16.52.112:3022:/home/koder/.ssh/id_rsa": testnode |
| |
| |
| internal: |
| var_dir_root: /tmp/perf_tests |
| |
| vm_configs: |
| wally_1024: |
| image: |
| name: wally_ubuntu |
| url: https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img |
| creds: "ssh://ubuntu@{ip}::{private_key_path}" |
| |
| flavor: |
| name: wally_1024 |
| hdd_size: 50 |
| ram_size: 1024 |
| cpu_count: 1 |
| |
| vol_sz: 30 |
| keypair_name: wally_vm_key |
| name_templ: wally-{group}-{id} |
| aa_group_name: wally-aa-{0} |
| security_group: wally_ssh_to_everyone |
| |
| tests: |
| - start_test_nodes: |
| openstack: |
| creds: /tmp/perf_tests/personalistic_sharron/test_openrc |
| count: x1 |
| cfg_name: wally_1024 |
| network_zone_name: net04 |
| flt_ip_pool: net04_ext |
| |
| tests: |
| - io: |
| cfg: tests/io_scenario_hdd.cfg |
| params: |
| FILENAME: /opt/xxx.bin |
| NUM_ROUNDS: 7 |
| |
| logging: |
| extra_logs: 1 |