Common OVF Tool (COT)
  • Introduction
    • Examples
  • Installing COT
    • System requirements
    • Download COT
    • Install the COT libraries and script
    • Install helper programs
  • Using COT
    • Getting CLI help
      • Synopsis
      • Description
      • Options
        • Commands
    • Verifying and installing helper programs with cot install-helpers
      • Synopsis
      • Description
      • Options
      • Examples
    • Inspecting OVF contents with cot info
      • Synopsis
      • Description
      • Options
    • Updating version information with cot edit-product
      • Synopsis
      • Description
      • Options
    • Adding disks to an OVF with cot add-disk
      • Synopsis
      • Description
      • Options
        • General options
        • Disk-related options
        • Controller-related options
        • Descriptive options
    • Packaging additional files into an OVF with cot add-file
      • Synopsis
      • Description
      • Options
    • Customizing hardware profiles with cot edit-hardware
      • Synopsis
      • Description
      • Options
        • General options
        • Computational hardware options
        • Network interface options
        • Serial port options
        • Disk and disk controller options
      • Notes
      • Examples
    • Customizing OVF environment settings with cot edit-properties
      • Synopsis
      • Description
      • Options
        • General options
        • Property setting options
    • Embedding bootstrap configuration with cot inject-config
      • Synopsis
      • Description
      • Options
    • Deploying an OVF to create a VM with cot deploy
      • Synopsis
      • Description
      • Options
        • Hypervisors
    • Creating a VM on VMware vCenter/vSphere with cot deploy esxi
      • Synopsis
      • Description
      • Options
      • Examples
  • Contributing to COT
    • Follow coding guidelines
      • Logging level usage
      • Coding style
    • Add automated unit tests
    • Update documentation
    • Add yourself as a contributor
  • Credits
  • COT package reference
    • Virtual machine definition modules
      • COT.vm_description module
      • COT.vm_factory module
      • COT.vm_context_manager module
      • COT.xml_file module
      • COT.ovf module
    • Command modules
      • COT.submodule module
      • COT.add_disk module
      • COT.add_file module
      • COT.deploy module
      • COT.edit_hardware module
      • COT.edit_product module
      • COT.edit_properties module
      • COT.help module
      • COT.info module
      • COT.inject_config module
      • COT.install_helpers module
    • Helper library modules
      • COT.data_validation module
      • COT.platforms module
    • User interface modules
      • COT.ui_shared module
      • COT.cli module
  • COT.helpers package reference
    • API
    • Exceptions
    • Helper modules
      • COT.helpers.api module
      • COT.helpers.helper module
      • COT.helpers.fatdisk module
      • COT.helpers.mkisofs module
      • COT.helpers.ovftool module
      • COT.helpers.qemu_img module
      • COT.helpers.vmdktool module
 
Common OVF Tool (COT)
  • Docs »
  • Common OVF Tool (COT)
  • Edit on GitHub

Common OVF Tool (COT)¶

  • Introduction
    • Examples
  • Installing COT
    • System requirements
    • Download COT
    • Install the COT libraries and script
    • Install helper programs
  • Using COT
    • Getting CLI help
    • Verifying and installing helper programs with cot install-helpers
    • Inspecting OVF contents with cot info
    • Updating version information with cot edit-product
    • Adding disks to an OVF with cot add-disk
    • Packaging additional files into an OVF with cot add-file
    • Customizing hardware profiles with cot edit-hardware
    • Customizing OVF environment settings with cot edit-properties
    • Embedding bootstrap configuration with cot inject-config
    • Deploying an OVF to create a VM with cot deploy
    • Creating a VM on VMware vCenter/vSphere with cot deploy esxi
  • Contributing to COT
    • Follow coding guidelines
    • Add automated unit tests
    • Update documentation
    • Add yourself as a contributor
  • Credits
  • COT package reference
    • Virtual machine definition modules
    • Command modules
    • Helper library modules
    • User interface modules
  • COT.helpers package reference
    • API
    • Exceptions
    • Helper modules

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2013-2015, the COT project developers.

Built with Sphinx using a theme provided by Read the Docs.