blob: 571504644b5fe7c695ba7dfd10a166ae1872b18a [file] [log] [blame]
koder aka kdanilov73084622016-11-16 21:51:08 +02001config: Config - full configuration
koder aka kdanilov39e449e2016-12-17 15:15:26 +02002all_nodes: List[NodeInfo] - all nodes
3
4fuel:
5 version: List[int] - FUEL master node version
6 os_creds: OSCreds - openstack creds, discovered from fuel (or None)
7 nodes: List[NodeInfo] - FUEL cluster nodes
8
koder aka kdanilov73084622016-11-16 21:51:08 +02009openstack_openrc: OSCreds - openrc used for openstack cluster
koder aka kdanilov39e449e2016-12-17 15:15:26 +020010
11openstack_nodes: List[NodeInfo] - list of openstack nodes
12reused_os_nodes: List[NodeInfo] - list of openstack VM, reused in test
13spawned_os_nodes: List[NodeInfo] - list of openstack VM, spawned for test
14ceph_nodes: List[NodeInfo] - list of ceph nodes
15explicit_nodes: List[NodeInfo] - list of explicit nodes
16
koder aka kdanilov73084622016-11-16 21:51:08 +020017info/comment : str - run comment
18info/run_uuid : str - run uuid
koder aka kdanilov70227062016-11-26 23:23:21 +020019info/run_time : float - run unix time
20
21# test results
22result/{id}/info : TestInfo - test information: name, cluster config, test parameters, etc.
23result/{id}/measurement/{node}/{name} : List[float] - measurements data. E.g.:
24 result/{id}/measurement/node-12/iops - for BW uses iops * block_sz
25 result/{id}/measurement/node-12/lat_histo
26
27metric/{node_name}/{dev}/{metric_name} : List[float] - node metrics data. E.g.:
28 metric/node-22/cpu/load
29 metric/node-22/sda/read_io
30 metric/node-22/eth0/data_recv