From 42cf3423d4930eb37b6777056ae390b648309ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Fri, 17 Apr 2020 15:40:20 +0200 Subject: [PATCH] build_library/template_vmware.ovf: Remove old CoreOS OVF variables There was a logical mistake in Ignition that caused ignition.config.* only to work when it was part of the ovfenv. Thus they were added but the old CoreOS variables marked deprecated and kept. With both as OVF variables each of them worked but directly specifying ignition.config.* as guest variable still didn't because of the logical mistake. Now there is a fix and both work well when specified directly as guest variable (https://github.com/flatcar-linux/ignition/pull/11). Delete the old CoreOS OVF variables because they just clutter the UI and only the Ignition variables should be used in the UI. --- build_library/template_vmware.ovf | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/build_library/template_vmware.ovf b/build_library/template_vmware.ovf index 02fd50bb37..8a60ddf220 100644 --- a/build_library/template_vmware.ovf +++ b/build_library/template_vmware.ovf @@ -23,36 +23,21 @@ Hostname - - - Inline cloud-config data - Inline Ignition data - - URL to cloud-config data + ovf:key="guestinfo.ignition.config.data.encoding" ovf:value=""> + + Encoding for Ignition data (e.g., base64) URL to Ignition data - - - Encoding for cloud-config data - - - - Encoding for Ignition data (e.g., base64) -