Include -E in tripleo-repos sudo calls
Without this any proxy settings in the environment won't be present in the tripleo-repos env, which makes it fail behind a proxy. Since it won't hurt anything to use -E in all cases, let's just add it to the documented calls. Change-Id: I1b5ffacfc6b0b4fc31d59a831bcd5865f39cb223
This commit is contained in:
@@ -23,42 +23,42 @@ For example::
|
||||
|
||||
Enable the current Newton repositories::
|
||||
|
||||
sudo tripleo-repos -b newton current
|
||||
sudo -E tripleo-repos -b newton current
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
Include the Ceph repo in the tripleo-repos call::
|
||||
|
||||
sudo tripleo-repos -b newton current ceph
|
||||
sudo -E tripleo-repos -b newton current ceph
|
||||
|
||||
.. admonition:: Ocata
|
||||
:class: ocata ntoo
|
||||
|
||||
Enable the current Ocata repositories::
|
||||
|
||||
sudo tripleo-repos -b ocata current
|
||||
sudo -E tripleo-repos -b ocata current
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
Include the Ceph repo in the tripleo-repos call::
|
||||
|
||||
sudo tripleo-repos -b ocata current ceph
|
||||
sudo -E tripleo-repos -b ocata current ceph
|
||||
|
||||
.. admonition:: Pike
|
||||
:class: pike otop
|
||||
|
||||
Enable the current Pike repositories::
|
||||
|
||||
sudo tripleo-repos -b pike current
|
||||
sudo -E tripleo-repos -b pike current
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
Include the Ceph repo in the tripleo-repos call::
|
||||
|
||||
sudo tripleo-repos -b pike current ceph
|
||||
sudo -E tripleo-repos -b pike current ceph
|
||||
|
||||
.. warning::
|
||||
The remaining repositories configuration steps below should not be done for stable
|
||||
@@ -71,11 +71,11 @@ repository configurations available in tripleo-repos, see its --help output
|
||||
for details.
|
||||
::
|
||||
|
||||
sudo tripleo-repos current-tripleo-dev
|
||||
sudo -E tripleo-repos current-tripleo-dev
|
||||
|
||||
.. admonition:: Ceph
|
||||
:class: ceph
|
||||
|
||||
Include the Ceph repository in the tripleo-repos command::
|
||||
|
||||
sudo tripleo-repos current-tripleo-dev ceph
|
||||
sudo -E tripleo-repos current-tripleo-dev ceph
|
||||
|
||||
Reference in New Issue
Block a user