Fix sanity test for gating tier0.functional

Add option to disable hostname DNS search during IPA installation.
This commit is contained in:
Rafael Guterres Jeffman 2024-11-13 18:07:19 -03:00
parent 4d3f8b40bb
commit 1d16b071b7

View File

@ -1,7 +1,7 @@
#!/bin/sh -eux
systemctl unmask gssproxy
ipa-server-install --hostname=$(hostname) -r EXAMPLE.TEST -n example.test --setup-dns --no-forwarders --allow-zone-overlap -p Secret123 -a Secret123 -U
ipa-server-install --hostname=$(hostname) --no-host-dns -r EXAMPLE.TEST -n example.test --setup-dns --no-forwarders --allow-zone-overlap -p Secret123 -a Secret123 -U
echo Secret123 | kinit admin
ipa config-show
ipa-server-install --uninstall -U