Module - import_flavor
This module provides for the following ansible plugin:
import_flavor
Module Documentation
Import OpenStack Nova Flavor from an OS-Migrate YAML structure
Options
- auth:
- Required if 'cloud' param is not used. 
- auth_type:
- Auth type plugin for OpenStack. Can be omitted if using password authentication. 
- region_name:
- OpenStack region name. Can be omitted if using default region. 
- data:
- Data structure with subnet parameters as loaded from OS-Migrate YAML file. 
- filters:
- Options for filtering existing resources to be looked up, e.g. by project. 
- availability_zone:
- Availability zone. 
- cloud:
- Cloud from clouds.yaml to use. - Required if 'auth' parameter is not used. 
Authors
- :
- OpenStack tenant migration tools (@os-migrate) 
Example Tasks
- name: Import myflavor from /opt/os-migrate/flavors.yml
  os_migrate.os_migrate.import_flavor:
    cloud: source_cloud
    data:
    - type: openstack.flavor
      params:
        name: my_flavor