Merge "Fix network connection check issue"
[fuel.git] / deploy / templates / virtual_environment / vms / controller.xml
1 <domain type='kvm'>
2   <name>controller</name>
3   <memory unit='KiB'>8388608</memory>
4   <currentMemory unit='KiB'>8388608</currentMemory>
5   <vcpu placement='static'>2</vcpu>
6   <os>
7     <type arch='x86_64' machine='pc-1.0'>hvm</type>
8     <boot dev='network'/>
9     <boot dev='hd'/>
10     <bios rebootTimeout='30000'/>
11   </os>
12   <features>
13     <acpi/>
14     <apic/>
15     <pae/>
16   </features>
17   <clock offset='utc'/>
18   <on_poweroff>destroy</on_poweroff>
19   <on_reboot>restart</on_reboot>
20   <on_crash>restart</on_crash>
21   <devices>
22     <emulator>/usr/bin/kvm</emulator>
23     <disk type='file' device='disk'>
24       <driver name='qemu' type='qcow2'/>
25       <source file='disk.raw'/>
26       <target dev='vda' bus='virtio'/>
27     </disk>
28     <controller type='usb' index='0'>
29     </controller>
30     <controller type='pci' index='0' model='pci-root'/>
31     <interface type='network'>
32       <source network='fuel1'/>
33       <model type='e1000'/>
34     </interface>
35     <interface type='network'>
36       <source network='fuel2'/>
37       <model type='e1000'/>
38     </interface>
39     <interface type='network'>
40       <source network='fuel3'/>
41       <model type='e1000'/>
42     </interface>
43     <interface type='network'>
44       <source network='fuel4'/>
45       <model type='e1000'/>
46     </interface>
47     <serial type='pty'>
48       <target port='0'/>
49     </serial>
50     <console type='pty'>
51       <target type='serial' port='0'/>
52     </console>
53     <input type='mouse' bus='ps2'/>
54     <input type='keyboard' bus='ps2'/>
55     <graphics type='vnc' port='-1' autoport='yes' keymap='sv'/>
56     <sound model='ich6'>
57     </sound>
58     <video>
59       <model type='cirrus' vram='9216' heads='1'/>
60     </video>
61     <memballoon model='virtio'>
62     </memballoon>
63   </devices>
64 </domain>