oops
[sfa.git] / sfa / managers / eucalyptus / eucalyptus.xml
1 <?xml version="1.0"?>
2 <RSpec type="eucalyptus">
3   <cloud id="Emulab-Cloud">
4     <!-- This element added by the user -->
5     <user_info>
6       <credential>foobarbaz</credential>
7     </user_info>
8     <ipv4>155.98.39.85</ipv4>
9     <keypairs>
10       <keypair>cortex</keypair>
11       <keypair>mykey</keypair>
12     </keypairs>
13     <images>
14       <image id="emi-88760F45">
15         <type>machine</type>
16         <arch>x86_64</arch>
17         <state>available</state>
18         <location>images/ttylinux.img.manifest.xml</location>
19       </image>
20       <image id="eki-F26610C6">
21         <type>kernel</type>
22         <arch>x86_64</arch>
23         <state>available</state>
24         <location>images/vmlinuz-2.6.16.33-xen.manifest.xml</location>
25       </image>
26     </images>
27     <cluster id="pcluster">
28       <ipv4>10.1.1.2</ipv4>
29       <vm_types>
30         <vm_type name="m1.small">
31           <free_slots>2</free_slots>
32           <max_instances>2</max_instances>
33           <cores>1</cores>
34           <memory unit="MB">128</memory>
35           <disk_space unit="GB">2</disk_space>
36           <!-- A request for an instance of this type, added by the user -->
37           <request>
38             <instances>1</instances>
39             <kernel_image id="eki-F26610C6"/>
40             <ramdisk/>
41             <disk_image id="emi-88760F45"/>
42             <keypair>cortex</keypair>
43           </request>
44         </vm_type>
45         <vm_type name="c1.medium">
46           <free_slots>1</free_slots>
47           <max_instances>2</max_instances>
48           <cores>1</cores>
49           <memory unit="MB">256</memory>
50           <disk_space unit="GB">5</disk_space>
51         </vm_type>
52         <vm_type name="m1.large">
53           <free_slots>0</free_slots>
54           <max_instances>1</max_instances>
55           <cores>2</cores>
56           <memory unit="MB">512</memory>
57           <disk_space unit="GB">10</disk_space>
58         </vm_type>
59         <vm_type name="m1.xlarge">
60           <free_slots>0</free_slots>
61           <max_instances>1</max_instances>
62           <cores>2</cores>
63           <memory unit="MB">1024</memory>
64           <disk_space unit="GB">20</disk_space>
65         </vm_type>
66         <vm_type name="c1.xlarge">
67           <free_slots>0</free_slots>
68           <max_instances>0</max_instances>
69           <cores>4</cores>
70           <memory unit="MB">2048</memory>
71           <disk_space unit="GB">20</disk_space>
72         </vm_type>
73       </vm_types>
74     </cluster>
75   </cloud>
76 </RSpec>