Hi:
I am using Packer to generate a Linux VM template on VMware vCenter, and need add one SCSI controller and set ‘SCSI Bus Sharing’ to ‘Virtual’ type for some disks.
SCSI Controller Type - VMware Paravirtual
SCSI Bus Sharing - Virtual
I checked the Packer documents ‘VSphere ISO - Builders | Packer by HashiCorp’, looks no options to set type for ‘SCSI Bus Sharing’.
Could anyone share some information how I can set 'SCSI Bus Sharing" in Packer json file?
Thanks.