Skip to content

Commit 92fd5be

Browse files
committed
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 <rohit.yadav@shapeblue.com>
1 parent 9bf4281 commit 92fd5be

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tools/appliance/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,6 @@ scsi0:0.writeThrough = "false"
433433
scsi0.virtualDev = "lsilogic"
434434
scsi0.present = "TRUE"
435435
vmci0.unrestricted = "false"
436-
ethernet0.present = "TRUE"
437-
ethernet0.virtualDev = "e1000"
438-
ethernet0.connectionType = "bridged"
439-
ethernet0.startConnected = "TRUE"
440-
ethernet0.addressType = "generated"
441-
ethernet0.wakeonpcktrcv = "false"
442436
vcpu.hotadd = "false"
443437
vcpu.hotremove = "false"
444438
firmware = "bios"

0 commit comments

Comments
 (0)