gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 1 | # nodes to be started/detected |
koder aka kdanilov | 3a6633e | 2015-03-26 18:20:00 +0200 | [diff] [blame] | 2 | discover: |
| 3 | # openstack: |
| 4 | # connection: |
| 5 | # auth_url: http://172.16.54.130:5000/v2.0 |
| 6 | # creds: admin:admin@admin |
| 7 | # discover: |
| 8 | # vm: |
| 9 | # name: test1 |
| 10 | # auth: cirros:cubswin:) |
| 11 | # nodes: |
| 12 | # service: all |
| 13 | # auth: cirros:cubswin:) |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 14 | |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 15 | # ceph: root@172.16.53.2::/home/koder/.ssh/id_rsa.pub |
| 16 | ceph: local |
Yulia Portnova | 0e64ea2 | 2015-03-20 17:27:22 +0200 | [diff] [blame] | 17 | |
koder aka kdanilov | 3a6633e | 2015-03-26 18:20:00 +0200 | [diff] [blame] | 18 | # fuel: |
| 19 | # connection: |
| 20 | # url: http://172.16.52.120:8000/ |
| 21 | # creds: admin:admin@admin |
| 22 | # discover: controller |
Yulia Portnova | 0e64ea2 | 2015-03-20 17:27:22 +0200 | [diff] [blame] | 23 | |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 24 | explicit_nodes: |
| 25 | "ssh://192.168.152.43": testnode |
| 26 | |
| 27 | # start: |
| 28 | # count: x1 |
| 29 | # img_name: TestVM |
| 30 | # flavor_name: m1.micro |
| 31 | # keypair_name: test |
| 32 | # network_zone_name: net04 |
| 33 | # flt_ip_pool: net04_ext |
| 34 | # key_file: path/to/ |
| 35 | # user: username |
koder aka kdanilov | 3a6633e | 2015-03-26 18:20:00 +0200 | [diff] [blame] | 36 | |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 37 | |
| 38 | # sensors to be installed, accordingli to role |
| 39 | sensors: |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 40 | receiver_uri: udp://192.168.0.108:5699 |
| 41 | roles_mapping: |
| 42 | ceph-osd: block-io #ceph-io, ceph-cpu, ceph-ram, ceph-net |
| 43 | # ceph-mon: ceph-io, ceph-cpu, ceph-ram, ceph-net |
| 44 | os-compute: io, net |
| 45 | test-vm: system-cpu |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 46 | |
koder aka kdanilov | 3a6633e | 2015-03-26 18:20:00 +0200 | [diff] [blame] | 47 | |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 48 | # tests to run |
| 49 | tests: |
koder aka kdanilov | 2c47309 | 2015-03-29 17:12:13 +0300 | [diff] [blame] | 50 | # pgbench: |
| 51 | # opts: |
| 52 | # num_clients: [4, 8, 12] |
| 53 | # transactions: [1, 2, 3] |
| 54 | io: |
| 55 | tool: fio |
| 56 | config_file: io_task.cfg |
gstepanov | c82391e | 2015-03-17 15:46:36 +0200 | [diff] [blame] | 57 | |
| 58 | # where to store results |
| 59 | results: |
| 60 | - mos-linux-http://172.12.33.45 |
| 61 | |
| 62 | paths: |
koder aka kdanilov | e06762a | 2015-03-22 23:32:09 +0200 | [diff] [blame] | 63 | basedir: "/home/gstepanov/rally-results-processor" |
| 64 | TEST_PATH: "/home/gstepanov/rally-results-processor/test_results" |
| 65 | CHARTS_IMG_PATH: "static/images" |
| 66 | SQLALCHEMY_MIGRATE_REPO: "/home/gstepanov/rally-results-processor/db_repository" |
| 67 | DATABASE_URI: 'sqlite:////home/gstepanov/rally-results-processor/app.db?check_same_thread=False' |
Yulia Portnova | 0e64ea2 | 2015-03-20 17:27:22 +0200 | [diff] [blame] | 68 | |
| 69 | logging: |
| 70 | extra_logs: 1 |