RETIRED, Application Data Protection as a Service in OpenStack
b4155f7f87
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
||
---|---|---|
api-ref/source | ||
devstack | ||
doc | ||
etc | ||
karbor | ||
playbooks/legacy/karbor-dsvm-fullstack | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitattributes | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
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: https://docs.openstack.org/karbor/latest/
- Source: https://git.openstack.org/cgit/openstack/karbor
- Bugs: https://bugs.launchpad.net/karbor
- Release notes: https://docs.openstack.org/karbor/latest/releasenotes.html
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