Skip to content

Instantly share code, notes, and snippets.

@philwinder
Last active March 28, 2016 11:54
Show Gist options
  • Save philwinder/0258583c2f5d15bc9e89 to your computer and use it in GitHub Desktop.
Save philwinder/0258583c2f5d15bc9e89 to your computer and use it in GitHub Desktop.
# 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