tobiko/tobiko/tripleo
Slawek Kaplonski 8a16dd5375 Add JournalLogDigger class to parse OpenStack services logs
When we use devstack based environment, services like Nova or
Neutron are logging to the journalctl instead of files.
So we need to have som LogDigger class which will be able to parse
such logs in same way like log files.

This patch adds such class and also adds to the topology class
parameters which defines what LogDigger class should be used for
the topology and what are service names to log file names mappings.

Change-Id: Ice25bfa0cae60dc2b5402e59f549e2287808ba87
2020-11-27 15:32:22 +01:00
..
__init__.py Add openstack client tests 2020-11-06 11:49:37 +01:00
_ansible.py Add tools for getting ansible inventory 2020-07-06 16:51:17 +02:00
_config.py Add tools for getting ansible inventory 2020-07-06 16:51:17 +02:00
_overcloud.py Connect to TripleO cloud via its hypervisor host 2020-10-15 03:14:58 +00:00
_topology.py Add JournalLogDigger class to parse OpenStack services logs 2020-11-27 15:32:22 +01:00
_undercloud.py Fix SSH client configuration 2020-09-16 07:49:28 +00:00
config.py Try multiple tripleo RC files for OS credentials 2020-08-04 04:23:08 +00:00
containers.py Check OVN DBs listening on VIP (BZ1600151) 2020-11-19 08:36:38 +00:00
nova.py Use retry tool for waiting for healthy Nova services 2020-07-30 01:50:29 +03:00
pacemaker.py Make pacemaker test cases skip verification lazy 2020-09-02 04:29:01 +00:00
processes.py Fix how OVN process validations filter node names 2020-11-10 11:51:09 +01:00
services.py fix services polling and make it more robust 2020-01-03 12:24:12 +00:00
validations.py tripleo validations output and log passed validations 2020-07-08 23:18:29 +00:00