{ "name": "Virtual Cluster Test Experiment", "description": "Testing virtual cluster for configuration", "duration": 3600, "resources": [ { "compute": { "name": "master", "description": "Virtual Cluster Master", "instanceType": "small", "locations": ["fr-inria"], "resources": [ { "storage": "@BonFIRE Debian Squeeze 2G v3"}, { "storage": "@volume-1GB"}, { "network": "@BonFIRE WAN"} ], "contexts": [ { } ] } }, { "compute": { "name": "shadow", "description": "Virtual Cluster Shadow", "instanceType": "small", "locations": ["uk-uedin"], "resources": [ { "storage": "@BonFIRE Debian Squeeze 2G v3"}, { "storage": "@volume-1GB"}, { "network": "@BonFIRE WAN"} ], "contexts": [ { } ] } }, { "compute": { "name": "client", "description": "Virtual Cluster Node - Master client", "instanceType": "small", "locations": ["fr-inria"], "min": 1, "resources": [ { "storage": "@BonFIRE Debian Squeeze 2G v3"}, { "network": "@BonFIRE WAN"} ], "contexts": [ { "data_ip": [ "master", "BonFIRE WAN" ], "master_ip": [ "master", "BonFIRE WAN" ], "shadow_ip": [ "shadow", "BonFIRE WAN" ] } ] } }, { "compute": { "name": "client", "description": "Virtual Cluster Node - Shadow client", "instanceType": "small", "locations": ["uk-uedin"], "min": 1, "resources": [ { "storage": "@BonFIRE Debian Squeeze 2G v3"}, { "network": "@BonFIRE WAN"} ], "contexts": [ { "data_ip": [ "shadow", "BonFIRE WAN" ], "master_ip": [ "master", "BonFIRE WAN" ], "shadow_ip": [ "shadow", "BonFIRE WAN" ] } ] } } ] }