docs: add OpenStack-Ansible as an installation method

Add OpenStack-Ansible as an alternative method for
installing Trove

Change-Id: I876ec4c02c5fde7571fd003a67af6ebf80c87e56
This commit is contained in:
Dmitriy Chubinidze
2025-06-04 10:38:06 +00:00
parent 00aa57453a
commit 5c67d17904
2 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ database engines.
install-manual.rst
install-ubuntu.rst
install-rdo.rst
install-osa.rst
dashboard.rst
verify.rst
next-steps.rst

View File

@@ -0,0 +1,8 @@
.. _install-osa:
Deploying with OpenStack-Ansible
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can also deploy and set up Trove using `OpenStack-Ansible <https://docs.openstack.org/openstack-ansible/latest/>`_ by following
the `Trove role for OpenStack-Ansible <https://docs.openstack.org/openstack-ansible-os_trove/latest/>`_
which installs and configures Trove as part of your OpenStack deployment.