mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
af4c893eb7
* tests/.gitignore: ignore new test binaries * tests/Makefile.am: add new tests * tests/esxutilstest.c: test esxVMX_IndexToDiskName() * tests/vmx2xmldata/*: config files for the VMX to domain XML test * tests/vmx2xmltest.c: test the VMX to domain XML mapping * tests/xml2vmxdata/*: config files for the domain XML to VMX test * tests/xml2vmxtest.c: test the domain XML to VMX mapping
66 lines
2.1 KiB
Plaintext
66 lines
2.1 KiB
Plaintext
#!/usr/bin/vmware
|
|
config.version = "8"
|
|
virtualHW.version = "4"
|
|
floppy0.present = "false"
|
|
nvram = "virtMonServ1.nvram"
|
|
deploymentPlatform = "windows"
|
|
virtualHW.productCompatibility = "hosted"
|
|
tools.upgrade.policy = "useGlobal"
|
|
powerType.powerOff = "default"
|
|
powerType.powerOn = "default"
|
|
powerType.suspend = "default"
|
|
powerType.reset = "default"
|
|
|
|
displayName = "virtMonServ1"
|
|
extendedConfigFile = "virtMonServ1.vmxf"
|
|
|
|
scsi0.present = "true"
|
|
scsi0.sharedBus = "none"
|
|
scsi0.virtualDev = "lsilogic"
|
|
memsize = "512"
|
|
scsi0:0.present = "true"
|
|
scsi0:0.fileName = "virtMonServ1.vmdk"
|
|
scsi0:0.deviceType = "scsi-hardDisk"
|
|
ide0:0.present = "true"
|
|
ide0:0.clientDevice = "true"
|
|
ide0:0.deviceType = "cdrom-raw"
|
|
ide0:0.startConnected = "false"
|
|
ethernet0.present = "true"
|
|
ethernet0.networkName = "VM Network"
|
|
ethernet0.addressType = "vpx"
|
|
chipset.onlineStandby = "false"
|
|
guestOSAltName = "Ubuntu Linux (32-bit)"
|
|
guestOS = "ubuntu"
|
|
uuid.location = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
|
|
uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
|
|
snapshot.action = "keep"
|
|
sched.cpu.min = "17666"
|
|
sched.cpu.max = "18034"
|
|
sched.cpu.units = "mhz"
|
|
sched.cpu.shares = "normal"
|
|
sched.mem.minsize = "0"
|
|
sched.mem.shares = "normal"
|
|
toolScripts.afterPowerOn = "true"
|
|
toolScripts.afterResume = "true"
|
|
toolScripts.beforeSuspend = "true"
|
|
toolScripts.beforePowerOff = "true"
|
|
|
|
scsi0:0.redo = ""
|
|
ethernet0.generatedAddress = "00:50:56:91:66:d4"
|
|
tools.syncTime = "false"
|
|
sched.swap.derivedName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/virtMonServ1/virtMonServ1-66723d05.vswp"
|
|
ethernet0.generatedAddressOffset = "0"
|
|
tools.remindInstall = "TRUE"
|
|
|
|
ethernet1.present = "true"
|
|
ethernet1.networkName = "VM Switch 2"
|
|
ethernet1.addressType = "vpx"
|
|
ethernet1.generatedAddress = "00:50:56:91:0c:51"
|
|
serial0.present = "true"
|
|
serial0.yieldOnMsrRead = "true"
|
|
serial0.fileType = "file"
|
|
serial0.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/virtMonServ1/serial1.file"
|
|
parallel0.present = "true"
|
|
parallel0.fileType = "file"
|
|
parallel0.fileName = "/vmfs/volumes/498076b2-02796c1a-ef5b-000ae484a6a3/virtMonServ1/parallel1.file"
|