Module - import_workload_prelim
This module provides for the following ansible plugin:
import_workload_prelim
Module Documentation
This module communicates with the OpenStack API and sets up variables for the rest of the import_workload_* modules.
Options
- auth
Required if 'cloud' param not used
- auth_type
Auth type plugin for destination OpenStack cloud. Can be omitted if using password authentication.
- region_name
Destination OpenStack region name. Can be omitted if using default region.
- validate_certs
Validate HTTPS certificates when logging in to OpenStack.
- dst_filters
Options for filtering the migration idempotence lookup, e.g. by project.
- src_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 workloads YAML file.
- log_dir
Directory for storing log and state files.
- availability_zone
Availability zone.
- cloud
Cloud resource from clouds.yml
Required if 'auth' param not used
Authors
OpenStack tenant migration tools (@os-migrate)
Example Tasks
- main.yml
- workload.yml