Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glennmatthews/cot
Common OVF Tool
https://github.com/glennmatthews/cot
cisco esxi ova ovf ovf-environment python virtual-appliances virtual-machine virtualization
Last synced: 4 days ago
JSON representation
Common OVF Tool
- Host: GitHub
- URL: https://github.com/glennmatthews/cot
- Owner: glennmatthews
- License: mit
- Created: 2014-06-26T12:54:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T17:41:56.000Z (over 1 year ago)
- Last Synced: 2024-10-31T14:37:08.960Z (12 days ago)
- Topics: cisco, esxi, ova, ovf, ovf-environment, python, virtual-appliances, virtual-machine, virtualization
- Language: Python
- Size: 2.61 MB
- Stars: 90
- Watchers: 9
- Forks: 23
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
Common OVF Tool (COT)
=====================[![Latest Version](https://img.shields.io/pypi/v/cot.svg)](https://pypi.python.org/pypi/cot/)
[![Python Versions Supported](https://img.shields.io/pypi/pyversions/cot.svg)](https://pypi.python.org/pypi/cot)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://pypi.python.org/pypi/cot/)
[![build status](https://api.travis-ci.org/glennmatthews/cot.svg?branch=master)](https://travis-ci.org/glennmatthews/cot)
[![codecov](https://codecov.io/gh/glennmatthews/cot/branch/master/graph/badge.svg)](https://codecov.io/gh/glennmatthews/cot)
[![Documentation Status](https://readthedocs.org/projects/cot/badge/?version=latest)](https://readthedocs.org/projects/cot/?badge=latest)COT (the Common OVF Tool) is a tool for editing
[Open Virtualization Format](http://dmtf.org/standards/ovf)
(`.ovf`, `.ova`) virtual appliances, with a focus on virtualized network
appliances such as the [Cisco CSR 1000V](http://www.cisco.com/go/csr1000v)
and [Cisco IOS XRv](http://www.cisco.com/go/iosxrv) 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](http://cot.readthedocs.org/).