Instead of camelcase, used snake-case to match those used by the default Aurora python client.
13 lines
No EOL
325 B
JSON
13 lines
No EOL
325 B
JSON
{
|
|
"username": "aurora",
|
|
"password": "secret",
|
|
"sched_url": "http://192.168.33.7:8081",
|
|
"cluster" : {
|
|
"name": "devcluster",
|
|
"zk": "192.168.33.7",
|
|
"scheduler_zk_path": "/aurora/scheduler",
|
|
"auth_mechanism": "UNAUTHENTICATED",
|
|
"slave_run_directory": "latest",
|
|
"slave_root": "/var/lib/mesos"
|
|
}
|
|
} |