-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig-environment.json
52 lines (52 loc) · 1.14 KB
/
config-environment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"vcloud1": {
"envType": "vcloud",
"host": "",
"org": "",
"username": "",
"password": "",
"template": "",
"catalog": "",
"networkname": "",
"mothership": "public",
"uplinkfile": "vcloud-uplink.json",
"sshclients": {
"client1": "lotto-client1",
"client2": "lotto-client2",
"client3": "lotto-client3",
"client4": "lotto-client4"
}
},
"vcloud2": {
"envType": "vcloud",
"host": "",
"org": "",
"username": "",
"password": "",
"template": "",
"catalog": "",
"networkname": "",
"mothership": "public",
"uplinkfile": "vcloud-uplink.json",
"sshclients": {
"client1": "lotto2-client1",
"client2": "lotto2-client2",
"client3": "lotto2-client3",
"client4": "lotto2-client4"
}
},
"fusion": {
"envType": "fusion",
"mothership": "local",
"uplinkFile": "fusion-uplink.json",
"vmSpecPath": "fusionvm.json",
"sshclients": {
"client1": "[email protected]",
"client2": "[email protected]",
"client3": "[email protected]",
"client4": "[email protected]"
}
},
"Openstack": {
}
}