From f128c512112c0dd1ace1a869003c9b4b3becb642 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 9 Aug 2013 09:11:43 -0700 Subject: [PATCH] update the docs for a proxy/firewall workaround in wget Signed-off-by: Alfredo Deza --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 7dc07b0..f55a34f 100644 --- a/README.rst +++ b/README.rst @@ -117,6 +117,16 @@ Or to test a development branch:: ceph-deploy install --dev=wip-mds-now-works-no-kidding HOST [HOST..] +Proxy or Firewall Installs +-------------------------- +If attempting to install behind a firewall or through a proxy you will need to +set the `wget` env variables to point to the right hosts, for example:: + + http_proxy=http://host:port + ftp_proxy=http://host:port + https_proxy=http://host:port + + Deploying monitors ================== -- 2.47.3