----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38367/#review99301 -----------------------------------------------------------
Ship it! include/mesos/mesos.proto (lines 1165 - 1167) <https://reviews.apache.org/r/38367/#comment156202> I don't think you need to mention about how this field is populated (hook etc). Also the comment about the network_info.ip belongs where ContainerStatus/NetworkInfo is defined. include/mesos/mesos.proto (line 1371) <https://reviews.apache.org/r/38367/#comment156203> s/not/no/ - Vinod Kone On Sept. 16, 2015, 2:05 a.m., Kapil Arya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38367/ > ----------------------------------------------------------- > > (Updated Sept. 16, 2015, 2:05 a.m.) > > > Review request for mesos, Connor Doyle, Jie Yu, Niklas Nielsen, and Vinod > Kone. > > > Bugs: MESOS-3013 > https://issues.apache.org/jira/browse/MESOS-3013 > > > Repository: mesos > > > Description > ------- > > This allows the frameworks to specify an intent to enable ip-per-container. > The > IP information is supplied back to the framework as well as state.json > endpoints > by including NetworkInfo inside TaskStatus. > > > Diffs > ----- > > include/mesos/mesos.proto b1deed4720cab4a89db76a48bc9563bba4f5bf1c > src/common/http.hpp 61ad5314fb14cab0d1cec4fb855fb89b7ac8cf60 > src/common/http.cpp 9c0d31e261788c492224345b9e0c32643ddb4156 > src/slave/slave.cpp 44865bd2f7ab822829f93780ba1b883ffedb9842 > src/tests/master_tests.cpp dd65fccf89566b367fd0da781a60b6b6b35e5d5b > src/tests/slave_tests.cpp 447c43c96ce0c043e37319bb213723ed33820f8a > > Diff: https://reviews.apache.org/r/38367/diff/ > > > Testing > ------- > > Added new tests and ran make check. > > > Thanks, > > Kapil Arya > >
