]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
update the docs for a proxy/firewall workaround in wget 34/head
authorAlfredo Deza <alfredo@deza.pe>
Fri, 9 Aug 2013 16:11:43 +0000 (09:11 -0700)
committerAlfredo Deza <alfredo@deza.pe>
Fri, 9 Aug 2013 16:11:43 +0000 (09:11 -0700)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
README.rst

index 7dc07b0273c3f33b3170b52f98a5ec341de4d8bb..f55a34fe471687e87a01c269cf45974d5d1b16a0 100644 (file)
@@ -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
 ==================