RETIRED, Application Data Protection as a Service in OpenStack
ae4e1d2b8b
When tests are run it's important that we set the locale so that variouse logs and tool outputs are readable by the entire team regadless of host locale. * Force LANGUAGE=en_US in test runs * Force the value of LC_ALL to be en_US.UTF-8 Change-Id: I5cfbb72baab46f5d99e994c2c6075138e239e411 |
||
---|---|---|
api-ref/source | ||
devstack | ||
doc | ||
etc | ||
karbor | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Karbor |
Application Data Protection as a Service for OpenStack
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
Links
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/karbor
- Source: http://git.openstack.org/cgit/openstack/karbor
- Bugs: http://bugs.launchpad.net/karbor
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