minimesos
minimesos copied to clipboard
The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
Since minimesos is no longer being maintained I will archive the repo. Thanks to everyone for helping out it was fun and learned a lot!
I can change the code to make tls verify a condition if you want
Checking executor logs is time consuming because we have to determine the slave, enter the docker container, find the correct file and then read it. Imagine we have launched Kafka...
When minimesos starts up on Mac it states: **"Detected Mac Environment X so running with --mapPortsToHost so master and marathon ports are mapped to localhost."** And then after the cluster...
we need testing mesos with zookeeper, so we need access zk. how about add portNumber to ZooKeeperConfig class
``` $ minimesos version 0.13.0 $ minimesos up Failed to run command 'up'. null ```
Hi, My home drive is set to a network location. I would rather have minimesos installed at a different location in my pc. How can I change the location of...
on `minimesos up`, I always get: ``` Failed to run command 'up'. null ``` enabling debug logs, I get: ``` / # java -Dlogback.configurationFile=/tmp/logback.xml -Dminimesos.host.dir=/Users/tnorris/git/forks/tysonnorris/openwhisk -jar /usr/local/share/minimesos/minimesos-cli.jar up 19:39:57.451 [main]...
Currently Marathon and Mesos expect containers to use the host network stack. Minimesos however runs in containers and uses separate network stacks which causes https://github.com/ContainerSolutions/minimesos/issues/401. Let's support IP per container...