31b54905629c7eb06eb723cdd4f6d69df2bba6b5
[genesis.git] / fuel / deploy / baremetal / vms / fuel_lf.xml
1 <domain type='kvm' id='62'>
2   <name>fuel</name>
3   <memory unit='KiB'>8290304</memory>
4   <currentMemory unit='KiB'>8290304</currentMemory>
5   <vcpu placement='static'>4</vcpu>
6   <resource>
7     <partition>/machine</partition>
8   </resource>
9   <os>
10     <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type>
11     <boot dev='cdrom'/>
12     <boot dev='hd'/>
13     <bootmenu enable='no'/>
14   </os>
15   <features>
16     <acpi/>
17     <apic/>
18     <pae/>
19   </features>
20   <cpu mode='custom' match='exact'>
21     <model fallback='allow'>SandyBridge</model>
22   </cpu>
23   <clock offset='utc'>
24     <timer name='rtc' tickpolicy='catchup'/>
25     <timer name='pit' tickpolicy='delay'/>
26     <timer name='hpet' present='no'/>
27   </clock>
28   <on_poweroff>destroy</on_poweroff>
29   <on_reboot>restart</on_reboot>
30   <on_crash>restart</on_crash>
31   <pm>
32     <suspend-to-mem enabled='no'/>
33     <suspend-to-disk enabled='no'/>
34   </pm>
35   <devices>
36     <emulator>/usr/libexec/qemu-kvm</emulator>
37     <disk type='file' device='disk'>
38       <driver name='qemu' type='raw'/>
39       <source file='/home/opnfv/images/vFuel.raw'/>
40       <target dev='vda' bus='virtio'/>
41     </disk>
42     <disk type='block' device='cdrom'>
43       <driver name='qemu' type='raw'/>
44       <target dev='hdb' bus='ide'/>
45       <readonly/>
46     </disk>
47     <controller type='usb' index='0' model='ich9-ehci1'>
48     </controller>
49     <controller type='usb' index='0' model='ich9-uhci1'>
50       <master startport='0'/>
51     </controller>
52     <controller type='usb' index='0' model='ich9-uhci2'>
53       <master startport='2'/>
54     </controller>
55     <controller type='usb' index='0' model='ich9-uhci3'>
56       <master startport='4'/>
57     </controller>
58     <controller type='pci' index='0' model='pci-root'>
59     </controller>
60     <controller type='ide' index='0'>
61     </controller>
62     <controller type='virtio-serial' index='0'>
63     </controller>
64     <interface type='bridge'>
65       <source bridge='pxebr'/>
66       <model type='virtio'/>
67     </interface>
68     <serial type='pty'>
69       <source path='/dev/pts/0'/>
70       <target port='0'/>
71     </serial>
72     <console type='pty' tty='/dev/pts/0'>
73       <source path='/dev/pts/0'/>
74       <target type='serial' port='0'/>
75     </console>
76     <input type='mouse' bus='ps2'/>
77     <input type='keyboard' bus='ps2'/>
78     <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='sv'>
79       <listen type='address' address='127.0.0.1'/>
80     </graphics>
81     <sound model='ich6'>
82     </sound>
83     <video>
84       <model type='cirrus' vram='9216' heads='1'/>
85     </video>
86     <memballoon model='virtio'>
87     </memballoon>
88   </devices>
89   <seclabel type='dynamic' model='selinux' relabel='yes'>
90     <label>system_u:system_r:svirt_t:s0:c52,c932</label>
91     <imagelabel>system_u:object_r:svirt_image_t:s0:c52,c932</imagelabel>
92   </seclabel>
93 </domain>