bc0a12dfff
Broke out install related content, and linked the mission statement in to the main index page. Change-Id: I439e07429f9862f57520c7f92f5b0814536c0ffc
18 lines
643 B
ReStructuredText
18 lines
643 B
ReStructuredText
Virtualenv Installation Support
|
|
===============================
|
|
|
|
Bifrost can be used with a Python virtual environment. At present,
|
|
this feature is experimental, so it's disabled by default. If you
|
|
would like to use a virtual environment, you'll need to modify the
|
|
install steps slightly. To set up the virtual environment and install
|
|
ansible into it, run ``env-setup.sh`` as follows::
|
|
|
|
export VENV=/opt/stack/bifrost
|
|
./scripts/env-setup.sh
|
|
|
|
Then run the install playbook with the following arguments::
|
|
|
|
ansible-playbook -vvvv -i inventory/target install.yaml
|
|
|
|
This will install ironic and its dependencies into the virtual environment.
|