[release-announce] ansible-role-collect-logs 1.5.0

no-reply at openstack.org no-reply at openstack.org
Tue Apr 12 16:39:41 UTC 2022


We eagerly announce the release of:

ansible-role-collect-logs 1.5.0: ansible-role-collect-logs - An
Ansible role for aggregating logs from different nodes.

The source is available from:

    https://opendev.org/openstack/ansible-role-collect-logs

Download the package from:

    https://tarballs.openstack.org/ansible-role-collect-logs/

For more details, please see below.

Changes in ansible-role-collect-logs 1.4.0..1.5.0
-------------------------------------------------

ed6b3e3 Disable auto discovery as a workaround
b5dd48c Drop deprecated non-zuul-based reproducer
3ce9bdd Also collect container-config-scripts
d8fdd04 Fix slow timings regex matcher
ae4d1c7 Add ipa command log collection
1809de9 Fix ansible-lint failure
0873c32 Add artcl_find_* as infrared arguments
edea40c Add chrony status capture
0913c46 Use podman driver with molecule
2559de1 Replace ansible requirement by ansible-core
ce53850 Also collect requests/calls took longer than 30s
4a4fba4 Collect pcs CPU throttle events to logstash
529f0ee Also collect rabbitmq report and cookies
952eb55 Increase timeout for container collect logs
3cb42de Update sanity ignore file
07cee7b Collect Nova instances console logs
a1138ea Remove the ternary condition for sova_config
647c202 Fix molecule job
e8058a1 Remove the "no service" option
840cdd7 Removes a verification step in sova molecule test
f098644 Add new script for SELinux consolidation


Diffstat (except docs and test files)
-------------------------------------

.pre-commit-config.yaml                           |  2 +-
infrared_plugin/plugin.spec                       | 12 ++++
requirements.txt                                  |  3 +-
roles/collect_logs/defaults/main.yml              | 55 +++++++++++++-
roles/collect_logs/files/consolidate-avc.pl       | 44 ++++++++++++
roles/collect_logs/molecule/default/molecule.yml  |  4 +-
roles/collect_logs/molecule/infrared/molecule.yml |  4 +-
roles/collect_logs/molecule/sova/converge.yml     |  2 +
roles/collect_logs/molecule/sova/prepare.yml      | 88 +++++++++++++++++++++++
roles/collect_logs/molecule/sova/verify.yml       |  6 +-
roles/collect_logs/tasks/collect.yml              |  8 ++-
roles/collect_logs/tasks/collect/container.yml    |  2 +-
roles/collect_logs/tasks/publish.yml              |  5 --
roles/collect_logs/tasks/sova.yml                 | 40 +++++++----
setup.py                                          |  2 +-
tox.ini                                           |  7 +-
zuul.d/layout.yaml                                | 10 ++-
zuul.d/playbooks/pre.yml                          | 25 +++++++
21 files changed, 284 insertions(+), 39 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e0375c0..655bb21 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,2 +2 @@ pbr>=1.6
-# Do not remove 2.10, ansible-test and tox-ansible require it
-ansible>=2.5,<2.11
+ansible-core>=2.11,<2.12






More information about the Release-announce mailing list