Module - import_volumes_export
This module provides for the following ansible plugin:
import_volumes_export
Module Documentation
Take a volume from an OS-Migrate YAML structure, and export its volumes over NBD.
Options
- auth:
Required if 'cloud' param not used.
- auth_type:
Auth type plugin for destination OpenStack cloud. Can be omitted if using password authentication.
- cloud:
Cloud resource from clouds.yml
Required if 'auth' param not used
- conversion_host:
Dictionary with information about the source conversion host (address, status, name, id)
- data:
Data structure with server parameters as loaded from OS-Migrate volumes YAML file.
- ssh_key_path:
Path to an SSH private key authorized on the source cloud.
- ssh_user:
The SSH user to connect to the conversion hosts.
- log_dir:
Complete path for log folder.
- timeout:
Timeout for long running operations, in seconds.
Authors
- :
OpenStack tenant migration tools (@os-migrate)
Example Tasks
- import_volumes.yml