Server Install: print message that client is being installed

IPA client is installed on server side during "Restarting web server"
step, which lasts too long. This commit explicitly print message that
IPA client is being installed.

Reviewed-By: Simo Sorce <ssorce@redhat.com>
This commit is contained in:
Martin Basti
2015-09-02 12:00:51 +02:00
parent f8f5bd644a
commit 7f0076b9a5
2 changed files with 2 additions and 0 deletions

View File

@@ -878,6 +878,7 @@ def install(installer):
ds.change_admin_password(admin_password)
# Call client install script
service.print_msg("Configuring client side components")
try:
args = [paths.IPA_CLIENT_INSTALL, "--on-master", "--unattended",
"--domain", domain_name, "--server", host_name,

View File

@@ -624,6 +624,7 @@ def install(installer):
http.restart()
# Call client install script
service.print_msg("Configuring client side components")
try:
args = [paths.IPA_CLIENT_INSTALL, "--on-master", "--unattended",
"--domain", config.domain_name, "--server", config.host_name,