6108c459c9
All-in-one with 18G will provide over 2G of RAM for instances. For example, a test configuration with two instances each with 1G RAM. This amount is less than the 24G listed in controller_allinone.xml, however all-in-one had been setup to use controller.xml, which provides 16G, so technically the series of related commits is increasing the RAM for all-in-one from 16 to 18G. Partial-Bug: #1793214 Change-Id: Id6556da171f43ba52375c33b8ab85b6d6d60c74d Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
110 lines
3.1 KiB
XML
110 lines
3.1 KiB
XML
<domain type='kvm' id='164'>
|
|
<name>NAME</name>
|
|
<memory unit='GiB'>18</memory>
|
|
<currentMemory unit='GiB'>18</currentMemory>
|
|
<vcpu placement='static'>6</vcpu>
|
|
<resource>
|
|
<partition>/machine</partition>
|
|
</resource>
|
|
<os>
|
|
<type arch='x86_64' machine='pc-q35-xenial'>hvm</type>
|
|
</os>
|
|
<features>
|
|
<acpi/>
|
|
<apic/>
|
|
<pae/>
|
|
</features>
|
|
<cpu match='exact'>
|
|
<model fallback='forbid'>Nehalem</model>
|
|
<topology sockets='1' cores='6' threads='1'/>
|
|
<feature policy='require' name='vmx'/>
|
|
<feature policy='optional' name='svm'/>
|
|
</cpu>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
|
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='qcow2'/>
|
|
<source file='DISK0'/>
|
|
<backingStore/>
|
|
<target dev='sda' bus='sata'/>
|
|
<boot order='1'/>
|
|
</disk>
|
|
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='qcow2'/>
|
|
<source file='DISK1'/>
|
|
<backingStore/>
|
|
<target dev='sdb' bus='sata'/>
|
|
</disk>
|
|
<disk type='file' device='disk'>
|
|
<driver name='qemu' type='qcow2'/>
|
|
<source file='DISK2'/>
|
|
<backingStore/>
|
|
<target dev='sdc' bus='sata'/>
|
|
</disk>
|
|
<disk type='file' device='cdrom'>
|
|
<driver name='qemu' type='raw'/>
|
|
<source file='ISO'/>
|
|
<backingStore/>
|
|
<target dev='sdd' bus='sata'/>
|
|
<readonly/>
|
|
<boot order='2'/>
|
|
</disk>
|
|
<interface type='bridge'>
|
|
<source bridge='%BR1%'/>
|
|
<target dev='vnet0'/>
|
|
<model type='e1000'/>
|
|
<alias name='net0'/>
|
|
</interface>
|
|
<interface type='bridge'>
|
|
<source bridge='%BR2%'/>
|
|
<target dev='vnet1'/>
|
|
<model type='e1000'/>
|
|
<boot order='3'/>
|
|
<alias name='net1'/>
|
|
</interface>
|
|
<interface type='bridge'>
|
|
<source bridge='%BR3%'/>
|
|
<target dev='vnet2'/>
|
|
<model type='virtio'/>
|
|
<alias name='net2'/>
|
|
</interface>
|
|
<interface type='bridge'>
|
|
<source bridge='%BR4%'/>
|
|
<target dev='vnet3'/>
|
|
<model type='virtio'/>
|
|
<alias name='net3'/>
|
|
</interface>
|
|
<serial type='pty'>
|
|
<source path='/dev/pts/8'/>
|
|
<target port='0'/>
|
|
<alias name='serial0'/>
|
|
</serial>
|
|
<console type='pty' tty='/dev/pts/8'>
|
|
<source path='/dev/pts/8'/>
|
|
<target type='serial' port='0'/>
|
|
<alias name='serial0'/>
|
|
</console>
|
|
<input type='mouse' bus='ps2'/>
|
|
<input type='keyboard' bus='ps2'/>
|
|
<graphics type='vnc' port='5900' autoport='yes' listen='127.0.0.1' keymap='en-us'>
|
|
<listen type='address' address='127.0.0.1'/>
|
|
</graphics>
|
|
<video>
|
|
<model type='cirrus' vram='16384' heads='1'/>
|
|
<alias name='video0'/>
|
|
</video>
|
|
<memballoon model='virtio'>
|
|
<alias name='balloon0'/>
|
|
</memballoon>
|
|
</devices>
|
|
<seclabel type='dynamic' model='apparmor' relabel='yes'>
|
|
<label>libvirt-6afab2ba-0ed0-45cb-b1bd-985e211a48de</label>
|
|
<imagelabel>libvirt-6afab2ba-0ed0-45cb-b1bd-985e211a48de</imagelabel>
|
|
</seclabel>
|
|
</domain>
|
|
|