From 92fd5bee3d827d6811d077098d30c52f1d625ab0 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 30 Mar 2017 11:39:43 +0530 Subject: [PATCH] CLOUDSTACK-9591: Fix systemvmtemplate to not include network details This removes nic/network specific details while exporting the systemvmtemplate for vmware (ova file). Having this causes the ssvms to not deploy in dvswitch-based vmware environments that have no vswitch portgroups (dummy etc). Tested this on a local Trillian env. Signed-off-by: Rohit Yadav --- tools/appliance/build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 9ac43885cd8..0b31cc1a558 100755 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -433,12 +433,6 @@ scsi0:0.writeThrough = "false" scsi0.virtualDev = "lsilogic" scsi0.present = "TRUE" vmci0.unrestricted = "false" -ethernet0.present = "TRUE" -ethernet0.virtualDev = "e1000" -ethernet0.connectionType = "bridged" -ethernet0.startConnected = "TRUE" -ethernet0.addressType = "generated" -ethernet0.wakeonpcktrcv = "false" vcpu.hotadd = "false" vcpu.hotremove = "false" firmware = "bios"