diff --git a/doc/source/ansible-role-ara.rst b/doc/source/ansible-role-ara.rst new file mode 100644 index 00000000..f3eadbbe --- /dev/null +++ b/doc/source/ansible-role-ara.rst @@ -0,0 +1 @@ +.. include:: ../../roles/ara/README.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 3c90bf80..37ee05a8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,3 +13,8 @@ Table of Contents API authentication and security API usage with built-in clients Architecture and workflows + +.. toctree:: + :maxdepth: 1 + + ansible-role-ara diff --git a/doc/source/installation.rst b/doc/source/installation.rst index f8e22f8d..117d9319 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -3,6 +3,9 @@ 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 `_ @@ -13,3 +16,10 @@ in order to avoid conflicts with your Linux distribution python packages:: # 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: :ref:`ansible-role-ara`. diff --git a/roles/ara/README.rst b/roles/ara/README.rst index 7c99e305..36536773 100644 --- a/roles/ara/README.rst +++ b/roles/ara/README.rst @@ -8,12 +8,12 @@ deployment topologies. It is currently tested and supported against Ubuntu 18.04 and Fedora 29. Role Variables -============== +-------------- -See ``defaults/main.yaml``. +See `defaults/main.yaml `_. TL;DR -===== +----- Playbook that runs the role with defaults:: @@ -39,7 +39,7 @@ What the role ends up doing by default: - Collects static files (``ara-manage collectstatic``) into ``~/.ara/www`` About deployment topologies -=========================== +--------------------------- This Ansible role is designed to support different opinionated topologies that can be selected with role variables. @@ -62,7 +62,7 @@ with apache, mod_wsgi and postgresql. Or any combination of any of those. Example playbooks -================= +----------------- Install ARA and set up the API to be served by a persistent gunicorn service:: @@ -96,7 +96,7 @@ Install ARA and set up the API to be served by nginx in front of gunicorn:: - ara Copyright -========= +--------- ::