~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to tests/sexpr2xmldata/sexpr2xml-bridge-ipaddr.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mto: (3.4.1 sid) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090211010142-wk9mgtbw8bmp3zcb
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='xen' id='6'>
 
2
  <name>pvtest</name>
 
3
  <uuid>596a5d21-71f4-8fb2-e068-e2386a5c413e</uuid>
 
4
  <memory>430080</memory>
 
5
  <currentMemory>430080</currentMemory>
 
6
  <vcpu>2</vcpu>
 
7
  <os>
 
8
    <type>linux</type>
 
9
    <kernel>/var/lib/xen/vmlinuz.2Dn2YT</kernel>
 
10
    <initrd>/var/lib/xen/initrd.img.0u-Vhq</initrd>
 
11
    <cmdline> method=http://download.fedora.devel.redhat.com/pub/fedora/linux/core/test/5.91/x86_64/os  </cmdline>
 
12
  </os>
 
13
  <clock offset='utc'/>
 
14
  <on_poweroff>destroy</on_poweroff>
 
15
  <on_reboot>destroy</on_reboot>
 
16
  <on_crash>destroy</on_crash>
 
17
  <devices>
 
18
    <disk type='file' device='disk'>
 
19
      <driver name='file'/>
 
20
      <source file='/root/some.img'/>
 
21
      <target dev='xvda' bus='xen'/>
 
22
    </disk>
 
23
    <interface type='bridge'>
 
24
      <mac address='00:11:22:33:44:55'/>
 
25
      <source bridge='xenbr2'/>
 
26
      <ip address='192.0.2.1'/>
 
27
      <script path='vif-bridge'/>
 
28
      <target dev='vif6.0'/>
 
29
    </interface>
 
30
    <console type='pty'>
 
31
      <target port='0'/>
 
32
    </console>
 
33
  </devices>
 
34
</domain>