Updates docs for SR1 with final revision
[genesis.git] / fuel / prototypes / auto-deploy / examples / ipmi / conf / vm / vFuel
1 <domain type='kvm'>
2   <name>vFuel</name>
3   <uuid>daf21ecf-0dfe-4937-a155-8edde4f3ea76</uuid>
4   <memory unit='KiB'>8290304</memory>
5   <currentMemory unit='KiB'>8290304</currentMemory>
6   <vcpu placement='static'>2</vcpu>
7   <resource>
8     <partition>/machine</partition>
9   </resource>
10   <os>
11     <type arch='x86_64' machine='pc-i440fx-utopic'>hvm</type>
12     <boot dev='hd'/>
13     <boot dev='cdrom'/>
14     <bootmenu enable='no'/>
15   </os>
16   <features>
17     <acpi/>
18     <apic/>
19     <pae/>
20   </features>
21   <cpu mode='custom' match='exact'>
22     <model fallback='allow'>SandyBridge</model>
23   </cpu>
24   <clock offset='utc'>
25     <timer name='rtc' tickpolicy='catchup'/>
26     <timer name='pit' tickpolicy='delay'/>
27     <timer name='hpet' present='no'/>
28   </clock>
29   <on_poweroff>destroy</on_poweroff>
30   <on_reboot>restart</on_reboot>
31   <on_crash>restart</on_crash>
32   <pm>
33     <suspend-to-mem enabled='no'/>
34     <suspend-to-disk enabled='no'/>
35   </pm>
36   <devices>
37     <emulator>/usr/bin/kvm-spice</emulator>
38     <disk type='file' device='disk'>
39       <driver name='qemu' type='raw'/>
40       <source file='/mnt/images/vFuel.raw'/>
41       <target dev='vda' bus='virtio'/>
42       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
43     </disk>
44     <disk type='block' device='cdrom'>
45       <driver name='qemu' type='raw'/>
46       <source dev='/home/user/fueltmp/deploy-opnfv.iso'/>
47       <target dev='hda' bus='ide'/>
48       <readonly/>
49       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
50     </disk>
51     <controller type='usb' index='0' model='ich9-ehci1'>
52       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
53     </controller>
54     <controller type='usb' index='0' model='ich9-uhci1'>
55       <master startport='0'/>
56       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
57     </controller>
58     <controller type='usb' index='0' model='ich9-uhci2'>
59       <master startport='2'/>
60       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
61     </controller>
62     <controller type='usb' index='0' model='ich9-uhci3'>
63       <master startport='4'/>
64       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
65     </controller>
66     <controller type='pci' index='0' model='pci-root'/>
67     <controller type='virtio-serial' index='0'>
68       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
69     </controller>
70     <controller type='ide' index='0'>
71       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
72     </controller>
73     <interface type='bridge'>
74       <mac address='52:54:00:bd:e4:21'/>
75       <source bridge='vfuelnet'/>
76       <model type='virtio'/>
77       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
78     </interface>
79     <serial type='pty'>
80       <target port='0'/>
81     </serial>
82     <console type='pty'>
83       <target type='serial' port='0'/>
84     </console>
85     <channel type='spicevmc'>
86       <target type='virtio' name='com.redhat.spice.0'/>
87       <address type='virtio-serial' controller='0' bus='0' port='1'/>
88     </channel>
89     <input type='mouse' bus='ps2'/>
90     <input type='keyboard' bus='ps2'/>
91     <graphics type='spice' autoport='yes' listen='127.0.0.1'>
92       <listen type='address' address='127.0.0.1'/>
93     </graphics>
94     <sound model='ich6'>
95       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
96     </sound>
97     <video>
98       <model type='qxl' ram='65536' vram='65536' heads='1'/>
99       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
100     </video>
101     <redirdev bus='usb' type='spicevmc'>
102     </redirdev>
103     <redirdev bus='usb' type='spicevmc'>
104     </redirdev>
105     <redirdev bus='usb' type='spicevmc'>
106     </redirdev>
107     <redirdev bus='usb' type='spicevmc'>
108     </redirdev>
109     <memballoon model='virtio'>
110       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
111     </memballoon>
112   </devices>
113   <seclabel type='dynamic' model='apparmor' relabel='yes'/>
114 </domain>
115