Log In | Get Help   
Home My Page Projects Code Snippets Project Openings BonFIRE VCOC Demonstration Kit
Summary Activity SCM Files Wiki
[bonfiredemokit] Annotation of /examples/virtual_cluster-base.json
[bonfiredemokit] / examples / virtual_cluster-base.json Repository:
ViewVC logotype

Annotation of /examples/virtual_cluster-base.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (view) (download)

1 : agomez 1 {
2 :     "name": "Virtual Cluster Test Experiment",
3 :     "description": "Testing virtual cluster for configuration",
4 :     "duration": 3600,
5 :     "resources": [
6 :     {
7 :     "compute": {
8 :     "name": "master",
9 :     "description": "Virtual Cluster Master",
10 :     "instanceType": "small",
11 :     "locations": ["fr-inria"],
12 :     "resources": [
13 :     { "storage": "@BonFIRE Debian Squeeze 2G v3"},
14 :     { "storage": "@volume-1GB"},
15 :     { "network": "@BonFIRE WAN"}
16 :     ],
17 :     "contexts": [
18 :     {
19 :     }
20 :     ]
21 :     }
22 :     },
23 :     {
24 :     "compute": {
25 :     "name": "shadow",
26 :     "description": "Virtual Cluster Shadow",
27 :     "instanceType": "small",
28 :     "locations": ["uk-uedin"],
29 :     "resources": [
30 :     { "storage": "@BonFIRE Debian Squeeze 2G v3"},
31 :     { "storage": "@volume-1GB"},
32 :     { "network": "@BonFIRE WAN"}
33 :     ],
34 :     "contexts": [
35 :     {
36 :     }
37 :     ]
38 :     }
39 :     },
40 :     {
41 :     "compute": {
42 :     "name": "client",
43 :     "description": "Virtual Cluster Node - Master client",
44 :     "instanceType": "small",
45 :     "locations": ["fr-inria"],
46 :     "min": 1,
47 :     "resources": [
48 :     { "storage": "@BonFIRE Debian Squeeze 2G v3"},
49 :     { "network": "@BonFIRE WAN"}
50 :     ],
51 :     "contexts": [
52 :     {
53 :     "data_ip": [ "master", "BonFIRE WAN" ],
54 :     "master_ip": [ "master", "BonFIRE WAN" ],
55 :     "shadow_ip": [ "shadow", "BonFIRE WAN" ]
56 :     }
57 :     ]
58 :     }
59 :     },
60 :     {
61 :     "compute": {
62 :     "name": "client",
63 :     "description": "Virtual Cluster Node - Shadow client",
64 :     "instanceType": "small",
65 :     "locations": ["uk-uedin"],
66 :     "min": 1,
67 :     "resources": [
68 :     { "storage": "@BonFIRE Debian Squeeze 2G v3"},
69 :     { "network": "@BonFIRE WAN"}
70 :     ],
71 :     "contexts": [
72 :     {
73 :     "data_ip": [ "shadow", "BonFIRE WAN" ],
74 :     "master_ip": [ "master", "BonFIRE WAN" ],
75 :     "shadow_ip": [ "shadow", "BonFIRE WAN" ]
76 :     }
77 :     ]
78 :     }
79 :     }
80 :     ]
81 :     }
82 :    

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge