From: kfei Date: Wed, 28 May 2014 11:13:09 +0000 (+0800) Subject: Add a note about running wget behind proxy X-Git-Tag: v1.5.3~6^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=91085ecd588a3fe06ec8d2faea4b9c8cf032a6d5;p=ceph-deploy.git Add a note about running wget behind proxy To avoid mistakes, the wget env variables should be set in '/root/.wgetrc' since ceph-deploy will run wget as root user on each node. Signed-off-by: kfei --- diff --git a/README.rst b/README.rst index e85bca8..a6b226a 100644 --- a/README.rst +++ b/README.rst @@ -207,8 +207,8 @@ repositories*. This means that those repositories will need to be properly setup (and mirrored with all the necessary dependencies) before attempting an install. -Another alternative is to set the `wget` env variables to point to the right -hosts, for example:: +Another alternative is to set the ``wget`` env variables to point to the right +hosts, for example, put following lines into ``/root/.wgetrc`` on each node (since ceph-deploy runs wget as root):: http_proxy=http://host:port ftp_proxy=http://host:port