Tenant data transfer tool
86eae49158
Include the flavor by name for now. Fix the format of the nics value to be a list of mappings of net-name to the actual names. Change-Id: I446fa56ad54885fc1b95322c93a3572174ff134c Signed-off-by: Doug Hellmann <doug@doughellmann.com> |
||
---|---|---|
demo | ||
doc/source | ||
downpour | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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
- Free software: Apache license
- Source: http://git.openstack.org/cgit/openstack/downpour
- Documentation: http://downpour.readthedocs.io/en/latest/