rally-openstack/doc/feature_request/installing_isolated.rst
Oleksandr Savatieiev 2318675629 [feature request] Allows specific repos & packages in install-rally.sh
This feature request allows to run installation script with
specified mirrors for repos and packages that are required
from internet 

Change-Id: I32b2d20c11baad4b3b49aec6595293b39311108f
2015-08-28 06:12:21 +00:00

868 B

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

  1. Installation script can't work without direct Internet connection

Possible solution #1

  1. Add --pypi-mirror option to installation script.
  2. Add --package-mirror option to installation script.
  3. Add --venv-mirror option to installation script.