GitHub user nakomis opened a pull request:

    https://github.com/apache/incubator-brooklyn/pull/717

    Fixes issue where port was not being opened if port range was overridden

    The following YAML was failing to open the port (8080 or 9090) in the AWS 
security group
    
    ```
    location: aws-ec2:eu-west-1
    services:
    - type: brooklyn.entity.webapp.jboss.JBoss7Server
      brooklyn.config:
        http.port: 9090+
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nakomis/incubator-brooklyn 
fix/open-ports-with-range-config

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-brooklyn/pull/717.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #717
    
----
commit b320104ffcf59a2787048893e2647327d8b10517
Author: Martin Harris <[email protected]>
Date:   2015-06-25T11:09:32Z

    Fixes issue where port was not being opened if port range was overridden

----


---
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