-
Notifications
You must be signed in to change notification settings - Fork 0
/
Subutai.json
42 lines (42 loc) · 1.01 KB
/
Subutai.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
{
"name": "Modern-Real-Time-Big-Data-Stack",
"description": "Modern Real-Time Big Data Stack",
"nodes": [{
"name": "hazelcast-1",
"template": "hazelcast@7e6a231303b69374c6c0e0a4f3df2ffcfc298d3a",
"peer_group": "HAZELCAST+TOMCAT-GROUP",
"size": "SMALL"
}, {
"name": "tomcat8-1",
"template": "tomcat8@4361d4648dbe94226a7dceab1978b8fc44f08212",
"peer_group": "HAZELCAST+TOMCAT-GROUP",
"size": "LARGE"
}, {
"name": "storm-1",
"template": "tomcat8@4361d4648dbe94226a7dceab1978b8fc44f08212",
"peer_group": "STORM-GROUP",
"size": "LARGE"
}],
"peerGroups": [{
"name": "HAZELCAST+TOMCAT-GROUP",
"maxPeersInGroup": "1",
"pricingPref": {
"maxPrice": "20"
},
"hwPreferences": {
"avgCpuLoad": "10",
"minFreeRam": "512MiB",
"minFreeDiskSpace": "500MiB"
},
"zonePreferences": {},
"proximityPreferences": {}
}, {
"name": "STORM-GROUP",
"hwPreferences": {
"avgCpuLoad": "10",
"minFreeRam": "768MiB",
"minFreeDiskSpace": "500MiB"
}
}],
"configuration": {}
}