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.
This commit is contained in:
Kai Lüke 2020-04-17 15:40:20 +02:00
parent 687bbefad8
commit 42cf3423d4
No known key found for this signature in database
GPG Key ID: E5601DA3A1D902A8

View File

@ -23,36 +23,21 @@
<Label>Hostname</Label>
<Description>Hostname</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.coreos.config.data" ovf:value="">
<Label>CoreOS config data (deprecated)</Label>
<Description>Inline cloud-config data</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.ignition.config.data" ovf:value="">
<Label>Ignition config data</Label>
<Description>Inline Ignition data</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.coreos.config.url" ovf:value="">
<Label>CoreOS config url (deprecated)</Label>
<Description>URL to cloud-config data</Description>
ovf:key="guestinfo.ignition.config.data.encoding" ovf:value="">
<Label>Ignition config data encoding</Label>
<Description>Encoding for Ignition data (e.g., base64)</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.ignition.config.url" ovf:value="">
<Label>Ignition config url</Label>
<Description>URL to Ignition data</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.coreos.config.data.encoding" ovf:value="">
<Label>CoreOS config data encoding (deprecated)</Label>
<Description>Encoding for cloud-config data</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.ignition.config.data.encoding" ovf:value="">
<Label>Ignition config data encoding</Label>
<Description>Encoding for Ignition data (e.g., base64)</Description>
</Property>
<Property ovf:userConfigurable="true" ovf:type="string"
ovf:key="guestinfo.interface.0.name" ovf:value="">
<Label>Name for network interface 0</Label>