Module - import_workload_dst_failure_cleanup

This module provides for the following ansible plugin:

  • import_workload_dst_failure_cleanup

Module Documentation

Remove any volumes associated with a failed workload migration in the destination cloud.

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.

availability_zone:

Availability zone.

cloud:

Cloud resource from clouds.yml

Required if 'auth' param not used

validate_certs:

Validate HTTPS certificates when logging in to OpenStack.

conversion_host:

Dictionary with information about the destination conversion host (address, status, name, id)

data:

Data structure with server parameters as loaded from OS-Migrate workloads YAML file.

log_file:

Path to store a log file for this conversion process.

state_file:

Path to store a transfer progress file for this conversion process.

ssh_key_path:

Path to an SSH private key authorized on the destination cloud.

ssh_user:

The SSH user to connect to the conversion hosts.

transfer_uuid:

A UUID used to keep track of this tranfer's resources on the conversion hosts.

Provided by the import_workloads_export_volumes module.

volume_map:

Dictionary providing information about the volumes to transfer.

Provided by the import_workloads_export_volumes module.

timeout:

Timeout for long running operations, in seconds.

Authors

:

OpenStack tenant migration tools (@os-migrate)

Example Tasks

- rescue