You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by rb...@apache.org on 2011/05/17 13:03:45 UTC

svn commit: r1104132 - in /incubator/libcloud/trunk/libcloud: compute/drivers/gogrid.py data/pricing.json

Author: rbogorodskiy
Date: Tue May 17 11:03:44 2011
New Revision: 1104132

URL: http://svn.apache.org/viewvc?rev=1104132&view=rev
Log:
GoGrid Compute Driver: add 16GB node size.

Modified:
    incubator/libcloud/trunk/libcloud/compute/drivers/gogrid.py
    incubator/libcloud/trunk/libcloud/data/pricing.json

Modified: incubator/libcloud/trunk/libcloud/compute/drivers/gogrid.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/compute/drivers/gogrid.py?rev=1104132&r1=1104131&r2=1104132&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/compute/drivers/gogrid.py (original)
+++ incubator/libcloud/trunk/libcloud/compute/drivers/gogrid.py Tue May 17 11:03:44 2011
@@ -61,7 +61,12 @@ GOGRID_INSTANCE_TYPES = {
                        'name': '8GB',
                        'ram': 8192,
                        'disk': 480,
-                       'bandwidth': None}
+                       'bandwidth': None},
+        '16GB': {'id': '16GB',
+                       'name': '16GB',
+                       'ram': 16384,
+                       'disk': 960,
+                       'bandwidth': None},
 }
 
 

Modified: incubator/libcloud/trunk/libcloud/data/pricing.json
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/data/pricing.json?rev=1104132&r1=1104131&r2=1104132&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/data/pricing.json (original)
+++ incubator/libcloud/trunk/libcloud/data/pricing.json Tue May 17 11:03:44 2011
@@ -118,7 +118,8 @@
         "1GB": 0.19,
         "2GB": 0.38,
         "4GB": 0.76,
-        "8GB": 1.52
+        "8GB": 1.52,
+        "16GB": 3.04
     },
 
     "gandi": {