-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3498/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Andy Konwinski.
Summary
-------
Moved configuration setup from the main.cpp files in the slave and master
directories to the registerOption functions in slave.cpp and master.cpp. Made
the default listening port and WebUI ports constants, and made the constants
marked with TODOs in master/constants.hpp configurable.
This addresses bug MESOS-116.
https://issues.apache.org/jira/browse/MESOS-116
Diffs
-----
src/master/constants.hpp 8248475
src/master/main.cpp e427ff7
src/master/master.cpp b56c732
src/slave/constants.hpp f0c8679
src/slave/main.cpp 9519ed2
src/slave/slave.cpp 62fc277
Diff: https://reviews.apache.org/r/3498/diff
Testing
-------
Thanks,
Sam