
We don't have proper documentation for the role other than the README right now, let's at least use that. Change-Id: I27bd0dccce2ffb61c4d6d0adb3e400836141af3c
717 B
717 B
Installing ARA
Manually with pip
ARA should work on any Linux distributions as long as python3 is available.
It is recommended to use a python virtual environment in order to avoid conflicts with your Linux distribution python packages:
# Create a virtual environment
python3 -m venv ~/.ara/venv
# Install ARA 1.0 from source
~/.ara/venv/bin/pip install git+https://git.openstack.org/openstack/ara@feature/1.0
Using ansible-role-ara
An Ansible role is available to install and configure ARA.
For more details, refer to the role documentation: ansible-role-ara
.