Commit 04bb8e9
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 <[email protected]>1 parent f46489f commit 04bb8e9
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments