GENICLOUD-16
[sfa.git] / sfa / managers / eucalyptus / eucalyptus.xml
index 88023b5..22162b1 100644 (file)
@@ -1,76 +1,55 @@
-<?xml version="1.0"?>
 <RSpec type="eucalyptus">
-  <cloud id="Emulab-Cloud">
-    <!-- This element added by the user -->
-    <user-info>
-      <credential>foobarbaz</credential>
-    </user-info>
-    <ipv4>155.98.39.85</ipv4>
-    <keypairs>
-      <keypair>cortex</keypair>
-      <keypair>mykey</keypair>
-    </keypairs>
-    <images>
-      <image id="emi-88760F45">
-        <type>machine</type>
-        <arch>x86_64</arch>
-        <state>available</state>
-        <location>images/ttylinux.img.manifest.xml</location>
-      </image>
-      <image id="eki-F26610C6">
-        <type>kernel</type>
-        <arch>x86_64</arch>
-        <state>available</state>
-        <location>images/vmlinuz-2.6.16.33-xen.manifest.xml</location>
-      </image>
-    </images>
-    <cluster id="pcluster">
-      <ipv4>10.1.1.2</ipv4>
-      <vm-types>
-        <vm-type name="m1.small">
-          <free-slots>2</free-slots>
-          <max-instances>2</max-instances>
+  <cloud id="OpenCirrus">
+    <ipv4>198.55.32.86</ipv4>
+    <bundles>
+      <bundle id="fc12" />
+      <bundle id="f12-plab" />
+      <bundle id="f12-planetlab" />
+      <bundle id="fc11" />
+    </bundles>
+    <cluster id="euca-oc">
+      <ipv4>198.55.32.86</ipv4>
+      <vm_types>
+        <vm_type name="m1.small">
+          <free_slots>41</free_slots>
+          <max_instances>44</max_instances>
           <cores>1</cores>
-          <memory unit="MB">128</memory>
-          <disk-space unit="GB">2</disk-space>
-          <!-- A request for an instance of this type, added by the user -->
+          <memory unit="MB">192</memory>
+          <disk_space unit="GB">2</disk_space>
+        </vm_type>
+        <vm_type name="c1.medium">
+          <free_slots>41</free_slots>
+          <max_instances>44</max_instances>
+          <cores>1</cores>
+          <memory unit="MB">256</memory>
+          <disk_space unit="GB">5</disk_space>
           <request>
             <instances>1</instances>
-            <kernel-image id="eki-F26610C6"/>
-            <ramdisk/>
-            <disk-image id="emi-88760F45"/>
-            <keypair>cortex</keypair>
+            <bundle>f12-plab</bundle>
           </request>
-        </vm-type>
-        <vm-type name="c1.medium">
-          <free-slots>1</free-slots>
-          <max-instances>2</max-instances>
-          <cores>1</cores>
-          <memory unit="MB">256</memory>
-          <disk-space unit="GB">5</disk-space>
-        </vm-type>
-        <vm-type name="m1.large">
-          <free-slots>0</free-slots>
-          <max-instances>1</max-instances>
+        </vm_type>
+        <vm_type name="m1.large">
+          <free_slots>19</free_slots>
+          <max_instances>22</max_instances>
           <cores>2</cores>
           <memory unit="MB">512</memory>
-          <disk-space unit="GB">10</disk-space>
-        </vm-type>
-        <vm-type name="m1.xlarge">
-          <free-slots>0</free-slots>
-          <max-instances>1</max-instances>
+          <disk_space unit="GB">10</disk_space>
+        </vm_type>
+        <vm_type name="m1.xlarge">
+          <free_slots>19</free_slots>
+          <max_instances>22</max_instances>
           <cores>2</cores>
           <memory unit="MB">1024</memory>
-          <disk-space unit="GB">20</disk-space>
-        </vm-type>
-        <vm-type name="c1.xlarge">
-          <free-slots>0</free-slots>
-          <max-instances>0</max-instances>
+          <disk_space unit="GB">20</disk_space>
+        </vm_type>
+        <vm_type name="c1.xlarge">
+          <free_slots>8</free_slots>
+          <max_instances>11</max_instances>
           <cores>4</cores>
           <memory unit="MB">2048</memory>
-          <disk-space unit="GB">20</disk-space>
-        </vm-type>
-      </vm-types>
+          <disk_space unit="GB">20</disk_space>
+        </vm_type>
+      </vm_types>
     </cluster>
   </cloud>
 </RSpec>