Skip to content

Instantly share code, notes, and snippets.

@MikeMichel
Created March 9, 2016 15:12
Show Gist options
  • Save MikeMichel/e9395d6702d8bfefbfaa to your computer and use it in GitHub Desktop.
Save MikeMichel/e9395d6702d8bfefbfaa to your computer and use it in GitHub Desktop.
{
"permissive" : true,
"run_tasks": [
{
"principals": { "values": ["marathon", "jenkins", "chronos"] },
"users": { "values": ["root"] }
}
],
"shutdown_frameworks": [
{
"principals": { "values": ["marathon"] },
"framework_principals": { "type": "marathon" }
},
{
"principals": { "values": ["jenkins"] },
"framework_principals": { "type": "Jenkins Scheduler" }
},
{
"principals": { "values": ["chronos"] },
"framework_principals": { "type": "chronos" }
}
],
"register_frameworks": [
{
"principals": { "values": ["marathon"] },
"roles": { "values": ["marathon"] }
},
{
"principals": { "values": ["jenkins"] },
"roles": { "values": ["*"] }
},
{
"principals": { "values": ["chronos"] },
"roles": { "values": ["*"] }
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment