Re: Marathon 1.5 necessary for testing with cni

2017-10-17 Thread Avinash Sridharan
Hi Marc, The Marathon app def: ""networks": [ { "mode": "container", "name": "mynet" } ]," is the new API that go introduced in 1.5. Prior to 1.5 you would do: "ipAddress": [{"networkName":"mynet"}] @jdef ^^? On Tue, Oct 17, 2017 at 1:24 PM, Marc Roos wrote: > > I want to test a bit with mes

Marathon 1.5 necessary for testing with cni

2017-10-17 Thread Marc Roos
I want to test a bit with mesos, docker images on the mesos containerizer and cni. Just give a container an ip. This is not possible with marathon <1.5? I am using the mesosphere repo for el7, is there some repo that has 1.5? I tried to add this to the container configuration "networks": [