GitHub user sjcorbett opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/852
Resuming locations
* `JcloudsLocation` implements `SuspendResumeLocation` (rather than just
`SuspendsLocations`).
* The various `rebindMachine` methods in `JcloudsLocation` are deprecated
in favour of `registerMachine`, which returns a `MachineLocation` rather than a
`JcloudsSshMachineLocation`. This means that it can also be used to register
Windows-based systems.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjcorbett/incubator-brooklyn rebind-windows
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/852.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 #852
----
commit 39b7af73be22b9de0109faa7a66c593ab8814bfe
Author: Sam Corbett <[email protected]>
Date: 2015-08-18T17:04:12Z
LocationResource indentation
commit bc379304371a6fd1eb15aa2044b757411b92615f
Author: Sam Corbett <[email protected]>
Date: 2015-08-18T17:19:21Z
ByonLocationResolver handles non-lowercase values for osFamily
commit 43048df30527d830bca08edda6426898067e1739
Author: Sam Corbett <[email protected]>
Date: 2015-08-18T17:27:51Z
Deprecate JcloudsLocation#rebindMachine in favour of registerMachine
Return type now MachineLocation instead of JcloudsSshMachineLocation.
commit 5730d607823838e6898832fa395f240f6fd63825
Author: Sam Corbett <[email protected]>
Date: 2015-08-18T17:32:40Z
JcloudsLocation#registerMachine handles Windows machines
commit f331c17e638758f07927e117a9c78e64a1a8531a
Author: Sam Corbett <[email protected]>
Date: 2015-08-19T16:11:27Z
JcloudsLocation implements SuspendResumeLocation
----
---
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.
---