-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.example.json
49 lines (48 loc) · 2.05 KB
/
config.example.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
{
"resources": {
"scheduler": "https://github.com/basho-labs/riak-mesos-scheduler/releases/download/2.0.3/riak_mesos_scheduler-2.0.3-mesos-1.0.0-ubuntu-14.04.tar.gz",
"executor": "https://github.com/basho-labs/riak-mesos-executor/releases/download/1.7.1/riak_mesos_executor-1.7.1-mesos-1.0.0-ubuntu-14.04.tar.gz",
"patches": "https://github.com/basho-labs/riak-mesos-executor/releases/download/1.7.1/riak_erlpmd_patches-rel-1.7.1-mesos-1.0.0-ubuntu-14.04.tar.gz",
"explorer": "https://github.com/basho-labs/riak_explorer/releases/download/1.4.1/riak_explorer-1.4.1.relpatch-ubuntu-14.04.tar.gz",
"director": "https://github.com/basho-labs/riak-mesos-director/releases/download/1.0.1/riak_mesos_director-1.0.1-ubuntu-14.04.tar.gz",
"riak-kv-2-2": "https://github.com/basho-labs/riak-mesos/releases/download/2.0.0-rc4/riak-2.2.0-ubuntu-14.04.tar.gz",
"riak-ts-1-5": "https://github.com/basho-labs/riak-mesos/releases/download/2.0.0-rc4/riak_ts-1.5.1-ubuntu-14.04.tar.gz"
},
"riak": {
"framework-name": "riak",
"hostname": "riak.marathon.mesos",
"marathon": "marathon.mesos:8080",
"master": "leader.mesos:5050",
"zk": "leader.mesos:2181",
"user": "root",
"role": "riak",
"auth-principal": "riak",
"auth-provider": "",
"auth-secret-file": "",
"instances": 1,
"failover-timeout": 10000.0,
"healthcheck-grace-period-seconds": 300,
"healthcheck-interval-seconds": 60,
"healthcheck-timeout-seconds": 20,
"healthcheck-max-consecutive-failures": 5,
"scheduler": {
"cpus": 0.5,
"mem": 2048.0,
"constraints": "[[\"hostname\", \"UNIQUE\"]]"
},
"executor": {
"cpus": 0.1,
"mem": 512.0
},
"node": {
"cpus": 8.0,
"mem": 16000.0,
"disk": 200000.0
},
"director": {
"use-public": false,
"cpus": 0.5,
"mem": 1024.0
}
}
}