While working on server code, which lead me to database code, I felt
the need to make it easier to bootstrap a live autotest server database,
something that is really central to an autotest server installation.

Other fixes were collected during the process.

Series summary:
[PATCH 1/7] server installation: introduce autotest-database-turnkey
[PATCH 2/7] server installation: move firewalld_add_service to
[PATCH 3/7] server installation: matplotlib requires AFM fonts
[PATCH 4/7] database/migrate.py: clean up and minor adjustments
[PATCH 5/7] bit rot management: remove usage of functions deprecated
[PATCH 6/7] global config: style fixes and documentation
[PATCH 7/7] global config: adjust parameter name on users of this

Series Diff stat:
 client/autotest_local.py                           |   9 +-
 client/base_sysinfo.py                             |   8 +-
 client/client_logging_config.py                    |   4 +-
 client/job.py                                      |   9 +-
 client/job_unittest.py                             |   9 +-
 client/shared/base_packages.py                     |   4 +-
 client/shared/global_config.py                     | 152 +++++++----
 client/shared/hosts/base_classes.py                |   8 +-
 contrib/firewalld_add_service                      | 124 ---------
 contrib/install-autotest-server.sh                 |  54 +---
 database/migrate.py                                |  71 +++---
 frontend/afe/models.py                             |   6 +-
 frontend/afe/rpcserver_logging.py                  |   3 +-
 frontend/autotest-manage-rpc-server                |  22 +-
 frontend/manage.py                                 |  19 +-
 frontend/settings.py                               |   7 +-
 frontend/setup_django_environment.py               |  18 +-
 installation_support/autotest-database-turnkey     | 279 +++++++++++++++++++++
 .../autotest-firewalld-add-service                 | 124 +++++++++
 installation_support/common.py                     |  14 ++
 scheduler/drone_manager.py                         |   9 +-
 scheduler/drones.py                                |   5 +-
 scheduler/monitor_db.py                            |   9 +-
 scheduler/monitor_db_functional_unittest.py        |   2 +-
 scheduler/scheduler_config.py                      |   2 +-
 server/autotest_remote.py                          |  29 ++-
 server/autotest_remote_unittest.py                 |  12 +-
 server/crashcollect.py                             |   2 +-
 server/hosts/abstract_ssh.py                       |   4 +-
 server/hosts/factory.py                            |   2 +-
 server/hosts/paramiko_host.py                      |   2 +-
 tko/db.py                                          |  10 +-
 32 files changed, 689 insertions(+), 343 deletions(-)

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to