blob: da94a8aff54a26c9165820529f56d9f631f3f4ab [file] [log] [blame]
koder aka kdanilovda45e882015-04-06 02:24:42 +03001clouds:
koder aka kdanilov2c473092015-03-29 17:12:13 +03002 ceph: local
Yulia Portnova0e64ea22015-03-20 17:27:22 +02003
koder aka kdanilovda45e882015-04-06 02:24:42 +03004discover: ceph
Yulia Portnova0e64ea22015-03-20 17:27:22 +02005
koder aka kdanilov2c473092015-03-29 17:12:13 +03006explicit_nodes:
7 "ssh://192.168.152.43": testnode
8
gstepanovc82391e2015-03-17 15:46:36 +02009sensors:
koder aka kdanilovda45e882015-04-06 02:24:42 +030010 receiver_uri: udp://192.168.152.1:5699
koder aka kdanilov2c473092015-03-29 17:12:13 +030011 roles_mapping:
koder aka kdanilovda45e882015-04-06 02:24:42 +030012 ceph-osd: block-io
13 testnode: system-cpu, block-io
gstepanovc82391e2015-03-17 15:46:36 +020014
gstepanovc82391e2015-03-17 15:46:36 +020015tests:
koder aka kdanilovda45e882015-04-06 02:24:42 +030016 - io: tests/io_task_test.cfg
Yulia Portnova0e64ea22015-03-20 17:27:22 +020017
18logging:
koder aka kdanilovda45e882015-04-06 02:24:42 +030019 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'