2016-05-02 10:02:25 +00:00
|
|
|
=====
|
2013-06-17 21:18:00 +00:00
|
|
|
Trove
|
2016-05-02 10:02:25 +00:00
|
|
|
=====
|
2012-11-09 00:03:33 +00:00
|
|
|
|
2017-09-06 03:56:13 +00:00
|
|
|
.. image:: https://governance.openstack.org/tc/badges/trove.svg
|
|
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
2016-11-24 12:59:39 +00:00
|
|
|
|
2015-08-20 04:07:30 +00:00
|
|
|
Trove is Database as a Service for OpenStack.
|
2012-11-15 22:35:45 +00:00
|
|
|
|
2016-05-02 10:02:25 +00:00
|
|
|
Getting Started
|
|
|
|
---------------
|
2012-11-16 01:31:36 +00:00
|
|
|
|
2016-05-02 10:02:25 +00:00
|
|
|
If you'd like to run from the master branch, you can clone the git repo:
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2019-04-22 06:40:30 +00:00
|
|
|
git clone https://opendev.org/openstack/trove
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2018-06-11 03:23:28 +00:00
|
|
|
For information on how to contribute to trove, please see
|
|
|
|
CONTRIBUTING.rst_ and HACKING.rst_
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2019-04-29 02:43:56 +00:00
|
|
|
.. _CONTRIBUTING.rst: https://opendev.org/openstack/trove/src/branch/master/CONTRIBUTING.rst
|
|
|
|
.. _HACKING.rst: https://opendev.org/openstack/trove/src/branch/master/HACKING.rst
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2018-06-11 03:23:28 +00:00
|
|
|
* `Wiki <https://wiki.openstack.org/wiki/Trove>`_
|
|
|
|
* `Developer Docs <https://docs.openstack.org/trove/latest/>`_
|
|
|
|
|
|
|
|
You can raise bugs here:
|
2019-08-27 02:29:58 +00:00
|
|
|
`Bug Tracker <https://storyboard.openstack.org/#!/project/openstack/trove>`_
|
2018-06-11 03:23:28 +00:00
|
|
|
|
|
|
|
The plan for trove can be found at
|
|
|
|
`Trove Specs <https://specs.openstack.org/openstack/trove-specs/>`_
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2018-06-28 05:02:19 +00:00
|
|
|
Release notes for the project can be found at:
|
|
|
|
https://docs.openstack.org/releasenotes/trove
|
|
|
|
|
2016-05-02 10:02:25 +00:00
|
|
|
Python client
|
|
|
|
-------------
|
2018-06-11 03:23:28 +00:00
|
|
|
Python-troveclient_ is a client for Trove.
|
|
|
|
|
2019-04-22 06:40:30 +00:00
|
|
|
.. _Python-troveclient: https://opendev.org/openstack/python-troveclient
|
2018-06-11 03:23:28 +00:00
|
|
|
|
|
|
|
Dashboard plugin
|
|
|
|
----------------
|
|
|
|
Trove-dashboard_ is OpenStack dashbaord plugin for Trove.
|
|
|
|
|
2019-04-22 06:40:30 +00:00
|
|
|
.. _Trove-dashboard: https://opendev.org/openstack/trove-dashboard
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2016-05-02 10:02:25 +00:00
|
|
|
References
|
|
|
|
----------
|
2014-03-03 13:34:17 +00:00
|
|
|
|
2018-06-11 03:23:28 +00:00
|
|
|
* `Installation docs`_
|
|
|
|
* `Manual installation docs`_
|
|
|
|
* `Build guest image`_
|
|
|
|
|
2020-11-23 14:22:41 +00:00
|
|
|
.. _Installation docs: https://docs.openstack.org/trove/latest/install/
|
|
|
|
.. _Manual installation docs: https://docs.openstack.org/trove/latest/install/install-manual.html
|
2018-06-11 03:23:28 +00:00
|
|
|
.. _Build guest image: https://docs.openstack.org/trove/latest/admin/building_guest_images.html
|