Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for reading OVF data on VMWare
The OVF environment is a way to supply guestinfo to guests. It is a datastructure (XML) put in `extraConfig` (commonly referred to as `guestinfo`) under the key `ovfenv`. This OVF env is said to be the proper way to supply customization data to guests (ie, not through `extraConfig`), and on some platforms (eg, vCD), it is even the only option. This change also enables the actual OVF transport in the OVA. Signed-off-by: Jorik Jonker <jorik.jonker@eu.equinix.com> (cherry picked from commit 8b8542e)
- Loading branch information