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

[GitHub] brooklyn-server pull request #876: Stop memberSpecs being inherited

GitHub user drigodwin opened a pull request:

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

    Stop memberSpecs being inherited

    If I create a cluster inside a cluster currently the memberSpec is inherited by the second cluster. When that memberSpec is inherited it loops creating an infinite structure. This isn't useful and therefore memberSpecs shouldn't be inherited.

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

    $ git pull https://github.com/drigodwin/brooklyn-server remove-inherited-strategy

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

    https://github.com/apache/brooklyn-server/pull/876.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 #876
    
----
commit 09b9cda37f92a62216ac69ac6c30b178e522a104
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Date:   2017-11-03T11:46:18Z

    Stop memberSpecs being inherited

----


---

[GitHub] brooklyn-server issue #876: Stop memberSpecs being inherited

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

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


---

[GitHub] brooklyn-server pull request #876: Stop memberSpecs being inherited

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

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


---