Created
September 7, 2013 19:17
-
-
Save routelastresort/6478409 to your computer and use it in GitHub Desktop.
post-Vagrant .vmx file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.encoding = "UTF-8" | |
annotation = "JunosV Firefly OVF Template" | |
cleanShutdown = "TRUE" | |
config.version = "8" | |
cpuid.coresPerSocket = "2" | |
displayName = "vsrx1: default" | |
displayname = "vsrx-flow" | |
ethernet0.addressType = "generated" | |
ethernet0.connectionType = "nat" | |
ethernet0.present = "TRUE" | |
ethernet0.virtualDev = "e1000" | |
extendedConfigFile = "vsrx-flow.vmxf" | |
floppy0.autodetect = "FALSE" | |
floppy0.clientDevice = "FALSE" | |
floppy0.fileType = "device" | |
floppy0.present = "TRUE" | |
floppy0.startConnected = "FALSE" | |
guestos = "freebsd" | |
ide0:0.deviceType = "disk" | |
ide0:0.fileName = "vsrx-flow-disk1.vmdk" | |
ide0:0.mode = "persistent" | |
ide0:0.present = "TRUE" | |
ide0:0.redo = "" | |
mem.hotadd = "false" | |
memsize = "1024" | |
msg.autoAnswer = "true" | |
numvcpus = "2" | |
pciBridge0.pciSlotNumber = "17" | |
pciBridge0.present = "TRUE" | |
pciBridge4.functions = "8" | |
pciBridge4.pciSlotNumber = "21" | |
pciBridge4.present = "TRUE" | |
pciBridge4.virtualDev = "pcieRootPort" | |
pciBridge5.functions = "8" | |
pciBridge5.pciSlotNumber = "22" | |
pciBridge5.present = "TRUE" | |
pciBridge5.virtualDev = "pcieRootPort" | |
pciBridge6.functions = "8" | |
pciBridge6.pciSlotNumber = "23" | |
pciBridge6.present = "TRUE" | |
pciBridge6.virtualDev = "pcieRootPort" | |
pciBridge7.functions = "8" | |
pciBridge7.pciSlotNumber = "24" | |
pciBridge7.present = "TRUE" | |
pciBridge7.virtualDev = "pcieRootPort" | |
replay.filename = "" | |
replay.supported = "FALSE" | |
scsi0.pciSlotNumber = "16" | |
scsi0.present = "TRUE" | |
scsi0.virtualDev = "lsilogic" | |
serial0.fileName = "/tmp/vsrx-flow.socket" | |
serial0.fileType = "pipe" | |
serial0.present = "TRUE" | |
serial0.tryNoRxLoss = "TRUE" | |
sharedFolder.maxNum = "0" | |
softPowerOff = "FALSE" | |
tools.syncTime = "false" | |
toolscripts.afterpoweron = "true" | |
toolscripts.afterresume = "true" | |
toolscripts.beforepoweroff = "true" | |
toolscripts.beforesuspend = "true" | |
uuid.action = "create" | |
uuid.bios = "56 4d a0 de ca 37 15 6c-10 a9 72 a6 6b b9 92 f1" | |
uuid.location = "56 4d a0 de ca 37 15 6c-10 a9 72 a6 6b b9 92 f1" | |
vcpu.hotadd = "false" | |
virtualHW.productCompatibility = "hosted" | |
virtualhw.version = "7" | |
vmci0.id = "1807323889" | |
vmci0.pciSlotNumber = "33" | |
vmci0.present = "TRUE" | |
vmotion.checkpointFBSize = "33554432" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment