Jump to: navigation, search

Trove

Revision as of 15:32, 12 March 2013 by Joe Cruz (talk | contribs)

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