GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-library/pull/147
Adds abstract controller change server pool
Builds on https://github.com/apache/brooklyn-library/pull/146, which
contains the first two comits - please review/merge that first.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-library
adds-AbstractController-changeServerPool
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-library/pull/147.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 #147
----
commit 716ecbf49bf294e7b9a20c41c7b0ca6ab8873cb1
Author: Aled Sage <aled.sage@...>
Date: 2018-02-14T14:10:59Z
AbstractNonProvisionedController: set isActive in postStart
commit b8a141344d81075eafe99e51e18f2de08c3b8f26
Author: Aled Sage <aled.sage@...>
Date: 2018-02-14T14:12:04Z
Unit test AbstractNonProvisionedController
Creates common super-type from AbstractControllerTest
commit 622ec2b3be0be28dfdad7853026ce7b492669af1
Author: Aled Sage <aled.sage@...>
Date: 2018-02-14T21:17:29Z
Adds loadBalancer.changeServerPool
----
---