> I looked at Marathon and Aurora and still couldn’t find a way to register
> a Framework so that the Scheduler component runs on a Slave node.
>

You would want the scheduler code to be stored in a (shared) storage area
accessible by the slave. The scheduler could be launched as a task of
marathon/aurora. See
http://www.ebaytechblog.com/2014/04/04/delivering-ebays-ci-solution-with-apache-mesos-part-i/#.U9rWN41dU7E
for an example.


>
> By any chance, is there a native support or an external add-on that I can
> use?
>

There is no native or add-on support to launch frameworks by Mesos. The
current solution is to launch a (meta) framework like aurora/marathon
manually and then use that framework to launch other frameworks.

Reply via email to