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