Releases: linux-system-roles/kdump
Version 1.2.9
[1.2.9] - 2023-04-27
Other Changes
- test: check generated files for ansible_managed, fingerprint
- ci: Add commitlint GitHub action to ensure conventional commits with feedback
Version 1.2.8
[1.2.8] - 2023-04-13
Other Changes
- ansible-lint - use changed_when even for conditional execution (#138)
Version 1.2.7
Version 1.2.6
[1.2.6] - 2023-01-16
New Features
- none
Bug Fixes
- none
Other Changes
- ansible-lint 6.x fixes
- Add check for non-inclusive language
- CHANGELOG.md - cleanup non-inclusive words.
Version 1.2.5
bump tox-lsr version to 2.11.0; remove py37; add py310 (#103)
[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310 (#103)
tox-lsr version 2.11.0 has support for collection-requirements.yml,
runqemu improvements, and support for python 3.10
python 3.7 is not used on any supported platform, so remove it
Signed-off-by: Rich Megginson [email protected]
support gather_facts: false; support setup-snapshot.yml (#102)
support gather_facts: false; support setup-snapshot.yml (#102)
Some users use gather_facts: false
in their playbooks. This changes
the role to work in that case, by gathering only the facts it requires
to run.
CI testing can be sped up by creating a snapshot image pre-installed
with packages. tests/setup-snapshot.yml can be used by a CI system
to do this.
Use public: true
with the certificate role because the test uses
internal variables from that role.
use kdumpctl reset-crashkernel on rhel9 (#97)
[citest skip] bump tox-lsr version to 2.9.1 (#100)
Signed-off-by: Rich Megginson [email protected]
use kdumpctl reset-crashkernel on rhel9 (#97)
According to the rhel9 docs:
To use the crashkernel default parameters, run the following command:
kdumpctl reset-crashkernel --kernel=ALL
This fixes the issue with EL9 managed hosts where kdump.service could
not be started upon reboot.
get rid of recursive role symlink in tests/roles
change recursive role symlink to individual role dir symlinks (#95)
Signed-off-by: Rich Megginson [email protected]
bump tox-lsr version to 2.8.3 (#96)
Signed-off-by: Rich Megginson [email protected]
Add kdump_reboot_required for systems with kdump disabled by default
update tox-lsr version to 2.8.0 (#93)
- update tox-lsr version to 2.8.0
New version adds check for proper commenting of the ansible_managed var
Signed-off-by: Sergei Petrosian [email protected]
Add kdump_reboot_required for systems with kdump disabled by default (#84)
Systems that do not have kdump enabled might not have the memory
reserved for kdump in /sys/kernel/kexec_crash_size. It is necessary
to enable kdump and reboot the system to reserve memory and populate
/sys/kernel/kexec_crash_size with the required value.
- Add kdump_reboot_required fact and fail if it is set
- Add the kdump_reboot_ok variable to indicate that role must reboot nodes
- Do not skip tasks if kexec_crash_size does not contain the required
- Add rescue block to default and ssh tests. Add default_reboot test.
value. Instead, configure kdump and request reboot to apply the changes