Jump to: navigation, search

Difference between revisions of "Trove"

Line 18: Line 18:
 
* How to install reddwarf as part of devstack: [[reddwarf-installation]]
 
* How to install reddwarf as part of devstack: [[reddwarf-installation]]
 
* How to set up a testing environment and run redstack tests after installation: [[reddwarf-redstack-testing]]
 
* How to set up a testing environment and run redstack tests after installation: [[reddwarf-redstack-testing]]
 +
* How to set up your Mac dev environment to debug: [[reddwarf-dev-env]]
  
 
= Development =
 
= Development =
 
Quota Management is currently in development: [[reddwarf-quotas]]
 
Quota Management is currently in development: [[reddwarf-quotas]]

Revision as of 18:50, 5 February 2013

Description

Reddwarf 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.

Design

Reddwarf is designed to support a single-tenant database within a Nova instance. There will be no restrictions on how Nova is configured, since Reddwarf interacts with other OpenStack components purely through the API.

reddwarf-api

The reddwarf-api service provides a RESTful API that supports JSON and XML to provision and manage Reddwarf instances.

reddwarf-taskmanager

The reddwarf-taskmanager service does the heavy lifting as far as provisioning instances, managing the lifecycle of instances, and performing operations on the Database instance.

reddwarf-guestagent

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 RCP messages through the message bus and performs the requested operation.

Installation and Deployment

Development

Quota Management is currently in development: reddwarf-quotas