Toolset for restoring openstack volumes via replays when using Openstack Cinder in conjunction with a Dell SMC solution.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Docker >= 17
Docker-compose >= 1.20.0
Build the app
docker-compose build
Once built execute the run file:
# ./run.sh
There is currently no tests to run.
- Openstack SDK Python SDK for Openstack as a whole.
- InfiniDat Munch "Munch" is a Python dictionary that provides attribute-style access (a la JavaScript objects).
- NPYScreen for my UI
Elements of the connectivity to SC Storage Arrays have been ported from the Dell Base Flocker Driver. (Note that this project is originally distributed under the Apache 2.0 Open Source License)
Fork, modify and submit a pull request. Simple.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Karl Kloppenborg - Initial work - inventionlabsSydney
- Andrew Yager - Documentation and some cleanup - andrewyager
See also the list of contributors who participated in this project.
This project is licensed under the MIT License.
- Dell Storage Solutions for base api code.
- Andrew Yager andrewyager for discovering the createView and list_replays requirements I needed)
--Karl