aboutsummaryrefslogtreecommitdiff
path: root/libvirt-test-domain.xml
blob: 8b8e0f1a53319019c69e6764d714353f8859db87 (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
<domain type='xen'>
   <name>test</name>
   <uuid>6343998e-9eda-11f3-98f6-77252a7d02f3</uuid>
   <memory>393216</memory>
   <currentMemory>393216</currentMemory>
   <vcpu>1</vcpu>
   <os>
     <type arch='aarch64' machine='xenpv'>linux</type>
     <kernel>/boot/vmlinuz-3.13.0-39-generic</kernel>
     <cmdline>console=hvc0 earlyprintk debug root=/dev/xvda1 rootwait</cmdline>
   </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'>
       <source file='/home/ubuntu/xen-openstack-build/rootfs.img'/>
       <target dev='xvda'/>
     </disk>
     <interface type='network'>
       <mac address='8e:a7:8e:3c:f4:f6'/>
       <source network='default'/>
     </interface>
     <console type='pty'>
       <target type='xen'/>
     </console>
   </devices>
</domain>