From f7cf64d42ec77ca68408ecb0f437ab5f86bc787a Mon Sep 17 00:00:00 2001 From: Joost Coelingh Date: Mon, 24 May 2021 22:09:56 +0200 Subject: [PATCH] fix: add talos.config to the vApp Properties in VMware OVA VMware vSphere doens't allow talos.config to be set when deploying the OVA due to missing vApp properties. Added talos.config to the ovf template to include talos.config to fix this. Fixes talos-systems#3669 Signed-off-by: Joost Coelingh --- cmd/installer/pkg/ova/ova.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmd/installer/pkg/ova/ova.go b/cmd/installer/pkg/ova/ova.go index dab70ccc0..65ed6790c 100644 --- a/cmd/installer/pkg/ova/ova.go +++ b/cmd/installer/pkg/ova/ova.go @@ -47,6 +47,14 @@ const ovfTpl = ` A virtual machine talos + + Talos Virtual Appliance + + + Inline Talos config + + The kind of installed guest operating system