From: Alfredo Deza Date: Fri, 9 Aug 2013 16:11:43 +0000 (-0700) Subject: update the docs for a proxy/firewall workaround in wget X-Git-Tag: v1.2~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34%2Fhead;p=ceph-deploy.git update the docs for a proxy/firewall workaround in wget Signed-off-by: Alfredo Deza --- 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 ==================