Tags: rjeffman/certificate
Tags
tests: Ensure ipaserver hostname is a FQDN As certificate system role uses an IPA server to test certmonger provider, the ipaserver node has to have a FQDN for IPA to be installed. For the RedHat family of distros, from CentOS/RHEL 7+ and newer, automatic detection of Ansible's hostname may not select 'systemd' strategy, failing to set the hostnade FQDN. This failure often happens when running the tests locally with 'qemu'. This patch ensure that the 'systemd' strategy is used to set hostname. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
ci: Add pull request template and run commitlint on PR title only We now ensure the conventional commits format only on PR titles and not on commits to let developers keep commit messages targeted for other developers i.e. describe actual changes to code that users should not care about. And PR titles, on the contrary, must be aimed at end users. For more info, see https://linux-system-roles.github.io/contribute.html#write-a-good-pr-title-and-description Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
update tox-lsr to 2.13.2; update ansible-lint configuration; start of… … support for merge queues (linux-system-roles#161) Update tox-lsr to 2.13.2 Update ansible-lint configuration Add support for merge queues to github actions This doesn't mean all system roles support merge queues, this is just a preliminary step See linux-system-roles/.github#21 Signed-off-by: Rich Megginson <rmeggins@redhat.com>