You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/17 13:32:36 UTC

[5/7] incubator-brooklyn git commit: GeoDns AWS behaviour note

GeoDns AWS behaviour note


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/88a6b86b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/88a6b86b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/88a6b86b

Branch: refs/heads/master
Commit: 88a6b86b121e9051fb6778c52855add463b1334d
Parents: cbcad7e
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Wed Dec 9 16:53:17 2015 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Wed Dec 9 17:07:42 2015 +0000

----------------------------------------------------------------------
 .../brooklyn/entity/dns/geoscaling/GeoscalingDnsService.java | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/88a6b86b/software/webapp/src/main/java/org/apache/brooklyn/entity/dns/geoscaling/GeoscalingDnsService.java
----------------------------------------------------------------------
diff --git a/software/webapp/src/main/java/org/apache/brooklyn/entity/dns/geoscaling/GeoscalingDnsService.java b/software/webapp/src/main/java/org/apache/brooklyn/entity/dns/geoscaling/GeoscalingDnsService.java
index f9e0e54..58fcca4 100644
--- a/software/webapp/src/main/java/org/apache/brooklyn/entity/dns/geoscaling/GeoscalingDnsService.java
+++ b/software/webapp/src/main/java/org/apache/brooklyn/entity/dns/geoscaling/GeoscalingDnsService.java
@@ -30,6 +30,14 @@ import org.apache.brooklyn.entity.dns.AbstractGeoDnsService;
 import org.apache.brooklyn.entity.webapp.WebAppServiceConstants;
 import org.apache.brooklyn.util.core.flags.SetFromFlag;
 
+/**
+ * A geo-DNS service using geoscaling.com.
+ * <p>
+ * AWS users should note that if the Brooklyn server managing this entity is in the same
+ * region as the server being geoscaled then they must set {@link #INCLUDE_HOMELESS_ENTITIES}
+ * to true, as IP lookups of the server will resolve the private address and it will be
+ * ignored by default.
+ */
 @ImplementedBy(GeoscalingDnsServiceImpl.class)
 public interface GeoscalingDnsService extends AbstractGeoDnsService {