You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2017/11/14 11:33:19 UTC

[GitHub] brooklyn-server pull request #897: Add ElectPrimaryPolicy (and enrichers) to...

GitHub user aledsage opened a pull request:

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

    Add ElectPrimaryPolicy (and enrichers) to catalog.bom

    Confirmed that these policies and enrichers are now listed in the catalog.
    
    Successfully used them in a simplistic example:
    ```
    location: localhost
    services:
      - type: org.apache.brooklyn.entity.stock.BasicStartable
      - type: org.apache.brooklyn.entity.stock.BasicStartable
    brooklyn.policies:
      - type: org.apache.brooklyn.policy.failover.ElectPrimaryPolicy
    brooklyn.enrichers:
      - type: org.apache.brooklyn.policy.failover.PrimaryRunningEnricher
      - type: org.apache.brooklyn.policy.failover.PropagatePrimaryEnricher
    ```

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

    $ git pull https://github.com/aledsage/brooklyn-server add-ElectPrimaryPoilcy-to-catalog

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

    https://github.com/apache/brooklyn-server/pull/897.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 #897
    
----
commit a93469d1a7c83ffadc412e34b90497cb37a80a15
Author: Aled Sage <al...@gmail.com>
Date:   2017-11-14T11:31:27Z

    Add ElectPrimaryPolicy (and enrichers) to catalog.bom

----


---

[GitHub] brooklyn-server issue #897: Add ElectPrimaryPolicy (and enrichers) to catalo...

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

    https://github.com/apache/brooklyn-server/pull/897
  
    SUCCESS 
     4931 tests run, 0 skipped, 0 failed.
    --none--


---

[GitHub] brooklyn-server issue #897: Add ElectPrimaryPolicy (and enrichers) to catalo...

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

    https://github.com/apache/brooklyn-server/pull/897
  
    retest this please


---

[GitHub] brooklyn-server pull request #897: Add ElectPrimaryPolicy (and enrichers) to...

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

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


---