Skip to content

Instantly share code, notes, and snippets.

@corrigat
Created November 4, 2020 04:58
Show Gist options
  • Save corrigat/649f41f64f567c11d2714366d813f5df to your computer and use it in GitHub Desktop.
Save corrigat/649f41f64f567c11d2714366d813f5df to your computer and use it in GitHub Desktop.
vmx step StepConfigureHardware
.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"
floppy0.present = "FALSE"
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"
@corrigat
Copy link
Author

corrigat commented Nov 4, 2020

no change for step StepConfigParams

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