You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by se...@apache.org on 2018/01/10 13:40:19 UTC

aurora git commit: Update discovery info documentation, when using mesos-dns

Repository: aurora
Updated Branches:
  refs/heads/master 4e6242fed -> f6146eb5e


Update discovery info documentation, when using mesos-dns

Reviewed at https://reviews.apache.org/r/65068/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f6146eb5
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f6146eb5
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/f6146eb5

Branch: refs/heads/master
Commit: f6146eb5e00b0cf7ad711f42a1248a72ac26e9a7
Parents: 4e6242f
Author: Ruben D. Porras <ru...@w2en.com>
Authored: Wed Jan 10 14:39:27 2018 +0100
Committer: Stephan Erb <se...@apache.org>
Committed: Wed Jan 10 14:39:27 2018 +0100

----------------------------------------------------------------------
 docs/features/service-discovery.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/f6146eb5/docs/features/service-discovery.md
----------------------------------------------------------------------
diff --git a/docs/features/service-discovery.md b/docs/features/service-discovery.md
index 36823c8..1a474f0 100644
--- a/docs/features/service-discovery.md
+++ b/docs/features/service-discovery.md
@@ -33,7 +33,8 @@ least the following:
  `_http_example.test.vagrant._tcp.aurora.mesos`, which includes IP address and every port. This should only
   be used if the service has one port.
 3. A SRV record `_{port-name}._http_example.test.vagrant._tcp.aurora.mesos` for each port name
-  defined. This should be used when the service has multiple ports.
+  defined. This should be used when the service has multiple ports. To have this working properly it's needed to
+  add `-populate_discovery_info` to scheduler's configuration.
 
 Things to note: