mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-22 15:25:43 +00:00
ipa-replica-install: add --setup-kra
Some installer bugs were recently discovered with fs.protected_regular=1 Add --setup-kra to replica install to exercise more codepaths. Essentially test for https://bugzilla.redhat.com/show_bug.cgi?id=1698384 Signed-off-by: François Cami <fcami@redhat.com>
This commit is contained in:
parent
a0a8e3350d
commit
084303faab
@ -54,7 +54,7 @@ sub run {
|
||||
assert_script_run "systemctl restart firewalld.service";
|
||||
|
||||
# deploy as a replica
|
||||
my $args = "--setup-dns --setup-ca --allow-zone-overlap -U --principal admin --admin-password monkeys123";
|
||||
my $args = "--setup-dns --setup-ca --setup-kra --allow-zone-overlap -U --principal admin --admin-password monkeys123";
|
||||
for my $fwd (@forwards) {
|
||||
$args .= " --forwarder=$fwd";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user