openstack-trove 2014.1-0ubuntu1 source package in Ubuntu
Changelog
openstack-trove (2014.1-0ubuntu1) trusty; urgency=medium * New upstream release (LP: #1299055). -- Chuck Short <email address hidden> Thu, 17 Apr 2014 05:52:54 -0400
Upload details
- Uploaded by:
- Chuck Short
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
openstack-trove_2014.1.orig.tar.gz | 1.3 MiB | 8a9cec9e32e3eb9522f90221fe7387b6cbc3de18d138a7c8d9ee5e48f89c57b7 |
openstack-trove_2014.1-0ubuntu1.debian.tar.gz | 12.2 KiB | 531292e2397f5a8d2fb74a2324d65e04c357f56c16de7e2a105cdced80b7baa8 |
openstack-trove_2014.1-0ubuntu1.dsc | 2.4 KiB | a71d32c3738b2517d47c0fd847b84efefd75d1efd8a4c4388f61850534601704 |
Available diffs
- diff from 2014.1~rc1-0ubuntu2 to 2014.1-0ubuntu1 (662 bytes)
Binary packages built by this source
- python-trove: Database as a Service for OpenStack - Python lib
Trove is "Database as a Service" for Openstack. It's designed to allow users
to quickly and easily utilize the features of a relational database without
the burden of handling complex administrative tasks.
.
Cloud users and database administrators can provision and manage multiple
database instances as needed. The service focus on providing resource
isolation at high performance while automating deployment, configuration,
patching, backups, restores, and monitoring. Trove is designed to support a
single-tenant database within a Nova instance. There is no restrictions on how
Nova is configured, since Trove interacts with other OpenStack components
purely through the API.
.
This package provides the Trove Python library.
- trove-api: Database as a Service for OpenStack - API server
Trove is Database as a Service for Openstack. It's designed to run entirely on
OpenStack, with the goal of allowing users to quickly and easily utilize the
features of a relational database without the burden of handling complex
administrative tasks. Cloud users and database administrators can provision
and manage multiple database instances as needed. Initially, the service will
focus on providing resource isolation at high performance while automating
complex administrative tasks including deployment, configuration, patching,
backups, restores, and monitoring. Trove is designed to support a
single-tenant database within a Nova instance. There is no restrictions on how
Nova is configured, since Trove interacts with other OpenStack components
purely through the API.
.
This package provides the Trove API server. The trove-api service provides a
RESTful API that supports JSON and XML to provision and manage Trove
instances.
- trove-common: Database as a Service for OpenStack - common files
Trove is Database as a Service for Openstack. It's designed to run entirely on
OpenStack, with the goal of allowing users to quickly and easily utilize the
features of a relational database without the burden of handling complex
administrative tasks. Cloud users and database administrators can provision
and manage multiple database instances as needed. Initially, the service will
focus on providing resource isolation at high performance while automating
complex administrative tasks including deployment, configuration, patching,
backups, restores, and monitoring. Trove is designed to support a
single-tenant database within a Nova instance. There is no restrictions on how
Nova is configured, since Trove interacts with other OpenStack components
purely through the API.
.
This package provides the Trove common files.
- trove-guestagent: Database as a Service for OpenStack - guest agent
Trove is Database as a Service for Openstack. It's designed to run entirely on
OpenStack, with the goal of allowing users to quickly and easily utilize the
features of a relational database without the burden of handling complex
administrative tasks. Cloud users and database administrators can provision
and manage multiple database instances as needed. Initially, the service will
focus on providing resource isolation at high performance while automating
complex administrative tasks including deployment, configuration, patching,
backups, restores, and monitoring. Trove is designed to support a
single-tenant database within a Nova instance. There is no restrictions on how
Nova is configured, since Trove interacts with other OpenStack components
purely through the API.
.
This package provides the Trove guest agent. The guestagent is a service that
runs within the guest instance, responsible for managing and performing
operations on the Database itself. The Guest Agent listens for RPC messages
through the message bus and performs the requested operation.
- trove-taskmanager: Database as a Service for OpenStack - taskmanager
Trove is Database as a Service for Openstack. It's designed to run entirely on
OpenStack, with the goal of allowing users to quickly and easily utilize the
features of a relational database without the burden of handling complex
administrative tasks. Cloud users and database administrators can provision
and manage multiple database instances as needed. Initially, the service will
focus on providing resource isolation at high performance while automating
complex administrative tasks including deployment, configuration, patching,
backups, restores, and monitoring. Trove is designed to support a
single-tenant database within a Nova instance. There is no restrictions on how
Nova is configured, since Trove interacts with other OpenStack components
purely through the API.
.
This package provides the Trove taskmanager. The trove-taskmanager service
does the heavy lifting as far as provisioning instances, managing the
lifecycle of instances, and performing operations on the Database instance.