1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/libvirt/requests/compute/mock_files/domain.xml
2012-04-05 17:15:08 +03:00

40 lines
No EOL
877 B
XML

<domain type='kvm'>
<name>fog-449765558356062</name>
<memory>262144</memory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64'>hvm</type>
<boot dev='hd'/>
<boot dev='cdrom'/>
<boot dev='network'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<devices>
<interface type='network'>
<mac address="aa:bb:cc:dd:ee:ff" />
<source network='net1' />
<model type='virtio'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target port='0'/>
</console>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/>
<video>
<model type='cirrus' vram='9216' heads='1'/>
</video>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='path/to/disk'/>
<target dev='vda' bus='virtio'/>
</disk>
</devices>
</domain>