mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-24 20:21:13 +01:00
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>