GitHub user sjcorbett opened a pull request:

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

    Machines can be manually added to server pools

    Adds `addExistingMachine(MachineLocation)` and 
`addExistingMachinesFromSpec(String spec)` to the ServerPoolApi.
    
    Machines added to pools with these methods will not be removed when the 
pool shrinks.

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

    $ git pull https://github.com/sjcorbett/incubator-brooklyn 
server-pool-existing-machines

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

    https://github.com/apache/incubator-brooklyn/pull/89.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 #89
    
----
commit fb4c4dce4ae39d6ea72f71b16de283cab46544cd
Author: Sam Corbett <[email protected]>
Date:   2014-07-18T14:36:46Z

    MachineEntity extends EmptySoftwareProcess
    
    Otherwise it's not constructable

commit 01f70a796d0deaa9d3d2ff68c526912573b9aaa7
Author: Sam Corbett <[email protected]>
Date:   2014-07-18T15:47:37Z

    Manually add existing machines to server pools

commit e7f1291ca8f2d9d3b024d8c6e695efed92230c34
Author: Sam Corbett <[email protected]>
Date:   2014-07-22T18:44:57Z

    Handle null locations in LocalLocationManager and correct 
JcloudsByonLocationResolver Javadoc

commit f1a465c01e75ba143dd4a1137ef13501ce058be6
Author: Sam Corbett <[email protected]>
Date:   2014-07-22T18:47:14Z

    ServerPools refuse to remove manually-added machines until they are stopped

----


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