From 45490f881f356f60334f41a7b3bc7f40b0970367 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 8 Oct 2013 11:34:33 -0400 Subject: [PATCH] update the firewall install with the new flag Signed-off-by: Alfredo Deza --- README.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 ================== -- 2.47.3