Projet

Général

Profil

openstack.xml

Mehdi Abaakouk, 01/09/2014 14:36

 
1
<!--
2
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
3
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
4
  virsh edit openstack
5
or other application using the libvirt API.
6
-->
7

    
8
<domain type='kvm'>
9
  <name>openstack</name>
10
  <uuid>8ff46696-7b94-6d0b-7022-edbcf88648c0</uuid>
11
  <memory unit='KiB'>3145728</memory>
12
  <currentMemory unit='KiB'>3145728</currentMemory>
13
  <vcpu placement='static'>1</vcpu>
14
  <os>
15
    <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</type>
16
    <boot dev='hd'/>
17
  </os>
18
  <features>
19
    <acpi/>
20
    <apic/>
21
    <pae/>
22
  </features>
23
  <clock offset='utc'/>
24
  <on_poweroff>destroy</on_poweroff>
25
  <on_reboot>restart</on_reboot>
26
  <on_crash>restart</on_crash>
27
  <devices>
28
    <emulator>/usr/bin/kvm</emulator>
29
    <disk type='network' device='disk'>
30
      <driver name='qemu' type='raw'/>
31
      <auth username='openstack-service'>
32
        <secret type='ceph' uuid='1fe74663-8dfa-486c-bb80-3bd94c90c967'/>
33
      </auth>
34
      <source protocol='rbd' name='disks/openstack-disk'/>
35
      <target dev='vda' bus='virtio'/>
36
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
37
    </disk>
38
    <controller type='usb' index='0'>
39
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
40
    </controller>
41
    <controller type='pci' index='0' model='pci-root'/>
42
    <interface type='bridge'>
43
      <mac address='52:54:00:90:d8:c7'/>
44
      <source bridge='br-net'/>
45
      <virtualport type='openvswitch'>
46
        <parameters interfaceid='f0c8bfd0-36e3-46fb-974e-9dbe8d501c19'/>
47
      </virtualport>
48
      <model type='virtio'/>
49
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
50
    </interface>
51
    <interface type='bridge'>
52
      <mac address='52:54:00:13:fa:13'/>
53
      <source bridge='br-admin'/>
54
      <virtualport type='openvswitch'>
55
        <parameters interfaceid='25b32029-968f-49a0-aa04-45baf5c443c6'/>
56
      </virtualport>
57
      <model type='virtio'/>
58
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
59
    </interface>
60
    <serial type='pty'>
61
      <target port='0'/>
62
    </serial>
63
    <console type='pty'>
64
      <target type='serial' port='0'/>
65
    </console>
66
    <memballoon model='virtio'>
67
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
68
    </memballoon>
69
  </devices>
70
</domain>