Common OVF Tool


Keywords
virtualization, ovf, ova, esxi, vmware, vcenter, cisco, ovf-environment, python, virtual-appliances, virtual-machine
License
MIT
Install
pip install cot==2.2.1

Documentation

Common OVF Tool (COT)

Latest Version Python Versions Supported License build status codecov Documentation Status

COT (the Common OVF Tool) is a tool for editing Open Virtualization Format (.ovf, .ova) virtual appliances, with a focus on virtualized network appliances such as the Cisco CSR 1000V and Cisco IOS XRv platforms.

COT's capabilities include:

  • Add a disk or other file to an OVF/OVA
  • Edit OVF hardware information (CPUs, RAM, NICs, configuration profiles, etc.)
  • Edit product description information in an OVF/OVA
  • Edit OVF environment properties
  • Display a descriptive summary of the contents of an OVA or OVF package
  • Embed a bootstrap configuration text file into an OVF/OVA.
  • Remove files and disks from an OVF or OVA package
  • Deploy an OVF/OVA to an ESXi (VMware vSphere or vCenter) server to provision a new virtual machine (VM), including serial port configuration as needed.

For more information, refer to the documentation.