-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds Marathon app spec, enhances API
- Loading branch information
1 parent
85b0f6b
commit 10e9610
Showing
5 changed files
with
160 additions
and
72 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"id": "drax", | ||
"cmd": "chmod u+x drax && ./drax", | ||
"cpus": 0.1, | ||
"mem": 200, | ||
"ports": [ | ||
0 | ||
], | ||
"uris": [ | ||
"https://github.com/dcos-labs/drax/releases/download/0.3.0/drax" | ||
], | ||
"env": { | ||
"LOG_LEVEL": "DEBUG", | ||
"DESTRUCTION_LEVEL": "0", | ||
"NUM_TARGETS": "3" | ||
}, | ||
"acceptedResourceRoles": [ | ||
"slave_public" | ||
] | ||
} |