https://github.com/dhellmann/downpour
downpour exports tenant data from an OpenStack cloud to create a set of Ansible playbooks for importing the data into another cloud.
https://github.com/dhellmann/downpour
ansible openstack python
Last synced: about 2 months ago
JSON representation
downpour exports tenant data from an OpenStack cloud to create a set of Ansible playbooks for importing the data into another cloud.
- Host: GitHub
- URL: https://github.com/dhellmann/downpour
- Owner: dhellmann
- License: apache-2.0
- Created: 2017-01-31T16:50:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T19:47:43.000Z (about 9 years ago)
- Last Synced: 2025-07-09T16:53:04.152Z (11 months ago)
- Topics: ansible, openstack, python
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===================================================
downpour --- OpenStack Tenant Data Migration Tool
===================================================
downpour exports tenant data from an OpenStack cloud to create a set
of Ansible playbooks for importing the data into another cloud.
Installing and Using
====================
The project is in a very very early prototyping stage.
downpour uses `os-client-config`_ for settings related to accessing
the cloud. Fill in your ``clouds.yaml`` or use the environment
variables or command line arguments provided.
With tox_ installed, experiment via::
$ tox -e venv -- downpour
.. _tox: https://tox.readthedocs.io/en/latest/
.. _os-client-config: http://docs.openstack.org/developer/os-client-config/
* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/downpour
* Documentation: http://downpour.readthedocs.io/en/latest/