gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 1 | # nodes to be started/detected |
| 2 | cluster: |
| 3 | - start_vm_OS: |
| 4 | # запустить по одной vm на каждую компьюту в опенстеке |
| 5 | creds: openrc-perf1 |
| 6 | count: x1 |
| 7 | image: ubuntu-test |
| 8 | flavor: ceph-test-io |
| 9 | |
| 10 | - find_ceph_nodes |
| 11 | - find_openstack_nodes |
| 12 | - add: |
| 13 | - ssh://10.33.14.67, iscsi |
| 14 | |
| 15 | # sensors to be installed, accordingli to role |
| 16 | sensors: |
| 17 | ceph-osd: ceph-io, ceph-cpu, ceph-ram, ceph-net |
| 18 | ceph-mon: ceph-io, ceph-cpu, ceph-ram, ceph-net |
| 19 | os-compute: io, net |
| 20 | test-vm: io, net |
| 21 | |
| 22 | # tests to run |
| 23 | tests: |
| 24 | - io: |
| 25 | tool: iozone |
| 26 | opts_file: io_opts_file.txt |
| 27 | - pgbench |
| 28 | - rados-bench: |
| 29 | sizes: 4k, 16k, 1m |
| 30 | |
| 31 | # where to store results |
| 32 | results: |
| 33 | - mos-linux-http://172.12.33.45 |
| 34 | |
| 35 | paths: |
| 36 | basedir: "/home/gstepanov/rally-results-processor" |
| 37 | TEST_PATH: "/home/gstepanov/rally-results-processor/test_results" |
| 38 | CHARTS_IMG_PATH: "static/images" |
| 39 | SQLALCHEMY_MIGRATE_REPO: "/home/gstepanov/rally-results-processor/db_repository" |
| 40 | DATABASE_URI: 'sqlite:////home/gstepanov/rally-results-processor/app.db?check_same_thread=False' |