Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1002 Bytes

File metadata and controls

17 lines (14 loc) · 1002 Bytes

Customer image export post-processor

The customer image export post-processor exports (and optionally downloads) a customer image generated by the customer image builder.

Settings

  • mcp_region (Required) is the CloudControl region code (e.g. AU, NA, EU, etc).
  • mcp_user (Required) is the CloudControl user name.
    Can also be specified via the MCP_USER environment variable.
  • mcp_password (Required) is the CloudControl password.
    Can also be specified via the MCP_PASSWORD environment variable.
  • datacenter (Required) is the Id of the datacenter where the to export is located (must be MCP 2.0).
  • target_image (Required) is the name of the customer image to create.
  • ovf_package_prefix (Optional) is the prefix used to name the OVF package files.
    If not specified, target_image is used.
  • download_to_local_directory (Optional) indicates the local directory into which the OVF package files will be downloaded.
    If not specified, the image will not be downloaded.