From 5647c1364b481107c00aef2c4e038b7eb2efb0db Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Tue, 19 Apr 2016 11:21:08 -0400 Subject: a-o-i: Update prompt when asking for proxy --- utils/src/ooinstall/cli_installer.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py index 532194f7a..3c5869a60 100644 --- a/utils/src/ooinstall/cli_installer.py +++ b/utils/src/ooinstall/cli_installer.py @@ -517,6 +517,17 @@ def error_if_missing_info(oo_cfg): sys.exit(1) def get_proxy_hostname_and_excludes(): + message = """ +If a proxy is needed to reach HTTP and HTTPS traffic please enter the name below. +This proxy will be configured by default for all processes needing to reach systems outside +the cluster. + +More advanced configuration is possible if using ansible directly: + +https://docs.openshift.com/enterprise/latest/install_config/http_proxies.html +""" + click.echo(message) + message = "Specify the hostname for your proxy? (ENTER for none)" proxy_hostname = click.prompt(message) -- cgit v1.2.3