RETIRED, Application Data Protection as a Service in OpenStack
Go to file
ChangBo Guo(gcb) 41fa4d4e7d Remove oslo-incubator related stuff
openstack-common.conf was used to keep modules synced from
oslo-incubator, and the directory openstack/common was used
to keep codes from oslo-incubator. We have retired oslo-incubator,
so don't need these any more.

Change-Id: I218d964c1623358be0818172c74a216cbe6f0f8f
2016-06-27 11:05:06 +08: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
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
README.rst docs: update mission statement, diagram, toc 2016-06-13 15:38:02 +03:00
babel.cfg Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02: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 Remove oslo-incubator related stuff 2016-06-27 11:05:06 +08:00

README.rst

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