Skip to content

Instantly share code, notes, and snippets.

@corrigat
Created November 4, 2020 05:03
Show Gist options
  • Save corrigat/c2613ac51bd2aa6c1e1da0e56eebba53 to your computer and use it in GitHub Desktop.
Save corrigat/c2613ac51bd2aa6c1e1da0e56eebba53 to your computer and use it in GitHub Desktop.
.encoding = "UTF-8"
config.version = "8"
virtualHW.version = "14"
nvram = "packer-centos7-vcenter-base.nvram"
pciBridge0.present = "TRUE"
svga.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
hpet0.present = "TRUE"
numvcpus = "4"
memSize = "8192"
vm.createDate = "1604465684373538"
scsi0.virtualDev = "pvscsi"
scsi0.present = "TRUE"
scsi0:0.deviceType = "scsi-hardDisk"
scsi0:0.fileName = "packer-centos7-vcenter-base.vmdk"
scsi0:0.present = "TRUE"
ethernet0.virtualDev = "vmxnet3"
ethernet0.networkName = "Product Build"
ethernet0.addressType = "vpx"
ethernet0.generatedAddress = "00:50:56:9d:15:1b"
ethernet0.uptCompatibility = "TRUE"
ethernet0.present = "TRUE"
displayName = "packer-centos7-vcenter-base"
guestOS = "centos7-64"
uuid.bios = "42 1d bc e1 1f a8 61 8a-0b 05 5d 37 9c 61 c2 98"
vc.uuid = "50 1d 93 01 22 04 7e 95-14 79 97 f2 ea 80 5c e2"
migrate.hostLog = "packer-centos7-vcenter-base-58331fef.hlog"
ide0:0.deviceType = "cdrom-image"
ide0:0.fileName = "/vmfs/volumes/5ea315cd-b106e9bc-2781-ecf4bbeb82b0/ISO/CentOS-7-x86_64-DVD-2003.iso"
ide0:0.present = "TRUE"
featMask.vm.hv.capable = "Min:1"
floppy0.fileType = "file"
floppy0.fileName = "packer-tmp-created-floppy.flp"
bios.hddOrder = "scsi0:0"
bios.bootOrder = "hdd,cdrom"
sched.cpu.units = "mhz"
numa.autosize.cookie = "40001"
numa.autosize.vcpu.maxPerVirtualNode = "4"
sched.swap.derivedName = "/vmfs/volumes/5ea315cd-b106e9bc-2781-ecf4bbeb82b0/packer-centos7-vcenter-base/packer-centos7-vcenter-base-4f1f4933.vswp"
uuid.location = "56 4d 66 84 8c 6d fe 4a-26 99 20 b2 d3 8d 34 40"
scsi0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "160"
ethernet0.pciSlotNumber = "192"
vmci0.pciSlotNumber = "32"
scsi0.sasWWID = "50 05 05 61 1f a8 61 80"
vmci0.id = "-1671314792"
monitor.phys_bits_used = "43"
vmotion.checkpointFBSize = "4194304"
vmotion.checkpointSVGAPrimarySize = "4194304"
cleanShutdown = "FALSE"
softPowerOff = "FALSE"
sched.cpu.min = "0"
sched.cpu.shares = "normal"
sched.mem.min = "0"
sched.mem.shares = "normal"
@corrigat
Copy link
Author

corrigat commented Nov 4, 2020

featMask.vm.hv.capable = "Min:1" present, vhv.enable = "TRUE" absent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment