This commit is contained in:
Petr Sklenar 2022-02-01 11:11:52 +01:00
commit bf030a963e

View file

@ -89,19 +89,22 @@ rlJournalStart
rlRun "kinit -kt /etc/krb5.keytab" 0 "Login machine into kerberos"
rlRun "klist" 0 "Ensure some ticket is there"
rlRun "make_update > update"
rlRun "/usr/bin/nsupdate -g -d update"
#rlRun "/usr/bin/nsupdate -g -d update"
echo "===============DEBUG"
/usr/bin/nsupdate -g -d update
echo "=============== END of DEBUG"
rlPhaseEnd
# rlPhaseStartCleanup
# ipa-server-install --uninstall --unattended
# killall bind
# systemctl daemon-reload
# rlServiceStop
# rlRun "rm -f $rlRun_LOG"
# rlRun "popd"
# rlRun "hostname ${ORIG_HOSTNAME}"
# rlRun "rm -r $TmpDir" 0 "Removing tmp directory"
# rlPhaseEnd
rlPhaseStartCleanup
ipa-server-install --uninstall --unattended
killall bind
systemctl daemon-reload
rlServiceStop
rlRun "rm -f $rlRun_LOG"
rlRun "popd"
rlRun "hostname ${ORIG_HOSTNAME}"
rlRun "rm -r $TmpDir" 0 "Removing tmp directory"
rlPhaseEnd
rlJournalPrintText
rlJournalEnd