Re: Mesos Modules callbacks

2016-05-25 Thread vzcambria
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 t

Re: Mesos Modules callbacks

2016-05-24 Thread Guangya Liu
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/maste

Mesos Modules callbacks

2016-05-24 Thread ct clmsn
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