-
Notifications
You must be signed in to change notification settings - Fork 7
/
vmconf-wiki-2-small.json
61 lines (60 loc) · 1.13 KB
/
vmconf-wiki-2-small.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
53
54
55
56
57
58
59
60
61
{
"nodes": [
{
"name": "jay2-wikiclient-1",
"flavor": "m1.small",
"image":"wikibench-worker",
"network":"jay-flat"
},
{
"name": "jay2-wikiclient-2",
"flavor": "m1.small",
"image":"wikibench-worker",
"network":"jay-flat"
},
{
"name": "jay2-wikiserver-1",
"flavor": "m1.large",
"image":"wikibench-apache",
"network":"jay-flat"
},
{
"name": "jay2-wikiserver-2",
"flavor": "m1.large",
"image":"wikibench-apache",
"network":"jay-flat"
},
{
"name": "jay2-wikibench-db",
"flavor": "m1.xlarge",
"image":"wikibench-database.xlarge",
"network":"jay-flat"
}
],
"links": [
{
"bandwidth": 70000000,
"name": "link1",
"source": "jay2-wikibench-db",
"destination": "jay2-wikiserver-1"
},
{
"bandwidth": 70000000,
"name": "link1",
"source": "jay2-wikibench-db",
"destination": "jay2-wikiserver-2"
},
{
"bandwidth": 30000000,
"name": "link1",
"source": "jay2-wikiserver-1",
"destination": "jay2-wikiclient-1"
},
{
"bandwidth": 30000000,
"name": "link1",
"source": "jay2-wikiserver-2",
"destination": "jay2-wikiclient-2"
}
]
}