blob: b36504226691f5e35ef8932f7dd47289e6b5ec62 [file] [log] [blame]
gstepanovc82391e2015-03-17 15:46:36 +02001# nodes to be started/detected
koder aka kdanilov3a6633e2015-03-26 18:20:00 +02002discover:
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:)
gstepanovc82391e2015-03-17 15:46:36 +020014
koder aka kdanilov2c473092015-03-29 17:12:13 +030015 # ceph: root@172.16.53.2::/home/koder/.ssh/id_rsa.pub
16 ceph: local
Yulia Portnova0e64ea22015-03-20 17:27:22 +020017
koder aka kdanilov3a6633e2015-03-26 18:20:00 +020018 # fuel:
19 # connection:
20 # url: http://172.16.52.120:8000/
21 # creds: admin:admin@admin
22 # discover: controller
Yulia Portnova0e64ea22015-03-20 17:27:22 +020023
koder aka kdanilov2c473092015-03-29 17:12:13 +030024explicit_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 kdanilov3a6633e2015-03-26 18:20:00 +020036
gstepanovc82391e2015-03-17 15:46:36 +020037
38# sensors to be installed, accordingli to role
39sensors:
koder aka kdanilov2c473092015-03-29 17:12:13 +030040 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
gstepanovc82391e2015-03-17 15:46:36 +020046
koder aka kdanilov3a6633e2015-03-26 18:20:00 +020047
gstepanovc82391e2015-03-17 15:46:36 +020048# tests to run
49tests:
koder aka kdanilov2c473092015-03-29 17:12:13 +030050 # 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
gstepanovc82391e2015-03-17 15:46:36 +020057
58# where to store results
59results:
60 - mos-linux-http://172.12.33.45
61
62paths:
koder aka kdanilove06762a2015-03-22 23:32:09 +020063 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 Portnova0e64ea22015-03-20 17:27:22 +020068
69logging:
70 extra_logs: 1