Sha256: 362ee3bba18a16d8e2f8146adb043345bc8f454ac18b040e8cfa92984fe734c7

Contents?: true

Size: 1.25 KB

Versions: 10

Compression:

Stored size: 1.25 KB

Contents

<domain type='kvm'>
  <name>sample</name>
  <uuid>uuid</uuid>
  <memory unit='GiB'>kib</memory>
  <currentMemory unit='GiB'>kib</currentMemory>
  <vcpu placement='static'>number</vcpu>
  <os>
    <type arch='x86_64' machine='pc-i440fx-xenial'>hvm</type>
    <boot dev='network'/>
    <boot dev='hd'/>
    <bootmenu enable='yes'/>
  </os>
  <features>
    <acpi/>
    <apic/>
  </features>
  <cpu mode='host-model'>
    <model fallback='allow'/>
  </cpu>
  <clock offset='utc'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <pm>
    <suspend-to-mem enabled='no'/>
    <suspend-to-disk enabled='no'/>
  </pm>
  <devices>
    <emulator>/usr/bin/kvm-spice</emulator>
    <controller type='scsi' index='0' model='virtio-scsi'/>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <input type='keyboard' bus='ps2'/>
    <graphics type='vnc' port='-1' autoport='yes'/>
    <video>
      <model type='cirrus' vram='16384' heads='1'/>
    </video>
    <memballoon model='virtio'/>
  </devices>
</domain>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gogetit-0.4.2 lib/template/domain.xml
gogetit-0.4.1 lib/template/domain.xml
gogetit-0.4.0 lib/template/domain.xml
gogetit-0.3.0 lib/template/domain.xml
gogetit-0.2.1 lib/template/domain.xml
gogetit-0.2.0 lib/template/domain.xml
gogetit-0.1.19 lib/template/domain.xml
gogetit-0.1.18 lib/template/domain.xml
gogetit-0.1.17 lib/template/domain.xml
gogetit-0.1.16 lib/template/domain.xml