Advertisement
Guest User

Untitled

a guest
May 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.70 KB | None | 0 0
  1. <domain type='kvm' id='3'>
  2.   <name>gorka</name>
  3.   <uuid>30e60f86-1855-4984-bd0a-e1a7c2ff9a3e</uuid>
  4.   <metadata>
  5.     <kvirt:info xmlns:kvirt="kvirt">
  6.       <kvirt:creationdate>24-05-2018 12:31</kvirt:creationdate>
  7.       <kvirt:profile>centos</kvirt:profile>
  8.       <kvirt:template>CentOS-7-x86_64-GenericCloud.qcow2</kvirt:template>
  9.       <kvirt:plan>kvirt</kvirt:plan>
  10.     </kvirt:info>
  11.   </metadata>
  12.   <memory unit='KiB'>1048576</memory>
  13.   <currentMemory unit='KiB'>1048576</currentMemory>
  14.   <vcpu placement='static'>2</vcpu>
  15.   <resource>
  16.     <partition>/machine</partition>
  17.   </resource>
  18.   <os>
  19.     <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type>
  20.     <boot dev='hd'/>
  21.     <boot dev='cdrom'/>
  22.     <bootmenu enable='yes'/>
  23.   </os>
  24.   <features>
  25.     <acpi/>
  26.     <apic/>
  27.     <pae/>
  28.   </features>
  29.   <cpu mode='host-model'>
  30.     <model fallback='allow'/>
  31.     <feature policy='require' name='vmx'/>
  32.   </cpu>
  33.   <clock offset='utc'/>
  34.   <on_poweroff>destroy</on_poweroff>
  35.   <on_reboot>restart</on_reboot>
  36.   <on_crash>restart</on_crash>
  37.   <devices>
  38.     <emulator>/usr/bin/qemu-kvm</emulator>
  39.     <disk type='file' device='disk'>
  40.       <driver name='qemu' type='qcow2'/>
  41.       <source file='/home/kboumedh/images/gorka_1.img'/>
  42.       <backingStore type='file' index='1'>
  43.         <format type='qcow2'/>
  44.         <source file='/var/lib/libvirt/images/CentOS-7-x86_64-GenericCloud.qcow2'/>
  45.         <backingStore/>
  46.       </backingStore>
  47.       <target dev='vda' bus='virtio'/>
  48.       <alias name='virtio-disk0'/>
  49.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  50.     </disk>
  51.     <disk type='file' device='disk'>
  52.       <driver name='qemu' type='qcow2'/>
  53.       <source file='/home/kboumedh/images/gorka_2.img'/>
  54.       <backingStore/>
  55.       <target dev='vdb' bus='virtio'/>
  56.       <alias name='virtio-disk1'/>
  57.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  58.     </disk>
  59.     <disk type='file' device='disk'>
  60.       <driver name='qemu' type='qcow2' cache='none'/>
  61.       <source file='/var/lib/libvirt/images/gorka_3.img'/>
  62.       <backingStore/>
  63.       <target dev='vdc' bus='virtio'/>
  64.       <alias name='virtio-disk2'/>
  65.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  66.     </disk>
  67.     <disk type='file' device='cdrom'>
  68.       <driver name='qemu' type='raw'/>
  69.       <source file='/home/kboumedh/images/gorka.ISO'/>
  70.       <backingStore/>
  71.       <target dev='hdd' bus='ide'/>
  72.       <readonly/>
  73.       <alias name='ide0-1-1'/>
  74.       <address type='drive' controller='0' bus='1' target='0' unit='1'/>
  75.     </disk>
  76.     <controller type='usb' index='0'>
  77.       <alias name='usb0'/>
  78.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
  79.     </controller>
  80.     <controller type='pci' index='0' model='pci-root'>
  81.       <alias name='pci.0'/>
  82.     </controller>
  83.     <controller type='ide' index='0'>
  84.       <alias name='ide0'/>
  85.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  86.     </controller>
  87.     <interface type='network'>
  88.       <mac address='52:54:00:2a:af:88'/>
  89.       <source network='default' bridge='virbr1'/>
  90.       <target dev='vnet0'/>
  91.       <model type='virtio'/>
  92.       <alias name='net0'/>
  93.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  94.     </interface>
  95.     <interface type='network'>
  96.       <mac address='52:54:00:17:d6:0d'/>
  97.       <source network='default' bridge='virbr1'/>
  98.       <target dev='vnet1'/>
  99.       <model type='virtio'/>
  100.       <alias name='net1'/>
  101.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  102.     </interface>
  103.     <serial type='tcp'>
  104.       <source mode='bind' host='127.0.0.1' service='56281'/>
  105.       <protocol type='telnet'/>
  106.       <target port='0'/>
  107.       <alias name='serial0'/>
  108.     </serial>
  109.     <console type='tcp'>
  110.       <source mode='bind' host='127.0.0.1' service='56281'/>
  111.       <protocol type='telnet'/>
  112.       <target type='serial' port='0'/>
  113.       <alias name='serial0'/>
  114.     </console>
  115.     <input type='tablet' bus='usb'>
  116.       <alias name='input0'/>
  117.     </input>
  118.     <input type='mouse' bus='ps2'/>
  119.     <input type='keyboard' bus='ps2'/>
  120.     <graphics type='spice' port='5900' autoport='yes' listen='127.0.0.1'>
  121.       <listen type='address' address='127.0.0.1'/>
  122.     </graphics>
  123.     <video>
  124.       <model type='cirrus' vram='16384' heads='1'/>
  125.       <alias name='video0'/>
  126.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  127.     </video>
  128.     <memballoon model='virtio'>
  129.       <alias name='balloon0'/>
  130.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  131.     </memballoon>
  132.   </devices>
  133. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement