Updates docs for SR1 with final revision
[genesis.git] / fuel / deploy / templates / hardware_environment / vms / fuel.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       <target dev='vda' bus='virtio'/>
40     </disk>
41     <disk type='block' device='cdrom'>
42       <driver name='qemu' type='raw'/>
43       <target dev='hdb' bus='ide'/>
44       <readonly/>
45     </disk>
46     <controller type='usb' index='0' model='ich9-ehci1'>
47     </controller>
48     <controller type='usb' index='0' model='ich9-uhci1'>
49       <master startport='0'/>
50     </controller>
51     <controller type='usb' index='0' model='ich9-uhci2'>
52       <master startport='2'/>
53     </controller>
54     <controller type='usb' index='0' model='ich9-uhci3'>
55       <master startport='4'/>
56     </controller>
57     <controller type='pci' index='0' model='pci-root'>
58     </controller>
59     <controller type='ide' index='0'>
60     </controller>
61     <controller type='virtio-serial' index='0'>
62     </controller>
63     <interface type='bridge'>
64       <model type='virtio'/>
65     </interface>
66     <serial type='pty'>
67       <source path='/dev/pts/0'/>
68       <target port='0'/>
69     </serial>
70     <console type='pty' tty='/dev/pts/0'>
71       <source path='/dev/pts/0'/>
72       <target type='serial' port='0'/>
73     </console>
74     <input type='mouse' bus='ps2'/>
75     <input type='keyboard' bus='ps2'/>
76     <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='sv'>
77       <listen type='address' address='127.0.0.1'/>
78     </graphics>
79     <sound model='ich6'>
80     </sound>
81     <video>
82       <model type='cirrus' vram='9216' heads='1'/>
83     </video>
84     <memballoon model='virtio'>
85     </memballoon>
86   </devices>
87   <seclabel type='dynamic' model='selinux' relabel='yes'>
88     <label>system_u:system_r:svirt_t:s0:c52,c932</label>
89     <imagelabel>system_u:object_r:svirt_image_t:s0:c52,c932</imagelabel>
90   </seclabel>
91 </domain>