Created
June 28, 2016 23:20
-
-
Save drewkerrigan/dfdb3d2e464abb1822b5e74bb172b4e5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"riak": { | |
"framework-name": "riak", | |
"hostname": "riak.marathon.mesos", | |
"marathon": "m1.dcos:8080", | |
"master": "m1.dcos:5050", | |
"zk": "m1.dcos: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, | |
"constraints": [], | |
"scheduler": { | |
"url": "https://github.com/basho-labs/riak-mesos-scheduler/releases/download/1.0.3/riak_mesos_scheduler-1.0.3-mesos-0.28.1-centos-7.tar.gz", | |
"package": "riak_mesos_scheduler-1.0.3-mesos-0.28.1-centos-7.tar.gz", | |
"cpus": 0.1, | |
"mem": 256.0, | |
"constraints": [] | |
}, | |
"executor": { | |
"url": "https://github.com/basho-labs/riak-mesos-executor/releases/download/1.0.1/riak_mesos_executor-1.0.1-mesos-0.28.1-centos-7.tar.gz", | |
"package": "riak_mesos_executor-1.0.1-mesos-0.28.1-centos-7.tar.gz", | |
"cpus": 0.1, | |
"mem": 256.0 | |
}, | |
"node": { | |
"url": "https://github.com/basho-labs/riak-mesos/releases/download/1.0.0/riak-2.1.4-centos-7.tar.gz", | |
"package": "riak-2.1.4-centos-7.tar.gz", | |
"patches-url": "https://github.com/basho-labs/riak-mesos-executor/releases/download/1.0.1/riak_erlpmd_patches-1.0.1-mesos-0.28.1-centos-7.tar.gz", | |
"patches-package": "riak_erlpmd_patches-1.0.1-mesos-0.28.1-centos-7.tar.gz", | |
"explorer-url": "https://github.com/basho-labs/riak_explorer/releases/download/1.0.0/riak_explorer-1.0.0.patch-centos-7.tar.gz", | |
"explorer-package": "riak_explorer-1.0.0.patch-centos-7.tar.gz", | |
"cpus": 0.1, | |
"mem": 256.0, | |
"disk": 1000.0 | |
}, | |
"director": { | |
"url": "https://github.com/basho-labs/riak-mesos-director/releases/download/1.0.0/riak_mesos_director-1.0.0-centos-7.tar.gz", | |
"use-public": false, | |
"cpus": 0.1, | |
"mem": 256.0 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment