Re: No agents were shown/found in DC/OS cluster

2016-05-17 Thread haosdent
+us...@dcos.io On Wed, May 18, 2016 at 11:27 AM, QiangChen wrote: > I think I should get the root cause that the ip-detect provided in > official may want to get the source ip (agent ip), but the script found > wrong source ip but gateway ip. so bound to :5051 is our aim not

Re: No agents were shown/found in DC/OS cluster

2016-05-17 Thread QiangChen
I think I should get the root cause that the ip-detect provided in official may want to get the source ip (agent ip), but the script found wrong source ip but gateway ip. so bound to :5051 is our aim not :5051 I fixed the script to adapt to my network env to the the source ip. and now the

Consequences of health-check timeouts?

2016-05-17 Thread Paul Bell
Hi All, I probably have the following account partly wrong, but let me present it just the same and those who know better can correct me as needed. I've an application that runs several MongoDB shards, each a Dockerized container, each on a distinct node (VM); in fact, some of the VMs are on

Follow-up: Re: kafka-mesos still refusing to launch brokers on one cluster

2016-05-17 Thread Justin Ryan
Hiya again! Following up.. Some weeks ago folks on the list helped me troubleshoot a couple of issues: (a) kafka-mesos completely failing to register a framework at all on one of my clusters (b) tasks disappearing from mesos view, even though the processes are still running I have at

Re: Mesos Calico CNI

2016-05-17 Thread Avinash Sridharan
Thanks Daniel, Would love to have some instructions on running Calico with Mesos CNI. We can link the instructions to the RB patch I am working on: https://github.com/asridharan/mesos/blob/MESOS-4771/docs/cni.md On Tue, May 17, 2016 at 8:57 AM, Daniel Osborne wrote: > Frank, >

Re: mesos website workgroup

2016-05-17 Thread Vinod Kone
Great to see a lot of interest! I've created a work group for "website" here https://cwiki.apache.org/confluence/display/MESOS/Apache+Mesos+Working+Groups . Look out for email threads with [WEBSITE] prefix in the subject going forward. On Tue, May 17, 2016 at 6:23 AM, Radoslaw Gruchalski

Re: Mesos Calico CNI

2016-05-17 Thread Daniel Osborne
Frank, I’ve done some work to get Calico-CNI working in Mesos. The work is based on the net-modules repo (even though CNI doesn’t have much to do with netmdoules) only because it already had a pretty slick docker demo set up. Here’s the branch: https://github.com/djosborne/net-modules/tree/cni

Re: No agents were shown/found in DC/OS cluster

2016-05-17 Thread Chengwei Yang
ABRT generally means that something crittical happened and you may not found that from stdout/stderr, so as journalctl. You may try to run ExecXXX in its ervice file from console manually to see what will happen and get some hints. -- Thanks, Chengwei On Mon, May 16, 2016 at 08:57:11AM -0700,

Re: Mesos Calico CNI

2016-05-17 Thread Avinash Sridharan
Hi Frank, I am in the process of putting up the documentation for CNI support in Mesos. You can find the RB patch for the documentation here: https://reviews.apache.org/r/47463/ You can find a rendering of the markdown on my github over here:

Re: Mesos Calico CNI

2016-05-17 Thread Frank Scholten
In the meantime I am looking at an alternative route trying to figure out how an ipAddress value on a Marathon app get propagated into Mesos CNI. Marathon reads the ipAddress value from the AppDefinition and then publishes on the eventbus. I don't see what happens to it from that point. On

Re: Mesos Calico CNI

2016-05-17 Thread haosdent
>Is there a doc on how to build Mesos in CLion and debug a unit test? Clion depends on the CMakeFiles.txt in mesos. But CMake only could build the Agent of Mesos. If you want to run Qian Zhang's patch. You need apply the patch by ``` $ ./support/apply-reviews.py -r 46097 ``` And then following

Re: mesos website workgroup

2016-05-17 Thread Radoslaw Gruchalski
I can help as well. – Best regards,
 Radek Gruchalski 
ra...@gruchalski.com de.linkedin.com/in/radgruchalski Confidentiality: This communication is intended for the above-named person and may be confidential and/or legally privileged. If it has come to you in error you must take no action

Re: mesos website workgroup

2016-05-17 Thread Timothy Anderegg
I'm happy to help, Tim On Tue, May 17, 2016, 6:01 AM Freddy Ayuso-Henson wrote: > I’m interested in contributing. > > > > From: Vinod Kone > Reply: user@mesos.apache.org > > Date:

Re: Mesos Calico CNI

2016-05-17 Thread Jay JN Guo
- net::links() -> stout/net.hpp - Personally, I'm not very familiar with CLion build. Maybe somebody else could answer that. - I think this is very much related to dev mailing list, so +dev /J Frank Scholten wrote on 05/17/2016 20:47:12: > From: Frank Scholten

Re: Mesos Calico CNI

2016-05-17 Thread Frank Scholten
Thanks. I now like to run that unit test via the debugger from the Mesos source try in CLion. Is there a doc on how to build Mesos in CLion and debug a unit test? Also, where does net::links() come from? Can't find it in the sources. On Tue, May 17, 2016 at 11:00 AM, haosdent

Re: mesos website workgroup

2016-05-17 Thread Freddy Ayuso-Henson
I’m interested in contributing. From: Vinod Kone Reply: user@mesos.apache.org Date: May 16, 2016 at 10:02:58 PM To: dev , user Subject:  mesos website workgroup Hi guys, Mesos website needs some