koder aka kdanilov | da45e88 | 2015-04-06 02:24:42 +0300 | [diff] [blame] | 1 | clouds: |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 2 | ceph: local |
Yulia Portnova | 0e64ea2 | 2015-03-20 17:27:22 +0200 | [diff] [blame] | 3 | |
koder aka kdanilov | da45e88 | 2015-04-06 02:24:42 +0300 | [diff] [blame] | 4 | discover: ceph |
Yulia Portnova | 0e64ea2 | 2015-03-20 17:27:22 +0200 | [diff] [blame] | 5 | |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 6 | explicit_nodes: |
| 7 | "ssh://192.168.152.43": testnode |
| 8 | |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 9 | sensors: |
koder aka kdanilov | da45e88 | 2015-04-06 02:24:42 +0300 | [diff] [blame] | 10 | receiver_uri: udp://192.168.152.1:5699 |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 11 | roles_mapping: |
koder aka kdanilov | da45e88 | 2015-04-06 02:24:42 +0300 | [diff] [blame] | 12 | ceph-osd: block-io |
| 13 | testnode: system-cpu, block-io |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 14 | |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 15 | tests: |
koder aka kdanilov | da45e88 | 2015-04-06 02:24:42 +0300 | [diff] [blame] | 16 | - io: tests/io_task_test.cfg |
Yulia Portnova | 0e64ea2 | 2015-03-20 17:27:22 +0200 | [diff] [blame] | 17 | |
| 18 | logging: |
koder aka kdanilov | da45e88 | 2015-04-06 02:24:42 +0300 | [diff] [blame] | 19 | extra_logs: 1 |
| 20 | |
| 21 | |
| 22 | # # nodes to be started/detected |
| 23 | # clouds: |
| 24 | # # openstack: file:///tmp/openrc |
| 25 | # # openstack: user:passwd:tenant, http://...... |
| 26 | # # ceph: ssh://root@172.16.53.2::/home/koder/.ssh/id_rsa.pub |
| 27 | # fuel: |
| 28 | # url: http://172.16.52.112:8000 |
| 29 | # creds: admin:admin:admin |
| 30 | # ssh_creds: root:test37 |
| 31 | # openstack_env: test |
| 32 | # ceph: local |
| 33 | |
| 34 | # # discover: fuel+openstack, ceph |
| 35 | |
| 36 | # explicit_nodes: |
| 37 | # "ssh://192.168.152.43": testnode |
| 38 | |
| 39 | # # sensors to be installed, accordingly to role |
| 40 | # sensors: |
| 41 | # receiver_uri: udp://192.168.152.1:5699 |
| 42 | # roles_mapping: |
| 43 | # ceph-osd: block-io #ceph-io, ceph-cpu, ceph-ram, ceph-net |
| 44 | # # ceph-mon: ceph-io, ceph-cpu, ceph-ram, ceph-net |
| 45 | # os-compute: io, net |
| 46 | # test-vm: system-cpu |
| 47 | |
| 48 | # # tests to run |
| 49 | # tests: #$include(tests.yaml) |
| 50 | # # - with_test_nodes: |
| 51 | # # openstack: |
| 52 | # # vm_params: |
| 53 | # # count: x1 |
| 54 | # # img_name: disk_io_perf |
| 55 | # # flavor_name: disk_io_perf.256 |
| 56 | # # keypair_name: disk_io_perf |
| 57 | # # network_zone_name: novanetwork |
| 58 | # # flt_ip_pool: nova |
| 59 | # # creds: "ssh://ubuntu@{0}::disk_io_perf.pem" |
| 60 | # # tests: |
| 61 | # # - pgbench: |
| 62 | # # opts: |
| 63 | # # num_clients: [4, 8, 12] |
| 64 | # # transactions: [1, 2, 3] |
| 65 | # - io: tests/io_task_test.cfg |
| 66 | |
| 67 | # # - vm_count: |
| 68 | # # max_lat_ms: 20 |
| 69 | # # min_bw_mbps: 60 |
| 70 | # # min_4k_direct_w_iops: 100 |
| 71 | # # min_4k_direct_r_iops: 100 |
| 72 | |
| 73 | # # where to store results |
| 74 | # # results: |
| 75 | # # - mos-linux-http://172.12.33.45 |
| 76 | # # - bson, /tmp/myrun.bson |
| 77 | |
| 78 | # paths: |
| 79 | # basedir: "/home/gstepanov/rally-results-processor" |
| 80 | # TEST_PATH: "/home/gstepanov/rally-results-processor/test_results" |
| 81 | # CHARTS_IMG_PATH: "static/images" |
| 82 | # SQLALCHEMY_MIGRATE_REPO: "/home/gstepanov/rally-results-processor/db_repository" |
| 83 | # DATABASE_URI: 'sqlite:////home/gstepanov/rally-results-processor/app.db?check_same_thread=False' |