RETIRED, Application Data Protection as a Service in OpenStack
Go to file
Yuval Brik c79a990758 List checkpoints: return a dictionary, not object
list_checkpoint() now returns a list of dictionaries, instead of the
full checkpoint python object.

Change-Id: I4107313d7873353b76f7e75e14149f02b18cff19
2016-06-22 15:29:10 +03:00
devstack devstackgaterc for controlling fullstack config 2016-06-13 14:26:54 +03:00
doc updata the class model of provider 2016-06-16 11:05:35 +08:00
etc Fix default provider config for fullstack 2016-06-14 16:37:40 +03:00
releasenotes/notes Add reno release notes to Smaug 2016-06-06 09:11:51 +03:00
smaug List checkpoints: return a dictionary, not object 2016-06-22 15:29:10 +03:00
.coveragerc Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
.gitignore Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
.gitreview Added .gitreview 2015-11-05 08:28:05 +00:00
.mailmap Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
.testr.conf Add fullstack test to smaug 2016-04-20 15:49:03 +08:00
babel.cfg Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
HACKING.rst Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
LICENSE Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
MANIFEST.in basic API service: Create the base DAL into the DB 2015-12-29 17:22:03 +08:00
openstack-common.conf Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
README.rst docs: update mission statement, diagram, toc 2016-06-13 15:38:02 +03:00
requirements.txt Updated from global requirements 2016-06-12 15:26:34 +00:00
setup.cfg Merge "Fix bank and protection plugins not being successfully loaded" 2016-06-06 11:55:14 +00:00
setup.py Manual update from global-requirements 2016-04-08 12:37:55 +10:00
test-requirements.txt Add reno release notes to Smaug 2016-06-06 09:11:51 +03:00
tox.ini Add fullstack tests of the resource checkpoints RESTAPI 2016-06-15 08:10:58 +00:00

Smaug

Application Data Protection as a Service for OpenStack

Smaug

Mission Statement

To protect the Data and Metadata that comprises an OpenStack-deployed Application against loss/damage (e.g. backup, replication) by providing a standard framework of APIs and services that allows vendors to provide plugins through a unified interface

Open Architecture

Design for multiple perspectives:

  • User: Protect App Deployment
    • Configure and manage custom protection plans on the deployed resources (topology, VMs, volumes, images, …)
  • Admin: Define Protectable Resources
    • Decide what plugins protect which resources, what is available for the user
    • Decide where users can protect their resources
  • Vendors: Standard API for protection products
    • Create plugins that implement Protection mechanisms for different OpenStack resources

Smaug

Features

Version 0.1

  • Resource API
  • Plan API
  • Bank API
  • Ledger API
  • Cross-resource dependencies

Limitations

  • Only 1 Bank plugin per Protection Plan
  • Automatic object discovery not supported