Releases: linux-system-roles/metrics
test with ansible 2.12
support python 39, ansible-core 2.12, ansible-plugin-scan
update tox-lsr version to 2.7.1
update the tox-lsr version used in github actions tox CI
to 2.7.1
The only difference between this an 2.7.0 is that Ansible 2.12
is now GA.
Signed-off-by: Rich Megginson [email protected]
Fix apt-get install, tests fixes
check_redis should use shell not command
the redis_cli check was silently failing - it reported an error
that the |
argument was invalid, but it returned a 0 exit code
anyway. You cannot use pipes |
or other bash constructs using
the command
module, you must use the shell
module.
use tox-lsr version 2.5.1
This version removes support for molecule until we can figure out
what to do about molecule. This should make all of the tox tests
pass (except for python 2.6).
Signed-off-by: Rich Megginson [email protected]
use apt-get install -y
Signed-off-by: Rich Megginson [email protected]
bpftrace: follow bpftrace.conf symlink for latest PCP versions
bpftrace: follow bpftrace.conf symlink for latest PCP versions
Resolves Red Hat BZ #1993240
drop support for ansible 2.8
Raise supported Ansible version to 2.9
min_ansible_version is now 2.9
Bug 1989197 - drop support for Ansible 2.8
https://bugzilla.redhat.com/show_bug.cgi?id=1989197
Reorder tasks such that Redis started before PCP services
Reorder tasks such that Redis started before PCP services
Current versions of the pmproxy daemon in PCP attempt to
connect to Redis immediately on startup and disable some
functionality if that fails.
This should be fixed in PCP in due course but there's no
harm in starting Redis service first in the metrics role
(if metric_query is requested) to avoid the problem.
__pcp_target_hosts not defined so loop doesn't run
__pcp_target_hosts not defined so loop doesn't run
More info: https://bugzilla.redhat.com/show_bug.cgi?id=1967335
Fix lint issues; support for EL 9
Fix lint issues
Support EL 9 managed hosts
add platform variables for RHEL 9 to all sub-roles
Add platform variables for RHEL 9 to all sub-roles.
Update mssql test to exclude non-x86_64 architectures