From 12584f04b710fd9dd6913dd790bb8bff9adfb212 Mon Sep 17 00:00:00 2001 From: zsdc Date: Tue, 3 Mar 2020 22:30:48 +0200 Subject: OVA: Fixed and extended OVA builds - added grub2 package to the Dockerfile (required to build OVA) - added open-vmdk to the Dockerfile (required to build OVA) - fixed WAN/LAN confusion in OVF template - added Cloud-init User-Data to the OVF template --- scripts/template.ovf | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'scripts/template.ovf') diff --git a/scripts/template.ovf b/scripts/template.ovf index da81a364..46ded545 100644 --- a/scripts/template.ovf +++ b/scripts/template.ovf @@ -5,12 +5,12 @@ The list of logical networks - - LAN network - WAN network + + LAN network + List of profiles @@ -53,7 +53,7 @@ The public ssh key for the appliance 'vyos' account. - Appliance IPv4 Network Settings + Appliance IPv4 Network Settings (WAN interface) The host name for this virtual machine. @@ -91,6 +91,10 @@ Enable API debug logging + + + User-Data, encoded with base64. + VM specific properties @@ -191,9 +195,9 @@ 7 true - LAN - NIC representing LAN - LAN + WAN + NIC representing WAN + WAN 7 vmxnet3 10 @@ -201,9 +205,9 @@ 8 true - WAN - NIC representing WAN - WAN + LAN + NIC representing LAN + LAN 8 vmxnet3 10 -- cgit v1.2.3