From: Alfredo Deza Date: Tue, 8 Oct 2013 15:34:33 +0000 (-0400) Subject: update the firewall install with the new flag X-Git-Tag: v1.3~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=45490f881f356f60334f41a7b3bc7f40b0970367;p=ceph-deploy.git update the firewall install with the new flag Signed-off-by: Alfredo Deza --- diff --git a/README.rst b/README.rst index dfd24c0..9ae83f4 100644 --- a/README.rst +++ b/README.rst @@ -170,14 +170,25 @@ Or to test a development branch:: 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:: +If attempting to install behind a firewall or through a proxy you can +use the ``--no-adjust-repos`` that will tell ceph-deploy to skip any changes +to the distro's repository in order to install the packages and it will go +straight to package installation. + +That will allow an environment without internet access to point to *its own +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:: http_proxy=http://host:port ftp_proxy=http://host:port https_proxy=http://host:port + Deploying monitors ==================