summaryrefslogtreecommitdiffstats
path: root/.test_runner_config.yaml
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2017-03-02 17:08:59 +0100
committerDavid Kupka <dkupka@redhat.com>2017-03-08 15:50:30 +0100
commit4006cbbc02c368ac9e5e3721613158decb34fd37 (patch)
tree12e723414cfb263166df5ce00d625c05f60104af /.test_runner_config.yaml
parentad3451067ad474ea52872913d6789b1652f9a9c4 (diff)
downloadfreeipa-4006cbbc02c368ac9e5e3721613158decb34fd37.tar.gz
freeipa-4006cbbc02c368ac9e5e3721613158decb34fd37.tar.xz
freeipa-4006cbbc02c368ac9e5e3721613158decb34fd37.zip
KRA: add --setup-kra to ipa-server-install
This patch allows to install KRA on first IPA server in one step using ipa-server-install This option improves containers installation where ipa-server can be installed with KRA using one call without need to call docker exec. Please note the the original `kra.install()` calls in ipaserver/install/server/install.py were empty operations as it did nothing, so it is safe to move them out from CA block https://pagure.io/freeipa/issue/6731 Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to '.test_runner_config.yaml')
-rw-r--r--.test_runner_config.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.test_runner_config.yaml b/.test_runner_config.yaml
index e473d499d..b7896c307 100644
--- a/.test_runner_config.yaml
+++ b/.test_runner_config.yaml
@@ -47,8 +47,7 @@ steps:
- dnf install -y ${container_working_dir}/dist/rpms/*.rpm --best --allowerasing
install_server:
- ipa-server-install -U --domain ${server_domain} --realm ${server_realm} -p ${server_password}
- -a ${server_password} --setup-dns --auto-forwarders
- - ipa-kra-install -p ${server_password}
+ -a ${server_password} --setup-dns --setup-kra --auto-forwarders
lint:
- PYTHON=/usr/bin/python2 make V=0 lint
- PYTHON=/usr/bin/python3 make V=0 pylint