RETIRED, Application Data Protection as a Service in OpenStack
Go to file
Saggi Mizrahi 5ee58942f1 Proposed Smaug API v1.0
Easier link view  of the proposed API
http://editor.swagger.io/#/#%2Fc%2F244756%2F16%2Fdoc%2Fsource%2Fapi%2Fsmaug_api.v1.yaml

https://docs.google.com/presentation/d/1JYO1VIlTkGTF6lvKEMcsHkaST3mYFxuarpcNTJ3HBhk/edit?pref=2&pli=1#slide=id.p20

Implements: blueprint api-data-model
Change-Id: I1eb3c4c80da74cfedf589b9446c55c80955c40d3
2015-12-18 17:17:31 +02:00
devstack Fix the keyerror:"tenant_name" when writing log 2015-12-18 11:30:51 +08:00
doc Proposed Smaug API v1.0 2015-12-18 17:17:31 +02:00
etc Initial devstack script 2015-12-09 09:33:27 +02:00
smaug basic API service 2015-12-08 18:55:43 +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 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 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
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 Remove kombu as a dependency for Smaug 2015-12-15 22:00:49 +01:00
setup.cfg basic API service 2015-12-08 18:55:43 +08:00
setup.py Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
test-requirements.txt Initial Cookiecutter Commit. 2015-11-08 13:35:36 +02:00
tox.ini basic API service 2015-12-08 18:55:43 +08:00

README.rst

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