You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by sjcorbett <gi...@git.apache.org> on 2017/01/05 12:13:34 UTC

[GitHub] brooklyn-server pull request #503: Drop availability zone suffixes when conf...

GitHub user sjcorbett opened a pull request:

    https://github.com/apache/brooklyn-server/pull/503

    Drop availability zone suffixes when configuring AWS regions

    This fixes the deployment of blueprints that give a specific availability zone as the region. For example:
    ```yaml
    location:
      jclouds:aws-ec2:
        region: us-east-1b
    services:
    - type: org.apache.brooklyn.entity.webapp.tomcat.Tomcat8Server
    ```

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

    $ git pull https://github.com/sjcorbett/brooklyn-server fix/aws-region

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

    https://github.com/apache/brooklyn-server/pull/503.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 #503
    
----
commit 4cb9aa7b2ef5e307615aaaed8e4eb09b0b51c834
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Date:   2017-01-05T10:40:28Z

    Add simple ResolvingConfigBag toString method
    
    Fixes an UnsupportedOperationException caused by the interplay between
    RCB's methods and ConfigBag's toString impl.

commit 0fde329b817ec491df06d85bb0c43a15b4997dfa
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Date:   2017-01-05T11:27:06Z

    Drop availability zone suffixes when configuring AWS regions
    
    This fixes AwsAvailabilityZoneExtensionTest#testSubLocationIsUsable

commit b7155967952bdb295615ddb16f1ad6c879e48eec
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Date:   2017-01-05T11:38:59Z

    Fix AwsAvailabilityZoneExtensionTest
    
    testFindsZones looked for for specific zone names but they may not be
    available on a per-account basis.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server pull request #503: Drop availability zone suffixes when conf...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-server/pull/503


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-server issue #503: Drop availability zone suffixes when configuring...

Posted by aledsage <gi...@git.apache.org>.
Github user aledsage commented on the issue:

    https://github.com/apache/brooklyn-server/pull/503
  
    LGTM; merging


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---