Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2vmxdata / xml2vmx-esx-in-the-wild-5.xml
1 <domain type='vmware'>
2   <name>vmtest.local</name>
3   <uuid>423e94a9-a1c7-b31d-7161-76c7586c830e</uuid>
4   <description>Centos 5.5 64bit Server</description>
5   <memory unit='KiB'>2097152</memory>
6   <currentMemory unit='KiB'>2097152</currentMemory>
7   <memtune>
8     <min_guarantee unit='KiB'>262144</min_guarantee>
9   </memtune>
10   <vcpu>2</vcpu>
11   <cputune>
12     <shares>2000</shares>
13   </cputune>
14   <os>
15     <type arch='x86_64'>hvm</type>
16   </os>
17   <clock offset='utc'/>
18   <on_poweroff>destroy</on_poweroff>
19   <on_reboot>restart</on_reboot>
20   <on_crash>destroy</on_crash>
21   <devices>
22     <disk type='file' device='disk'>
23       <source file='[datastore] directory/vmtest-000001.vmdk'/>
24       <target dev='sda' bus='scsi'/>
25       <address type='drive' controller='0' bus='0' unit='0'/>
26     </disk>
27     <disk type='file' device='cdrom'>
28       <source file='[4af0231d-1eff559a-6369-0024e84773b6] isos/CentOS-5.5-x86_64-bin-DVD-1of2.iso'/>
29       <target dev='hda' bus='ide'/>
30       <address type='drive' controller='0' bus='0' unit='0'/>
31     </disk>
32     <controller type='scsi' index='0' model='lsilogic'/>
33     <controller type='ide' index='0'/>
34     <interface type='bridge'>
35       <mac address='00:50:56:be:00:15'/>
36       <source bridge='VM-LAN'/>
37       <model type='e1000'/>
38     </interface>
39   </devices>
40 </domain>