Github user tbouron commented on a diff in the pull request:

    https://github.com/apache/brooklyn-library/pull/66#discussion_r82864446
  
    --- Diff: 
software/webapp/src/main/java/org/apache/brooklyn/entity/proxy/AbstractControllerImpl.java
 ---
    @@ -317,6 +331,8 @@ protected void computePortsAndUrls() {
     
             sensors().set(PROTOCOL, inferProtocol());
             sensors().set(MAIN_URI, URI.create(inferUrl()));
    +        sensors().set(MAIN_URI_MAPPED_SUBNET, URI.create("http://"; + 
sensors().get(SUBNET_ADDRESS) + ":" + sensors().get(PROXY_HTTP_PORT) + "/"));
    +        sensors().set(MAIN_URI_MAPPED_PUBLIC, 
URI.create(inferUrlPublic()));
    --- End diff --
    
    @neykov Will the `On{Public,Private}NetworkEnricher` returns the right 
value? The changes I made was an attempt to follow @ahgittin's proposal


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to