Skip to content

Openstack Instance Replay Manager for DellEMC SC Storage Solutions

Notifications You must be signed in to change notification settings

realworldtech/openstack_replays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openstack Replays

Toolset for restoring openstack volumes via replays when using Openstack Cinder in conjunction with a Dell SMC solution.

Getting Started

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.

Prerequisites

What things you need to install the software and how to install them

Docker >= 17
Docker-compose >= 1.20.0

Installing

Build the app

docker-compose build

Once built execute the run file:

# ./run.sh

Running the tests

There is currently no tests to run.

Built With

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)

Contributing

Fork, modify and submit a pull request. Simple.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License.

Acknowledgments

  • Dell Storage Solutions for base api code.
  • Andrew Yager andrewyager for discovering the createView and list_replays requirements I needed)

--Karl