~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to maas-p8/maas-node-1.xml

  • Committer: Curtis Hovey
  • Date: 2015-06-11 19:35:22 UTC
  • mto: This revision was merged to the branch mainline in revision 983.
  • Revision ID: curtis@canonical.com-20150611193522-o2nqkqb04o2i75wv
Remove euca_dump_logs because it has not been used this year.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<domain type='kvm'>
2
 
  <name>maas-node-1</name>
3
 
  <memory unit='KiB'>4194304</memory>
4
 
  <currentMemory unit='KiB'>4194304</currentMemory>
5
 
  <vcpu>1</vcpu>
6
 
  <os>
7
 
    <type arch='ppc64le' machine='pseries-2.5'>hvm</type>
8
 
  </os>
9
 
  <features>
10
 
    <acpi/>
11
 
    <apic/>
12
 
    <pae/>
13
 
  </features>
14
 
  <clock offset='utc'/>
15
 
  <on_poweroff>destroy</on_poweroff>
16
 
  <on_reboot>restart</on_reboot>
17
 
  <on_crash>restart</on_crash>
18
 
  <devices>
19
 
    <emulator>/usr/bin/kvm</emulator>
20
 
    <disk type='file' device='disk'>
21
 
      <driver name='qemu' type='qcow2'/>
22
 
      <source file='/images/maaspool1/maas-node-1.1.qcow2'/>
23
 
      <target dev='vda' bus='virtio'/>
24
 
      <boot order='2'/>
25
 
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
26
 
    </disk>
27
 
    <disk type='file' device='disk'>
28
 
      <driver name='qemu' type='qcow2'/>
29
 
      <source file='/images/maaspool1/maas-node-1.2.qcow2'/>
30
 
      <target dev='vdb' bus='virtio'/>
31
 
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
32
 
    </disk>
33
 
    <controller type='usb' index='0'>
34
 
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
35
 
    </controller>
36
 
    <controller type='pci' index='0' model='pci-root'/>
37
 
    <interface type='network'>
38
 
      <source network='maas'/>
39
 
      <model type='e1000'/>
40
 
      <boot order='1'/>
41
 
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
42
 
    </interface>
43
 
    <serial type='null'>
44
 
      <target port='0'/>
45
 
    </serial>
46
 
    <console type='null'>
47
 
      <target type='serial' port='0'/>
48
 
    </console>
49
 
    <input type='mouse' bus='ps2'/>
50
 
    <input type='keyboard' bus='ps2'/>
51
 
    <graphics type='vnc' port='-1' autoport='yes'/>
52
 
    <video>
53
 
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
54
 
    </video>
55
 
    <memballoon model='virtio'>
56
 
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
57
 
    </memballoon>
58
 
  </devices>
59
 
</domain>