remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / vmx2xmldata / esx-in-the-wild-6.xml
blob51c74dd8a1ee58e0bcf4d58f5ac452071a766481
1 <domain type='vmware'>
2   <name>el6-test</name>
3   <uuid>564d15d4-d062-fe9a-80f5-eb8e1a2c3afc</uuid>
4   <memory unit='KiB'>1048576</memory>
5   <currentMemory unit='KiB'>1048576</currentMemory>
6   <vcpu placement='static'>1</vcpu>
7   <os>
8     <type arch='x86_64'>hvm</type>
9   </os>
10   <clock offset='utc'/>
11   <on_poweroff>destroy</on_poweroff>
12   <on_reboot>restart</on_reboot>
13   <on_crash>destroy</on_crash>
14   <devices>
15     <disk type='file' device='disk'>
16       <source file='[datastore] directory/el6-test-000001.vmdk'/>
17       <target dev='sda' bus='scsi'/>
18       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
19     </disk>
20     <disk type='file' device='cdrom'>
21       <source file='/usr/lib/vmware/isoimages/linux.iso'/>
22       <target dev='hdc' bus='ide'/>
23       <readonly/>
24       <address type='drive' controller='0' bus='1' target='0' unit='0'/>
25     </disk>
26     <controller type='scsi' index='0' model='vmpvscsi'/>
27     <controller type='ide' index='0'/>
28     <interface type='bridge'>
29       <mac address='00:0c:29:2c:3a:fc' type='generated'/>
30       <source bridge='VM Network'/>
31       <model type='vmxnet3'/>
32     </interface>
33     <video>
34       <model type='vmvga' vram='8192' primary='yes'/>
35     </video>
36   </devices>
37 </domain>