Modified: mesos/site/source/documentation/latest/configuration.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/configuration.md?rev=1701857&r1=1701856&r2=1701857&view=diff ============================================================================== --- mesos/site/source/documentation/latest/configuration.md (original) +++ mesos/site/source/documentation/latest/configuration.md Tue Sep 8 19:23:35 2015 @@ -29,6 +29,7 @@ If you have special compilation requirem <th> Explanation </th> + </tr> </thead> <tr> @@ -155,6 +156,8 @@ If you have special compilation requirem </td> <td> Show version and exit. (default: false) + </td> + </tr> </table> ## Master Options @@ -170,6 +173,7 @@ If you have special compilation requirem <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -239,6 +243,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -704,6 +709,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <tr> @@ -735,6 +741,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -775,6 +782,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -1430,6 +1438,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -1494,6 +1503,64 @@ file:///path/to/file (where file contain </table> +## Libprocess Options + +*The bundled libprocess library can be controlled with the following environment variables.* + +<table class="table table-striped"> + <thead> + <tr> + <th width="30%"> + Variable + </th> + <th> + Explanation + </th> + </tr> + </thead> + <tr> + <td> + LIBPROCESS_IP + </td> + <td> + Sets the IP address for communication to and from libprocess. + </td> + </tr> + <tr> + <td> + LIBPROCESS_PORT + </td> + <td> + Sets the port for communication to and from libprocess. + </td> + </tr> + <tr> + <td> + LIBPROCESS_ADVERTISE_IP + </td> + <td> + If set, this provides the IP address that will be advertised to + the outside world for communication to and from libprocess. + This is useful, for example, for containerized tasks in which + communication is bound locally to a non-public IP that will be + inaccessible to the master. + </td> + </tr> + <tr> + <td> + LIBPROCESS_ADVERTISE_PORT + </td> + <td> + If set, this provides the port that will be advertised to the + outside world for communication to and from libprocess. Note that + this port will not actually be bound (the local LIBPROCESS_PORT + will be), so redirection to the local IP and port must be + provided separately. + </td> + </tr> +</table> + + ## Mesos Build Configuration Options ###The configure script has the following flags for optional features: @@ -1507,6 +1574,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -1637,6 +1705,7 @@ file:///path/to/file (where file contain <th> Explanation </th> + </tr> </thead> <tr> <td> @@ -1764,11 +1833,12 @@ it to find libraries and programs with n <thead> <tr> <th width="30%"> - Flag + Variable </th> <th> Explanation </th> + </tr> </thead> <tr> <td>
Modified: mesos/site/source/documentation/latest/powered-by-mesos.md URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/powered-by-mesos.md?rev=1701857&r1=1701856&r2=1701857&view=diff ============================================================================== --- mesos/site/source/documentation/latest/powered-by-mesos.md (original) +++ mesos/site/source/documentation/latest/powered-by-mesos.md Tue Sep 8 19:23:35 2015 @@ -27,6 +27,7 @@ layout: documentation * [CRP-Gabriel Lippmann](http://www.crpgl.lu) * [Daemon](http://www.daemon.com.au) * [DataMan](http://www.dataman-inc.com) +* [Delivery Hero Holding GmbH](http://www.deliveryhero.com) * [Devicescape](http://www.devicescape.com) * [DueDil](http://www.duedil.com) * [eBay](http://www.ebay.com) @@ -35,6 +36,7 @@ layout: documentation * [GoCardless](http://www.gocardless.com) * [Groupon](http://www.groupon.com) * [Gutefrage.net](http://www.gutefrage.net) +* [Hootsuite](https://hootsuite.com) * [HubSpot](http://www.hubspot.com) * [Ignidata](http://www.ignidata.com) * [iQIYI](http://www.iqiyi.com/) @@ -76,6 +78,7 @@ layout: documentation * [Uber](http://www.uber.com) * [UCSF](http://www.ucsf.edu) * [UC Berkeley](http://www.berkeley.edu) +* [Udacity](https://udacity.com) * [Uninett AS](http://www.uninett.no) * [URX](http://www.urx.com) * [Viadeo](http://www.viadeo.com)
