blob: 5e226e07916580853b968263c25ab1850d0220e3 [file] [log] [blame]
koder aka kdanilovda45e882015-04-06 02:24:42 +03001clouds:
gstepanovf1ff52d2015-04-07 15:54:33 +03002 fuel:
gstepanovf1ff52d2015-04-07 15:54:33 +03003 url: http://172.16.52.112:8000
gstepanov82489e72015-04-10 16:18:03 +03004 ext_ip: 172.16.53.3
gstepanovf1ff52d2015-04-07 15:54:33 +03005 creds: admin:admin@admin
6 ssh_creds: root:test37
7 openstack_env: test
Yulia Portnova0e64ea22015-03-20 17:27:22 +02008
gstepanovf1ff52d2015-04-07 15:54:33 +03009discover: fuel
Yulia Portnova0e64ea22015-03-20 17:27:22 +020010
koder aka kdanilov2c473092015-03-29 17:12:13 +030011explicit_nodes:
12 "ssh://192.168.152.43": testnode
13
gstepanovc82391e2015-03-17 15:46:36 +020014sensors:
koder aka kdanilovda45e882015-04-06 02:24:42 +030015 receiver_uri: udp://192.168.152.1:5699
koder aka kdanilov2c473092015-03-29 17:12:13 +030016 roles_mapping:
koder aka kdanilovda45e882015-04-06 02:24:42 +030017 ceph-osd: block-io
18 testnode: system-cpu, block-io
gstepanovc82391e2015-03-17 15:46:36 +020019
gstepanovc82391e2015-03-17 15:46:36 +020020tests:
koder aka kdanilovda45e882015-04-06 02:24:42 +030021 - io: tests/io_task_test.cfg
Yulia Portnova0e64ea22015-03-20 17:27:22 +020022
23logging:
koder aka kdanilovda45e882015-04-06 02:24:42 +030024 extra_logs: 1
25
26
27# # nodes to be started/detected
gstepanovf1ff52d2015-04-07 15:54:33 +030028#clouds:
koder aka kdanilovda45e882015-04-06 02:24:42 +030029# # openstack: file:///tmp/openrc
30# # openstack: user:passwd:tenant, http://......
31# # ceph: ssh://root@172.16.53.2::/home/koder/.ssh/id_rsa.pub
32# fuel:
33# url: http://172.16.52.112:8000
34# creds: admin:admin:admin
35# ssh_creds: root:test37
36# openstack_env: test
37# ceph: local
38
39# # discover: fuel+openstack, ceph
40
41# explicit_nodes:
42# "ssh://192.168.152.43": testnode
43
44# # sensors to be installed, accordingly to role
45# sensors:
46# receiver_uri: udp://192.168.152.1:5699
47# roles_mapping:
48# ceph-osd: block-io #ceph-io, ceph-cpu, ceph-ram, ceph-net
49# # ceph-mon: ceph-io, ceph-cpu, ceph-ram, ceph-net
50# os-compute: io, net
51# test-vm: system-cpu
52
53# # tests to run
gstepanov023c1e42015-04-08 15:50:19 +030054tests: # $include(tests.yaml)
55 start_test_nodes:
56 openstack:
57 vm_params:
58 count: x1
59 img_name: disk_io_perf
60 flavor_name: disk_io_perf.256
61 keypair_name: disk_io_perf
62 network_zone_name: novanetwork
63 flt_ip_pool: nova
64 creds: "ssh://ubuntu@{0}::disk_io_perf.pem"
gstepanov82489e72015-04-10 16:18:03 +030065 tests:
gstepanov023c1e42015-04-08 15:50:19 +030066 - pgbench:
67 opts:
68 num_clients: [4, 8, 12]
69 transactions: [1, 2, 3]
70
koder aka kdanilovda45e882015-04-06 02:24:42 +030071# - io: tests/io_task_test.cfg
72
73# # - vm_count:
74# # max_lat_ms: 20
75# # min_bw_mbps: 60
76# # min_4k_direct_w_iops: 100
77# # min_4k_direct_r_iops: 100
78
79# # where to store results
80# # results:
81# # - mos-linux-http://172.12.33.45
82# # - bson, /tmp/myrun.bson
83
gstepanov82489e72015-04-10 16:18:03 +030084paths:
85 basedir: "/home/gstepanov/rally-results-processor"
86 TEST_PATH: "/home/gstepanov/rally-results-processor/test_results"
87 CHARTS_IMG_PATH: "static/images"
88 SQLALCHEMY_MIGRATE_REPO: "/home/gstepanov/rally-results-processor/db_repository"
89 DATABASE_URI: 'sqlite:////home/gstepanov/rally-results-processor/app.db?check_same_thread=False'