Last active
March 28, 2016 11:54
-
-
Save philwinder/0258583c2f5d15bc9e89 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
# Required application name for Spring | |
spring.application.name=mesos-monkey-minimesos | |
# Mesos framework name | |
mesos.framework.name=mesos-monkey-minimesos | |
# Mesos settings | |
mesos.master=zk://${mesos.zookeeper.server}/mesos | |
# mesos.zookeeper.server=$ZOOKEEPER:2181 | |
# Task resources | |
mesos.resources.cpus=0.05 | |
mesos.resources.mem=16 | |
# A task on every host | |
mesos.resources.count=999 | |
mesos.resources.distinctSlave=true | |
mesos.uri[0]=https://gist.githubusercontent.com/philwinder/3611d13add2d930e045d/raw/9f635ffc433ed0607eae37bcae1b1209f1063ef5/killRandomMesosDockerContainer.sh | |
# Command to run | |
mesos.command=chmod +x ./killRandomMesosDockerContainer.sh ; ./killRandomMesosDockerContainer.sh | |
# Debugging | |
logging.level.com.containersolutions.mesos=DEBUG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment