https://github.com/openstack/rally
Raw File
Tip revision: 9fc9876a9ef0fa669cd43cac976c86b2bafba6ce authored by Andrey Kurilin on 28 March 2018, 15:35:22 UTC
Propose release notes for 0.11.2
Tip revision: 9fc9876
installing_isolated.rst
==================================================================================
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.
back to top