-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45731/#review128649
-----------------------------------------------------------
Patch looks great!
Reviews applied: [45731]
Passed command: export OS='ubuntu:14.04' CONFIGURATION='--verbose' COMPILER='gcc' ENVIRONMENT='GLOG_v=1
MESOS_VERBOSE=1'; ./support/docker_build.sh
- Mesos ReviewBot
On April 13, 2016, 5:37 a.m., Qian Zhang wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/45731/
> -----------------------------------------------------------
>
> (Updated April 13, 2016, 5:37 a.m.)
>
>
> Review request for mesos, Avinash sridharan and Jie Yu.
>
>
> Bugs: MESOS-5117
> https://issues.apache.org/jira/browse/MESOS-5117
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Introduced '--networks' flag to mesos-execute.
>
>
> Diffs
> -----
>
> src/cli/execute.cpp 306779f5227248a9f1d67b6c50854ec47dd59cd5
>
> Diff: https://reviews.apache.org/r/45731/diff/
>
>
> Testing
> -------
>
> Ran the following command:
> `sudo src/mesos-execute --master=192.168.122.171:5050 --name=test --docker_image=library/busybox
--command="sleep 30" --shell=true --networks=net1,net2`
>
> The created container successfully joined the CNI networks `net1` and `net2`.
>
>
> Thanks,
>
> Qian Zhang
>
>
|