~ubuntu-branches/ubuntu/raring/virtinst/raring-proposed

« back to all changes in this revision

Viewing changes to tests/image2nics.xml

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2008-11-19 09:19:29 UTC
  • mto: (1.4.1 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20081119091929-vwksujnqzo1utdln
Tags: upstream-0.400.0
Import upstream version 0.400.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<image>
 
2
  <name>test-image</name>
 
3
  <label>A simple test image</label>
 
4
  <domain>
 
5
    <boot type='xen'>
 
6
      <guest>
 
7
        <os_type>xen</os_type>
 
8
        <arch>i386</arch>
 
9
        <features><pae/></features>
 
10
      </guest>
 
11
      <os>
 
12
        <loader>pygrub</loader>
 
13
      </os>
 
14
      <drive disk="root.raw" target="xvda"/>
 
15
      <drive disk="data.raw" target="xvdb"/>
 
16
      <drive disk="scratch.raw" target="xvdc"/>
 
17
    </boot>
 
18
    <boot type="hvm">
 
19
      <guest>
 
20
        <arch>i686</arch>
 
21
        <features><pae/></features>
 
22
      </guest>
 
23
      <os>
 
24
        <type>hvm</type>
 
25
        <loader dev="hd"/>
 
26
      </os>
 
27
      <drive disk="root.raw" target="hda"/>
 
28
      <drive disk="data.raw" target="hdb"/>
 
29
      <drive disk="scratch.raw" target="hdd"/>
 
30
    </boot>
 
31
    <devices>
 
32
       <vcpu>7</vcpu>
 
33
       <memory>262144</memory>
 
34
       <interface/>
 
35
       <interface/>
 
36
       <graphics/>
 
37
    </devices>
 
38
  </domain>
 
39
  <storage>
 
40
    <disk file="disk.img"/>
 
41
    <disk size="4096" use="system">
 
42
      <partition file="boot.img"/>
 
43
      <partition file="root.img"/>
 
44
    </disk>
 
45
    <disk file="root.raw" format="raw" size="4096" use="system"/>
 
46
    <disk file="data.raw" format="raw" size='2048' use="data"/>
 
47
    <disk file="scratch.raw" format="raw" size='100' use='scratch'/>
 
48
  </storage>
 
49
</image>