chenying 351a0c29f2 basic API service: Create the base DAL into the DB
Create the basic data abstraction layer into the DB in basic
API service.I create a database table services as an example.
This table is used to save the running status of deployed
services.
The command smaug-manage is used to manage the database.
we can use this command 'smaug-manage db sync' to sync
the smaug database up to the most recent version.
smaug-manage version list: exposing the smaug codebase
version.
smaug-manage config list: exposing the configuration.
smaug-manage service list: showing a list of all smaug
services status.

Change-Id: I5d64c5d38780449e1fb005acf04f69d482ac59cc
Closes-Bug: #1525794
2015-12-29 17:22:03 +08:00
2015-11-08 13:35:36 +02:00
2015-12-09 09:33:27 +02:00
2015-11-08 13:35:36 +02:00
2015-11-08 13:35:36 +02:00
2015-11-05 08:28:05 +00:00
2015-11-08 13:35:36 +02:00
2015-11-08 13:35:36 +02:00
2015-11-08 13:35:36 +02:00
2015-11-08 13:35:36 +02:00
2015-11-08 13:35:36 +02:00
2015-11-08 13:35:36 +02:00
2015-11-08 15:45:25 +02:00
2015-11-08 13:35:36 +02:00
2015-12-08 18:55:43 +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
Description
RETIRED, Application Data Protection as a Service in OpenStack
Readme 26 MiB