blob: dfbb49fcccca9e7d76a59176d7e38ef310a8e968 [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
koder aka kdanilove7e1a4d2016-12-17 20:29:52 +02003cli: List[str] - cli options
koder aka kdanilov39e449e2016-12-17 15:15:26 +02004
5fuel:
6 version: List[int] - FUEL master node version
7 os_creds: OSCreds - openstack creds, discovered from fuel (or None)
8 nodes: List[NodeInfo] - FUEL cluster nodes
9
koder aka kdanilov73084622016-11-16 21:51:08 +020010openstack_openrc: OSCreds - openrc used for openstack cluster
koder aka kdanilov39e449e2016-12-17 15:15:26 +020011
12openstack_nodes: List[NodeInfo] - list of openstack nodes
13reused_os_nodes: List[NodeInfo] - list of openstack VM, reused in test
14spawned_os_nodes: List[NodeInfo] - list of openstack VM, spawned for test
15ceph_nodes: List[NodeInfo] - list of ceph nodes
16explicit_nodes: List[NodeInfo] - list of explicit nodes
17
koder aka kdanilov73084622016-11-16 21:51:08 +020018info/comment : str - run comment
19info/run_uuid : str - run uuid
koder aka kdanilov70227062016-11-26 23:23:21 +020020info/run_time : float - run unix time
21
22# test results
23result/{id}/info : TestInfo - test information: name, cluster config, test parameters, etc.
24result/{id}/measurement/{node}/{name} : List[float] - measurements data. E.g.:
25 result/{id}/measurement/node-12/iops - for BW uses iops * block_sz
26 result/{id}/measurement/node-12/lat_histo
27
28metric/{node_name}/{dev}/{metric_name} : List[float] - node metrics data. E.g.:
29 metric/node-22/cpu/load
30 metric/node-22/sda/read_io
31 metric/node-22/eth0/data_recv