Fix sanity test for gating tier0.functional
Add option to disable hostname DNS search during IPA installation.
This commit is contained in:
parent
4d3f8b40bb
commit
1d16b071b7
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh -eux
|
#!/bin/sh -eux
|
||||||
|
|
||||||
systemctl unmask gssproxy
|
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
|
echo Secret123 | kinit admin
|
||||||
ipa config-show
|
ipa config-show
|
||||||
ipa-server-install --uninstall -U
|
ipa-server-install --uninstall -U
|
||||||
|
Loading…
Reference in New Issue
Block a user