ContainerSolutions / construct

Mesos framework for deploying a single task on all agents of the cluster
10 stars 3 forks source link

Construct

Run one app/framework on each mesos agent. Useful in 'helper' use cases. E.g. installing a networking helper, a load balancer helper, or some application specific requirements.

Requirements

Running

Run python launch.py. It will install a simple webserver on every slave.

OSX

Note that the pip install stage will not work with OSX's native python2. Install python2 from Homebrew: brew install python then execute sudo pip install -r requirements.txt