Files
rally-openstack/doc/feature_request/installing_isolated.rst
Dina Belova d7fdee30cc [docs][6] Re-design docs to cover all user-groups
All information related to Rally community and project
info has been refactored. Modified files fit 80 symbols
margin where possible.

[TODO] add 80 symbols margin check similar to what
       Performance Documentation has

Change-Id: Id4f33733c2b9aa141df4eeb0f24a21d82290a962
2017-01-10 11:25:00 -08:00

27 lines
875 B
ReStructuredText

=================================================================================
Installation script: ``--pypi-mirror``, ``--package-mirror`` and ``--venv-mirror``
=================================================================================
Use case
--------
Installation is pretty easy when there is an Internet connection available.
And there is surely a number of OpenStack uses when whole environment is
isolated. In this case, we need somehow specify where installation script
should take required libs and packages.
Problem description
-------------------
#. Installation script can't work without direct Internet connection
Possible solution #1
--------------------
#. Add ``--pypi-mirror`` option to installation script.
#. Add ``--package-mirror`` option to installation script.
#. Add ``--venv-mirror`` option to installation script.