RETIRED, Application Data Protection as a Service in OpenStack
Go to file
Tony Breeds 017bf33ab4 Manual update from global-requirements
In Ib88adcf0a6ef09349aefd6fba981a399a73ed8dd smaug is added to
projects.txt.

This change manually runs the update code to make sure that smaug is
ready for inclusion in projects.txt

Change-Id: Ieb63b5a2bd308d3952f786c0007d81aad0516a82
2016-04-08 12:37:55 +10:00
devstack Add dashboard to Local.conf 2016-03-25 16:28:39 +08:00
doc Basic design doc for API Service 2016-03-27 14:02:04 +00:00
etc Split Provider configuration into files 2016-04-04 23:37:17 +03:00
smaug Fix python3 compatibility 2016-04-06 09:57:54 +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 Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02: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 Resize project logo images 2015-11-08 15:45:25 +02:00
requirements.txt Manual update from global-requirements 2016-04-08 12:37:55 +10:00
setup.cfg Implement Provider and ProviderRegistry 2016-03-24 12:45:52 +00:00
setup.py Manual update from global-requirements 2016-04-08 12:37:55 +10:00
test-requirements.txt Manual update from global-requirements 2016-04-08 12:37:55 +10:00
tox.ini Clean flake8 ignore 2016-01-14 18:50:02 +08:00

Smaug

Application Data Protection as a Service for OpenStack

Smaug

Mission Statement

  • Formalize Application Data Protection in OpenStack (APIs, Services, Plugins, …)
  • Be able to protect Any Resource in OpenStack(as well as their dependencies)
  • Allow Diversity of vendor solutions, capabilities and implementations without compromising usability

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