-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34129/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-809
https://issues.apache.org/jira/browse/MESOS-809
Repository: mesos
Description
-------
If set, these IP/Port shall be advertised by libprocess (although bind is
not done on this IP/Port). If not set, libprocess advertises the IP/Port
on which bind was done.
Command line arguments added:
public_ip: Public IP address to reach mesos. Defaults to the command line
argument `ip`.
public_port: Public port to reach mesos. Defaults to the command line argument
`port`.
Diffs
-----
docs/configuration.md 54c4e31ed6dfed3c23d492c19a301ce119a0519b
src/master/main.cpp 18f8c3178459da0cbf23a1817ec49cd9d3998bfd
Diff: https://reviews.apache.org/r/34129/diff/
Testing
-------
Testing:
make test
Thanks,
Anindya Sinha