Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into observer3.0
[plstackapi.git] / planetstack / core / fixtures / initial_data.json
index 8a5c027..0cf92a5 100644 (file)
     "model": "syndicate.syndicateservice", 
     "fields": {}
 },
-{
-    "pk": 1, 
-    "model": "syndicate.syndicateuser", 
-    "fields": {
-        "max_RGs": 100, 
-        "is_admin": true, 
-        "user": 6, 
-        "max_AGs": 100, 
-        "max_UGs": 100, 
-        "max_volumes": 100
-    }
-},
-{
-    "pk": 2, 
-    "model": "syndicate.syndicateuser", 
-    "fields": {
-        "max_RGs": 500, 
-        "is_admin": false, 
-        "user": 13, 
-        "max_AGs": 10, 
-        "max_UGs": 500, 
-        "max_volumes": 1
-    }
-},
-{
-    "pk": 1, 
-    "model": "syndicate.volume", 
-    "fields": {
-        "description": "GenBank dataset snapshot from Nov. 2013", 
-        "blocksize": 61440, 
-        "metadata_private_key": "", 
-        "default_gateway_caps": "3", 
-        "private": false, 
-        "file_quota": -1, 
-        "api_public_key": "", 
-        "owner_id": 1, 
-        "archive": true, 
-        "metadata_public_key": "", 
-        "name": "GenBank-11-2013"
-    }
-},
-{
-    "pk": 2, 
-    "model": "syndicate.volume", 
-    "fields": {
-        "description": "Volume associated with princeton_syndicate", 
-        "blocksize": 102400, 
-        "metadata_private_key": "", 
-        "default_gateway_caps": "31", 
-        "private": true, 
-        "file_quota": 1000000, 
-        "api_public_key": "", 
-        "owner_id": 1, 
-        "archive": false, 
-        "metadata_public_key": "", 
-        "name": "princeton_syndicate-Volume"
-    }
-},
-{
-    "pk": 1, 
-    "model": "syndicate.volumeaccessright", 
-    "fields": {
-        "volume": 1, 
-        "gateway_caps": "3", 
-        "owner_id": 1
-    }
-},
-{
-    "pk": 1, 
-    "model": "syndicate.volumeaccessrequest", 
-    "fields": {
-        "volume": 2, 
-        "message": "Hi Jude, this is Siobhan.  Can I join the princeton_syndicate volume with read-only permission?\r\n", 
-        "gateway_caps": "3", 
-        "owner_id": 2
-    }
-},
 {
     "pk": 1, 
     "model": "core.siteprivilege",