summaryrefslogtreecommitdiff
path: root/tests/xml2vmxdata/xml2vmx-esx-in-the-wild-4.xml
blob: 443aacd4ab021a43d6bcfcd76a00a6ef18552845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<domain type='vmware'>
  <name>virtMonServ1</name>
  <uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
  <memory>524288</memory>
  <currentMemory>524288</currentMemory>
  <vcpu>1</vcpu>
  <cputune>
    <shares>1000</shares>
  </cputune>
  <os>
    <type>hvm</type>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <disk type='file' device='disk'>
      <driver name='lsilogic'/>
      <source file='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/virtMonServ1.vmdk'/>
      <target dev='sda' bus='scsi'/>
    </disk>
    <interface type='bridge'>
      <mac address='00:50:56:91:66:d4'/>
      <source bridge='VM Network'/>
    </interface>
    <interface type='bridge'>
      <mac address='00:50:56:91:0c:51'/>
      <source bridge='VM Switch 2'/>
    </interface>
    <serial type='file'>
      <source path='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/serial1.file'/>
      <target port='0'/>
    </serial>
    <parallel type='file'>
      <source path='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/parallel1.file'/>
      <target port='0'/>
    </parallel>
    <console type='file'>
      <source path='[498076b2-02796c1a-ef5b-000ae484a6a3] virtMonServ1/serial1.file'/>
      <target port='0'/>
    </console>
  </devices>
</domain>