koder aka kdanilov | 7308462 | 2016-11-16 21:51:08 +0200 | [diff] [blame^] | 1 | config: Config - full configuration |
| 2 | nodes: List[NodeInfo] - all nodes |
| 3 | fuel_openstack_creds: OSCreds - openstack creds, discovered from fuel (or None) |
| 4 | openstack_openrc: OSCreds - openrc used for openstack cluster |
| 5 | discovered_nodes: List[NodeInfo] - list of discovered nodes |
| 6 | reused_nodes: List[NodeInfo] - list of reused nodes from cluster |
| 7 | spawned_vm_ids: List[int] - list of openstack VM id's, spawned for test |
| 8 | __types__ = type of data in keys |
| 9 | info/comment : str - run comment |
| 10 | info/run_uuid : str - run uuid |
| 11 | info/run_time : float - run unix time |