45edbd4ba134986334925f4ba66b32a8d3d4bf96
[plstackapi.git] / planetstack / core / fixtures / initial_data.json
1 [
2 {
3     "pk": 1, 
4     "model": "core.planetstackrole", 
5     "fields": {
6         "updated": "2013-09-03T11:47:42.611Z", 
7         "role": "admin", 
8         "created": "2013-09-03T11:47:42.611Z"
9     }
10 },
11 {
12     "pk": 1, 
13     "model": "core.role", 
14     "fields": {
15         "updated": "2013-07-30T10:35:50.572Z", 
16         "content_type": 8, 
17         "description": "PlanetStack Application Administrator", 
18         "role_type": "Admin", 
19         "created": "2013-07-30T10:30:28.633Z"
20     }
21 },
22 {
23     "pk": 2, 
24     "model": "core.role", 
25     "fields": {
26         "updated": "2013-07-30T10:36:30.174Z", 
27         "content_type": 8, 
28         "description": "User level role for PlanetStack Application", 
29         "role_type": "Default", 
30         "created": "2013-07-30T10:31:02.627Z"
31     }
32 },
33 {
34     "pk": 3, 
35     "model": "core.role", 
36     "fields": {
37         "updated": "2013-07-30T10:36:07.877Z", 
38         "content_type": 21, 
39         "description": "Administrative role for a Slice", 
40         "role_type": "Admin", 
41         "created": "2013-07-30T10:31:25.829Z"
42     }
43 },
44 {
45     "pk": 4, 
46     "model": "core.role", 
47     "fields": {
48         "updated": "2013-07-30T10:36:20.679Z", 
49         "content_type": 21, 
50         "description": "User level access for a particular Slice", 
51         "role_type": "Default", 
52         "created": "2013-07-30T10:31:48.791Z"
53     }
54 },
55 {
56     "pk": 5, 
57     "model": "core.role", 
58     "fields": {
59         "updated": "2013-07-30T10:35:59.388Z", 
60         "content_type": 15, 
61         "description": "Administrator role for a particular Site", 
62         "role_type": "Admin", 
63         "created": "2013-07-30T10:32:20.600Z"
64     }
65 },
66 {
67     "pk": 6, 
68     "model": "core.role", 
69     "fields": {
70         "updated": "2013-07-30T10:34:39.494Z", 
71         "content_type": 15, 
72         "description": "Principal Investigator for a particular Site", 
73         "role_type": "PI", 
74         "created": "2013-07-30T10:34:39.494Z"
75     }
76 },
77 {
78     "pk": 7, 
79     "model": "core.role", 
80     "fields": {
81         "updated": "2013-07-30T10:35:27.633Z", 
82         "content_type": 15, 
83         "description": "Technical support for a particular Site. Allows for Read/Write access to a Site's Nodes.", 
84         "role_type": "Tech", 
85         "created": "2013-07-30T10:35:27.633Z"
86     }
87 },
88 {
89     "pk": 8, 
90     "model": "core.role", 
91     "fields": {
92         "updated": "2013-07-30T10:38:04.554Z", 
93         "content_type": 15, 
94         "description": "Responsibility for a particular Site's accounting and invoices.", 
95         "role_type": "Billing", 
96         "created": "2013-07-30T10:38:04.554Z"
97     }
98 },
99 {
100     "pk": 9, 
101     "model": "core.role", 
102     "fields": {
103         "updated": "2013-07-30T10:39:07.062Z", 
104         "content_type": 15, 
105         "description": "Default access for a particular Site which allows for Read-only access to the Site's objects.", 
106         "role_type": "Default", 
107         "created": "2013-07-30T10:39:07.062Z"
108     }
109 },
110 {
111     "pk": 10, 
112     "model": "core.role", 
113     "fields": {
114         "updated": "2013-07-30T10:39:55.479Z", 
115         "content_type": 15, 
116         "description": "Represents the Site through which a particular user is managed through.", 
117         "role_type": "Homed", 
118         "created": "2013-07-30T10:39:55.479Z"
119     }
120 },
121 {
122     "pk": 11, 
123     "model": "core.role", 
124     "fields": {
125         "updated": "2013-07-30T17:35:59.815Z", 
126         "content_type": 9, 
127         "description": "Administrative responsibility for a particular Deployment.", 
128         "role_type": "Admin", 
129         "created": "2013-07-30T17:35:59.815Z"
130     }
131 },
132 {
133     "pk": 12, 
134     "model": "core.role", 
135     "fields": {
136         "updated": "2013-07-30T17:36:54.728Z", 
137         "content_type": 9, 
138         "description": "Default access for a particular Deployment.", 
139         "role_type": "Default", 
140         "created": "2013-07-30T17:36:54.728Z"
141     }
142 },
143 {
144     "pk": 1, 
145     "model": "core.deployment", 
146     "fields": {
147         "updated": "2013-04-03T22:57:09.331Z", 
148         "name": "VICCI", 
149         "created": "2013-04-03T22:57:09.331Z"
150     }
151 },
152 {
153     "pk": 2, 
154     "model": "core.deployment", 
155     "fields": {
156         "updated": "2013-04-03T22:57:15.013Z", 
157         "name": "VINI", 
158         "created": "2013-04-03T22:57:15.013Z"
159     }
160 },
161 {
162     "pk": 3, 
163     "model": "core.deployment", 
164     "fields": {
165         "updated": "2013-04-03T22:57:23.015Z", 
166         "name": "PlanetLab Classic", 
167         "created": "2013-04-03T22:57:23.015Z"
168     }
169 },
170 {
171     "pk": 4, 
172     "model": "core.deployment", 
173     "fields": {
174         "updated": "2013-04-03T22:57:29.569Z", 
175         "name": "GENI", 
176         "created": "2013-04-03T22:57:29.569Z"
177     }
178 },
179 {
180     "pk": 1, 
181     "model": "core.deploymentrole", 
182     "fields": {
183         "updated": "2013-09-03T11:48:02.080Z", 
184         "role": "admin", 
185         "created": "2013-09-03T11:48:02.080Z"
186     }
187 },
188 {
189     "pk": 1, 
190     "model": "core.site", 
191     "fields": {
192         "updated": "2013-09-22T22:04:18.656Z", 
193         "name": "Princeton University", 
194         "created": "2013-04-03T23:00:10.085Z", 
195         "tenant_id": "", 
196         "enabled": true, 
197         "longitude": null, 
198         "site_url": "http://princeton.edu/", 
199         "login_base": "princeton", 
200         "location": "40.3502,-74.6524", 
201         "latitude": null, 
202         "is_public": true, 
203         "deployments": [
204             3, 
205             4
206         ], 
207         "abbreviated_name": ""
208     }
209 },
210 {
211     "pk": 2, 
212     "model": "core.site", 
213     "fields": {
214         "updated": "2013-06-21T21:19:35.989Z", 
215         "name": "Stanford University", 
216         "created": "2013-04-03T23:03:51.742Z", 
217         "tenant_id": "", 
218         "enabled": true, 
219         "longitude": null, 
220         "site_url": "http://www.stanford.edu/", 
221         "login_base": "stanford", 
222         "location": "37.4294,-122.172", 
223         "latitude": null, 
224         "is_public": true, 
225         "deployments": [], 
226         "abbreviated_name": ""
227     }
228 },
229 {
230     "pk": 3, 
231     "model": "core.site", 
232     "fields": {
233         "updated": "2013-06-21T21:18:43.118Z", 
234         "name": "Georgia Institute of Technology", 
235         "created": "2013-04-03T23:05:51.984Z", 
236         "tenant_id": "", 
237         "enabled": true, 
238         "longitude": null, 
239         "site_url": "http://www.gatech.edu/", 
240         "login_base": "gt", 
241         "location": "33.7772,-84.3976", 
242         "latitude": null, 
243         "is_public": true, 
244         "deployments": [], 
245         "abbreviated_name": ""
246     }
247 },
248 {
249     "pk": 4, 
250     "model": "core.site", 
251     "fields": {
252         "updated": "2013-06-21T21:17:55.537Z", 
253         "name": "University of Washington", 
254         "created": "2013-04-03T23:09:52.337Z", 
255         "tenant_id": "", 
256         "enabled": true, 
257         "longitude": null, 
258         "site_url": "https://www.washington.edu/", 
259         "login_base": "uw", 
260         "location": "47.6531,-122.313", 
261         "latitude": null, 
262         "is_public": true, 
263         "deployments": [], 
264         "abbreviated_name": ""
265     }
266 },
267 {
268     "pk": 5, 
269     "model": "core.site", 
270     "fields": {
271         "updated": "2013-06-21T21:17:13.982Z", 
272         "name": "ETH Zuerich - Computer Science", 
273         "created": "2013-04-03T23:14:11.072Z", 
274         "tenant_id": "", 
275         "enabled": true, 
276         "longitude": null, 
277         "site_url": "http://www.inf.ethz.ch/", 
278         "login_base": "ethzcs", 
279         "location": "47.3794,8.54513", 
280         "latitude": null, 
281         "is_public": true, 
282         "deployments": [], 
283         "abbreviated_name": ""
284     }
285 },
286 {
287     "pk": 6, 
288     "model": "core.site", 
289     "fields": {
290         "updated": "2013-06-21T21:16:29.653Z", 
291         "name": "Max Planck Institute for Software Systems", 
292         "created": "2013-04-03T23:19:38.789Z", 
293         "tenant_id": "", 
294         "enabled": true, 
295         "longitude": null, 
296         "site_url": "http://www.mpi-sws.mpg.de/", 
297         "login_base": "mpisws", 
298         "location": "49.14,6.589", 
299         "latitude": null, 
300         "is_public": true, 
301         "deployments": [], 
302         "abbreviated_name": ""
303     }
304 },
305 {
306     "pk": 7, 
307     "model": "core.site", 
308     "fields": {
309         "updated": "2013-06-21T21:14:49.235Z", 
310         "name": "University of Tokyo", 
311         "created": "2013-04-03T23:20:49.815Z", 
312         "tenant_id": "", 
313         "enabled": true, 
314         "longitude": null, 
315         "site_url": "http://www.planet-lab-jp.org/", 
316         "login_base": "utokyo", 
317         "location": "35.75,139.5", 
318         "latitude": null, 
319         "is_public": true, 
320         "deployments": [], 
321         "abbreviated_name": ""
322     }
323 },
324 {
325     "pk": 1, 
326     "model": "core.siterole", 
327     "fields": {
328         "updated": "2013-09-03T11:48:34.966Z", 
329         "role": "admin", 
330         "created": "2013-09-03T11:48:34.966Z"
331     }
332 },
333 {
334     "pk": 2, 
335     "model": "core.siterole", 
336     "fields": {
337         "updated": "2013-09-03T11:48:49.480Z", 
338         "role": "pi", 
339         "created": "2013-09-03T11:48:49.480Z"
340     }
341 },
342 {
343     "pk": 3, 
344     "model": "core.siterole", 
345     "fields": {
346         "updated": "2013-09-03T11:49:03.678Z", 
347         "role": "tech", 
348         "created": "2013-09-03T11:49:03.678Z"
349     }
350 },
351 {
352     "pk": 4, 
353     "model": "core.siterole", 
354     "fields": {
355         "updated": "2013-09-03T11:49:17.254Z", 
356         "role": "billing", 
357         "created": "2013-09-03T11:49:17.254Z"
358     }
359 },
360 {
361     "pk": 1, 
362     "model": "core.user", 
363     "fields": {
364         "username": "padmin@vicci.org", 
365         "public_key": null, 
366         "updated": "2013-09-22T21:47:30.993Z", 
367         "firstname": "PlanetStack", 
368         "user_url": null, 
369         "lastname": "Admin", 
370         "created": "2013-09-22T21:47:30.959Z", 
371         "is_active": true, 
372         "site": null, 
373         "phone": null, 
374         "kuser_id": null, 
375         "is_staff": true, 
376         "last_login": "2013-09-22T21:48:01.047Z", 
377         "timezone": "America/New_York", 
378         "is_admin": true, 
379         "password": "pbkdf2_sha256$10000$myaBvvoueiQR$o6h2VfhUUfsgDNUYB8v9Qt3U4t+uPSQSb+OMVIPoNsI=", 
380         "email": "padmin@vicci.org", 
381         "enacted": null
382     }
383 },
384 {
385     "pk": 2, 
386     "model": "core.user", 
387     "fields": {
388         "username": "tony.mack@gmail.com", 
389         "public_key": null, 
390         "updated": "2013-09-22T22:04:26.249Z", 
391         "firstname": "Tony", 
392         "user_url": null, 
393         "lastname": "Mack", 
394         "created": "2013-09-22T22:04:26.249Z", 
395         "is_active": true, 
396         "site": 1, 
397         "phone": null, 
398         "kuser_id": null, 
399         "is_staff": true, 
400         "last_login": "2013-09-22T22:04:18.628Z", 
401         "timezone": "America/New_York", 
402         "is_admin": true, 
403         "password": "!", 
404         "email": "tony.mack@gmail.com", 
405         "enacted": null
406     }
407 },
408 {
409     "pk": 3, 
410     "model": "core.user", 
411     "fields": {
412         "username": "smbaker@gmail.com", 
413         "public_key": null, 
414         "updated": "2013-09-22T22:04:26.250Z", 
415         "firstname": "Scott", 
416         "user_url": null, 
417         "lastname": "Baker", 
418         "created": "2013-09-22T22:04:26.250Z", 
419         "is_active": true, 
420         "site": 1, 
421         "phone": null, 
422         "kuser_id": null, 
423         "is_staff": true, 
424         "last_login": "2013-09-22T22:04:18.630Z", 
425         "timezone": "America/New_York", 
426         "is_admin": true, 
427         "password": "!", 
428         "email": "smbaker@gmail.com", 
429         "enacted": null
430     }
431 },
432 {
433     "pk": 4, 
434     "model": "core.user", 
435     "fields": {
436         "username": "pete.larry@gmail.com", 
437         "public_key": null, 
438         "updated": "2013-09-22T22:04:26.251Z", 
439         "firstname": "Larry", 
440         "user_url": null, 
441         "lastname": "Peterson", 
442         "created": "2013-09-22T22:04:26.251Z", 
443         "is_active": true, 
444         "site": 1, 
445         "phone": null, 
446         "kuser_id": null, 
447         "is_staff": true, 
448         "last_login": "2013-09-22T22:04:18.633Z", 
449         "timezone": "America/New_York", 
450         "is_admin": true, 
451         "password": "!", 
452         "email": "pete.larry@gmail.com", 
453         "enacted": null
454     }
455 },
456 {
457     "pk": 5, 
458     "model": "core.user", 
459     "fields": {
460         "username": "john.hartman@gmail.com", 
461         "public_key": null, 
462         "updated": "2013-09-22T22:04:26.252Z", 
463         "firstname": "John", 
464         "user_url": null, 
465         "lastname": "Hartman", 
466         "created": "2013-09-22T22:04:26.252Z", 
467         "is_active": true, 
468         "site": 1, 
469         "phone": null, 
470         "kuser_id": null, 
471         "is_staff": true, 
472         "last_login": "2013-09-22T22:04:18.635Z", 
473         "timezone": "America/New_York", 
474         "is_admin": true, 
475         "password": "!", 
476         "email": "john.hartman@gmail.com", 
477         "enacted": null
478     }
479 },
480 {
481     "pk": 6, 
482     "model": "core.user", 
483     "fields": {
484         "username": "mhw@princeton.cs.edu", 
485         "public_key": null, 
486         "updated": "2013-09-22T22:04:26.253Z", 
487         "firstname": "Michael", 
488         "user_url": null, 
489         "lastname": "Wawrzoniak", 
490         "created": "2013-09-22T22:04:26.253Z", 
491         "is_active": true, 
492         "site": 1, 
493         "phone": null, 
494         "kuser_id": null, 
495         "is_staff": true, 
496         "last_login": "2013-09-22T22:04:18.636Z", 
497         "timezone": "America/New_York", 
498         "is_admin": true, 
499         "password": "!", 
500         "email": "mhw@princeton.cs.edu", 
501         "enacted": null
502     }
503 },
504 {
505     "pk": 7, 
506     "model": "core.user", 
507     "fields": {
508         "username": "andybavier@gmail.com", 
509         "public_key": null, 
510         "updated": "2013-09-22T22:04:26.253Z", 
511         "firstname": "Andy", 
512         "user_url": null, 
513         "lastname": "Bavier", 
514         "created": "2013-09-22T22:04:26.253Z", 
515         "is_active": true, 
516         "site": 1, 
517         "phone": null, 
518         "kuser_id": null, 
519         "is_staff": true, 
520         "last_login": "2013-09-22T22:04:18.638Z", 
521         "timezone": "America/New_York", 
522         "is_admin": true, 
523         "password": "!", 
524         "email": "andybavier@gmail.com", 
525         "enacted": null
526     }
527 },
528 {
529     "pk": 1, 
530     "model": "core.serviceclass", 
531     "fields": {
532         "updated": "2013-05-10T23:30:52.931Z", 
533         "membershipFee": 0, 
534         "membershipFeeMonths": 0, 
535         "created": "2013-05-10T23:30:52.931Z", 
536         "upgradeFrom": [
537             2, 
538             3
539         ], 
540         "commitment": 0, 
541         "name": "Best Effort", 
542         "upgradeRequiresApproval": false, 
543         "description": "Best Effort"
544     }
545 },
546 {
547     "pk": 2, 
548     "model": "core.serviceclass", 
549     "fields": {
550         "updated": "2013-05-10T23:35:51.694Z", 
551         "membershipFee": 100, 
552         "membershipFeeMonths": 1, 
553         "created": "2013-05-10T23:33:24.930Z", 
554         "upgradeFrom": [
555             1, 
556             3
557         ], 
558         "commitment": 365, 
559         "name": "Silver", 
560         "upgradeRequiresApproval": false, 
561         "description": "Silver"
562     }
563 },
564 {
565     "pk": 3, 
566     "model": "core.serviceclass", 
567     "fields": {
568         "updated": "2013-05-10T23:34:01.320Z", 
569         "membershipFee": 18000, 
570         "membershipFeeMonths": 12, 
571         "created": "2013-05-10T23:34:01.320Z", 
572         "upgradeFrom": [
573             1, 
574             2
575         ], 
576         "commitment": 365, 
577         "name": "Gold", 
578         "upgradeRequiresApproval": false, 
579         "description": "Gold"
580     }
581 },
582 {
583     "pk": 1, 
584     "model": "core.service", 
585     "fields": {
586         "updated": "2013-09-22T21:53:48.013Z", 
587         "name": "Request Router Service", 
588         "enabled": true, 
589         "description": "Service to help load balance and direct traffic flow to content within the CDN", 
590         "created": "2013-09-22T21:53:48.013Z"
591     }
592 },
593 {
594     "pk": 1, 
595     "model": "core.slice", 
596     "fields": {
597         "router_id": null, 
598         "service": 1, 
599         "updated": "2013-09-22T21:54:33.729Z", 
600         "name": "DnsRedir", 
601         "created": "2013-09-22T21:54:33.729Z", 
602         "network_id": null, 
603         "tenant_id": "", 
604         "serviceClass": 1, 
605         "enabled": true, 
606         "site": 1, 
607         "omf_friendly": false, 
608         "subnet_id": null, 
609         "slice_url": "", 
610         "creator": 1, 
611         "description": ""
612     }
613 },
614 {
615     "pk": 2, 
616     "model": "core.slice", 
617     "fields": {
618         "router_id": null, 
619         "service": 1, 
620         "updated": "2013-09-22T22:07:48.740Z", 
621         "name": "Redirect", 
622         "created": "2013-09-22T22:06:33.765Z", 
623         "network_id": null, 
624         "tenant_id": "", 
625         "serviceClass": 1, 
626         "enabled": true, 
627         "site": 1, 
628         "omf_friendly": false, 
629         "subnet_id": null, 
630         "slice_url": "", 
631         "creator": 1, 
632         "description": ""
633     }
634 },
635 {
636     "pk": 3, 
637     "model": "core.slice", 
638     "fields": {
639         "router_id": null, 
640         "service": 1, 
641         "updated": "2013-09-22T22:07:21.804Z", 
642         "name": "DnsDemux", 
643         "created": "2013-09-22T22:07:21.804Z", 
644         "network_id": null, 
645         "tenant_id": "", 
646         "serviceClass": 1, 
647         "enabled": true, 
648         "site": 1, 
649         "omf_friendly": false, 
650         "subnet_id": null, 
651         "slice_url": "", 
652         "creator": 1, 
653         "description": ""
654     }
655 },
656 {
657     "pk": 1, 
658     "model": "core.slicerole", 
659     "fields": {
660         "updated": "2013-09-03T11:48:02.080Z", 
661         "role": "admin", 
662         "created": "2013-09-03T11:48:02.080Z"
663     }
664 },
665 {
666     "pk": 2, 
667     "model": "core.slicerole", 
668     "fields": {
669         "updated": "2013-09-03T11:48:17.688Z", 
670         "role": "default", 
671         "created": "2013-09-03T11:48:17.688Z"
672     }
673 },
674 {
675     "pk": 1, 
676     "model": "core.serviceresource", 
677     "fields": {
678         "updated": "2013-05-10T23:44:50.862Z", 
679         "name": "Cycles", 
680         "bucketMaxSize": 0, 
681         "created": "2013-05-10T23:37:09.312Z", 
682         "serviceClass": 1, 
683         "maxUnitsDeployment": 0, 
684         "bucketInRate": 0, 
685         "cost": 7, 
686         "calendarReservable": false, 
687         "maxDuration": 0, 
688         "maxUnitsNode": 0
689     }
690 },
691 {
692     "pk": 2, 
693     "model": "core.serviceresource", 
694     "fields": {
695         "updated": "2013-05-10T23:44:39.936Z", 
696         "name": "Cycles", 
697         "bucketMaxSize": 0, 
698         "created": "2013-05-10T23:44:39.936Z", 
699         "serviceClass": 2, 
700         "maxUnitsDeployment": 0, 
701         "bucketInRate": 0, 
702         "cost": 7, 
703         "calendarReservable": false, 
704         "maxDuration": 0, 
705         "maxUnitsNode": 0
706     }
707 },
708 {
709     "pk": 3, 
710     "model": "core.serviceresource", 
711     "fields": {
712         "updated": "2013-05-10T23:45:16.137Z", 
713         "name": "Cycles", 
714         "bucketMaxSize": 0, 
715         "created": "2013-05-10T23:45:16.137Z", 
716         "serviceClass": 3, 
717         "maxUnitsDeployment": 0, 
718         "bucketInRate": 0, 
719         "cost": 7, 
720         "calendarReservable": false, 
721         "maxDuration": 0, 
722         "maxUnitsNode": 0
723     }
724 },
725 {
726     "pk": 4, 
727     "model": "core.serviceresource", 
728     "fields": {
729         "updated": "2013-05-10T23:47:39.033Z", 
730         "name": "numberCores", 
731         "bucketMaxSize": 210, 
732         "created": "2013-05-10T23:46:33.201Z", 
733         "serviceClass": 2, 
734         "maxUnitsDeployment": 210, 
735         "bucketInRate": 10, 
736         "cost": 7, 
737         "calendarReservable": true, 
738         "maxDuration": 168, 
739         "maxUnitsNode": 6
740     }
741 },
742 {
743     "pk": 5, 
744     "model": "core.serviceresource", 
745     "fields": {
746         "updated": "2013-05-10T23:47:31.771Z", 
747         "name": "numberCores", 
748         "bucketMaxSize": 0, 
749         "created": "2013-05-10T23:47:31.770Z", 
750         "serviceClass": 3, 
751         "maxUnitsDeployment": 210, 
752         "bucketInRate": 0, 
753         "cost": 0, 
754         "calendarReservable": true, 
755         "maxDuration": 8760, 
756         "maxUnitsNode": 6
757     }
758 },
759 {
760     "pk": 1, 
761     "model": "requestrouter.requestrouterservice", 
762     "fields": {
763         "behindNat": false, 
764         "defaultAction": "best", 
765         "defaultTTL": 30, 
766         "lastResortAction": "random", 
767         "maxAnswers": 3
768     }
769 }
770 ]