RETIRED, Application Data Protection as a Service in OpenStack
Go to file
Yuval Brik f164338a71 docs: update mission statement, diagram, toc
Change-Id: I605be3ab79c52fe2e01ab3c3e9fd0c02c2dd42dd
2016-06-13 15:38:02 +03:00
devstack Enable heat in the local conf 2016-05-25 16:32:35 +08:00
doc docs: update mission statement, diagram, toc 2016-06-13 15:38:02 +03:00
etc Fix bank and protection plugins not being successfully loaded 2016-05-31 23:55:57 +08:00
releasenotes/notes Add reno release notes to Smaug 2016-06-06 09:11:51 +03:00
smaug fix the version of novaclient in smaug_base.py 2016-06-08 08:41:31 +08: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
openstack-common.conf Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
requirements.txt Updated from global requirements 2016-06-02 04:10:08 +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 triggers 2016-05-16 04:27:59 +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