Skip to content

Instantly share code, notes, and snippets.

@routelastresort
Created September 7, 2013 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save routelastresort/6478385 to your computer and use it in GitHub Desktop.
Save routelastresort/6478385 to your computer and use it in GitHub Desktop.
pre-Vagrant .vmx file
#!/usr/bin/vmware
.encoding = "UTF-8"
displayname = "vsrx-flow"
annotation = "JunosV Firefly OVF Template"
guestos = "freebsd"
virtualhw.version = "7"
config.version = "8"
numvcpus = "2"
cpuid.coresPerSocket = "2"
memsize = "1024"
pciBridge0.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"
floppy0.present = "TRUE"
floppy0.fileType = "device"
floppy0.autodetect = "FALSE"
floppy0.startConnected = "FALSE"
floppy0.clientDevice = "FALSE"
ide0:0.present = "TRUE"
ide0:0.deviceType = "disk"
ide0:0.fileName = "vsrx-flow-disk1.vmdk"
ide0:0.mode = "persistent"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "nat"
ethernet0.startConnected = "TRUE"
ethernet0.addressType = "generated"
vcpu.hotadd = "false"
mem.hotadd = "false"
toolscripts.afterpoweron = "true"
toolscripts.afterresume = "true"
toolscripts.beforepoweroff = "true"
toolscripts.beforesuspend = "true"
tools.syncTime = "false"
extendedConfigFile = "vsrx-flow.vmxf"
virtualHW.productCompatibility = "hosted"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
serial0.present = "TRUE"
serial0.fileType = "pipe"
serial0.fileName = "/tmp/vsrx-flow.socket"
serial0.tryNoRxLoss = "TRUE"
scsi0.pciSlotNumber = "16"
ethernet0.generatedAddress = "00:0C:29:B9:92:F1"
ethernet0.pciSlotNumber = "32"
vmci0.id = "1807323889"
vmci0.pciSlotNumber = "33"
uuid.location = "56 4d a0 de ca 37 15 6c-10 a9 72 a6 6b b9 92 f1"
uuid.bios = "56 4d a0 de ca 37 15 6c-10 a9 72 a6 6b b9 92 f1"
cleanShutdown = "TRUE"
replay.supported = "FALSE"
replay.filename = ""
ide0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
ethernet0.generatedAddressOffset = "0"
vmotion.checkpointFBSize = "33554432"
softPowerOff = "FALSE"
ethernet1.present = "FALSE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment