I've found net-modules [1] helpful for a network isolation module.
Instructions on how to install just the isolation module (and not all
the calico stuff) are in a pull request.
[1] https://github.com/mesosphere/net-modules
On 05/25/2016 01:17 AM, Guangya Liu wrote:
Hi ct,
There are not too much document for this, but you can refer to the
following as reference and this may help.
1)
https://github.com/apache/mesos/blob/master/docs/networking-for-mesos-managed-containers.md#writing-a-custom-network-isolator-module
2)
https://github.com/apache/mesos/blob/master/include/mesos/slave/isolator.hpp
Thanks,
Guangya
On Wed, May 25, 2016 at 12:09 PM, ct clmsn <ct.cl...@gmail.com> wrote:
I'm in the midst of writing a mesos module and wanted to know if there was
documentation available (in source, or html, or in proposals) that
explained the callbacks and the order in which they are called (prepare,
recover, isolate, update). Thanks in advance!
ct