blob: 1715dfae1a2fce3bb9abeb20a44c9a87a844ca02 [file] [log] [blame]
koder aka kdanilovda45e882015-04-06 02:24:42 +03001clouds:
gstepanovf1ff52d2015-04-07 15:54:33 +03002 fuel:
3 id: 3
4 url: http://172.16.52.112:8000
5 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"
65 internal_tests:
66 - pgbench:
67 opts:
68 num_clients: [4, 8, 12]
69 transactions: [1, 2, 3]
70
71 with_test_nodes:
72 openstack:
73 vm_params:
74 count: x1
75 img_name: disk_io_perf
76 flavor_name: disk_io_perf.256
77 keypair_name: disk_io_perf
78 network_zone_name: novanetwork
79 flt_ip_pool: nova
80 creds: "ssh://ubuntu@{0}::disk_io_perf.pem"
81 internal_tests:
82 - pgbench:
83 opts:
84 num_clients: [4, 8, 12]
85 transactions: [1, 2, 3]
koder aka kdanilovda45e882015-04-06 02:24:42 +030086# - io: tests/io_task_test.cfg
87
88# # - vm_count:
89# # max_lat_ms: 20
90# # min_bw_mbps: 60
91# # min_4k_direct_w_iops: 100
92# # min_4k_direct_r_iops: 100
93
94# # where to store results
95# # results:
96# # - mos-linux-http://172.12.33.45
97# # - bson, /tmp/myrun.bson
98
99# paths:
100# basedir: "/home/gstepanov/rally-results-processor"
101# TEST_PATH: "/home/gstepanov/rally-results-processor/test_results"
102# CHARTS_IMG_PATH: "static/images"
103# SQLALCHEMY_MIGRATE_REPO: "/home/gstepanov/rally-results-processor/db_repository"
104# DATABASE_URI: 'sqlite:////home/gstepanov/rally-results-processor/app.db?check_same_thread=False'