blob: 040c49e77cfa1e59121cc8685d94fe466ec6ff5d [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
54# tests: #$include(tests.yaml)
55# # - with_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# # tests:
66# # - pgbench:
67# # opts:
68# # num_clients: [4, 8, 12]
69# # transactions: [1, 2, 3]
70# - io: tests/io_task_test.cfg
71
72# # - vm_count:
73# # max_lat_ms: 20
74# # min_bw_mbps: 60
75# # min_4k_direct_w_iops: 100
76# # min_4k_direct_r_iops: 100
77
78# # where to store results
79# # results:
80# # - mos-linux-http://172.12.33.45
81# # - bson, /tmp/myrun.bson
82
83# paths:
84# basedir: "/home/gstepanov/rally-results-processor"
85# TEST_PATH: "/home/gstepanov/rally-results-processor/test_results"
86# CHARTS_IMG_PATH: "static/images"
87# SQLALCHEMY_MIGRATE_REPO: "/home/gstepanov/rally-results-processor/db_repository"
88# DATABASE_URI: 'sqlite:////home/gstepanov/rally-results-processor/app.db?check_same_thread=False'