Book Image

OpenStack Trove Essentials

By : Alok Shrivastwa, Sunil Sarat, Doug Shelley, Amrith Kumar
Book Image

OpenStack Trove Essentials

By: Alok Shrivastwa, Sunil Sarat, Doug Shelley, Amrith Kumar

Overview of this book

OpenStack has become an extremely popular solution to build public and private clouds with. Database as a Service (DBaaS) enables the delivery of more agile database services at lower costs. Some other benefits of DBaaS are secure database deployments and compliance to standards and best practices. Trove is a DBaaS built on OpenStack and is becoming more popular by the day. Since Trove is one of the most recent projects of OpenStack, DBAs and system administrators can find it difficult to set up and run a DBaaS using OpenStack Trove. This book helps DBAs make that step. We start by introducing you to the concepts of DBaaS and how is it implemented using OpenStack Trove. Following this, we look at implementing OpenStack and deploying Trove. Moving on, you will learn to create guest images to be used with Trove. We then look at how to provision databases in self-service mode, and how to perform administration tasks such as backup and recovery, and fine-tuning databases. At the end of the book, we will examine some advanced features of Trove such as replication.
Table of Contents (15 chapters)
OpenStack Trove Essentials
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Features


Trove is moving fast in terms of the features being added in the various releases. In this section, we will take a look at the features of three releases: the current release and the past two.

The Juno release

The Juno release saw a lot of features being added to the Trove system. Here is a non-exhaustive list:

  • Support for Neutron: Now we can use both Nova-network and Neutron for networking purposes.

  • Replication: MySQL master/slave replication was added. The API also allowed us to detach a slave for it to be promoted.

  • Clustering: MongoDB cluster support was added.

  • Configuration group improvements:

    • The functionality of using a default configuration group for a datastore version was added. This allows us to build the datastore version with a base configuration of your company standards.

    • Basic error checking was added to configuration groups.

The Kilo release

The Kilo release majorly worked on introducing a new datastore. The following is the list of major features that were introduced:

  • Support for the GTID (short for global transaction identifier) replication strategy

  • New datastores, namely Vertica, DB2, and CouchDB, are supported

The Liberty release

The Liberty release introduced the following features to Trove. This is a non-exhaustive list:

  • Configuration groups for Redis and MongoDB

  • Cluster support for Redis and MongoDB

  • Percona XtraDB cluster support

  • Backup and restore for a single instance of MongoDB

  • User and database management for MongoDB

  • Horizon support for database clusters

  • A management API for datastores and versions

  • The ability to deploy Trove instances in a single admin tenant so that the Nova instances are hidden from the user

Note

In order to see all the features introduced in the releases, please look at the release notes of the system, which can be found at these URLs:

Juno : https://wiki.openstack.org/wiki/ReleaseNotes/Juno

Kilo : https://wiki.openstack.org/wiki/ReleaseNotes/Kilo

Liberty : https://wiki.openstack.org/wiki/ReleaseNotes/Liberty