Repository: aurora Updated Branches: refs/heads/master bf43f8c05 -> 7d2f756e8
Document mesos.hostname in reference Bugs closed: AURORA-1557 Reviewed at https://reviews.apache.org/r/41367/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/7d2f756e Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/7d2f756e Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/7d2f756e Branch: refs/heads/master Commit: 7d2f756e8af70f8a0c58cd3c282b1145580b8d05 Parents: bf43f8c Author: Chris Bannister <[email protected]> Authored: Mon Dec 14 13:59:14 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Mon Dec 14 13:59:14 2015 -0800 ---------------------------------------------------------------------- docs/configuration-reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/7d2f756e/docs/configuration-reference.md ---------------------------------------------------------------------- diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md index 34dd9ec..077979a 100644 --- a/docs/configuration-reference.md +++ b/docs/configuration-reference.md @@ -536,12 +536,14 @@ Aurora client or Aurora-provided services. ### mesos Namespace -The `mesos` namespace contains the `instance` variable that can be used +The `mesos` namespace contains variables which relate to the `mesos` slave +which launched the task. The `instance` variable can be used to distinguish between Task replicas. | variable name | type | description | --------------- | :--------: | ------------- | ```instance``` | Integer | The instance number of the created task. A job with 5 replicas has instance numbers 0, 1, 2, 3, and 4. +| ```hostname``` | String | The instance hostname that the task was launched on. ### thermos Namespace
