You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/17 13:13:12 UTC

[3/3] incubator-brooklyn git commit: This closes #1082

This closes #1082


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/b0875f4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/b0875f4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/b0875f4a

Branch: refs/heads/master
Commit: b0875f4a131849c08ebe60f8e9a147541060b4f0
Parents: 1c80fb4 6f81aaf
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Dec 17 12:12:59 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Dec 17 12:12:59 2015 +0000

----------------------------------------------------------------------
 .../location/ssh/SshMachineLocation.java        |  10 +
 .../location/jclouds/JcloudsLocation.java       |  93 +++--
 .../jclouds/JcloudsMachineLocation.java         |  17 +
 .../jclouds/JcloudsSshMachineLocation.java      | 341 +++++++++++++++----
 .../jclouds/JcloudsWinRmMachineLocation.java    | 239 ++++++++++---
 .../location/jclouds/JcloudsLocationTest.java   |  10 +-
 .../location/jclouds/JcloudsRebindLiveTest.java |  75 +++-
 .../location/jclouds/JcloudsRebindStubTest.java |  16 +-
 .../jclouds/RebindJcloudsLocationLiveTest.java  | 217 ++++++++++--
 .../jclouds/persisted-aws-machine-aKEcbxKN      | 329 ++++++++++++++++++
 .../jclouds/persisted-aws-parent-lCYB3mTb       |  78 +++++
 .../persisted-aws-winrm-machine-KYSryzW8        | 184 ++++++++++
 .../jclouds/persisted-aws-winrm-parent-fKc0Ofyn |  75 ++++
 .../jclouds/persisted-azure-machine-VNapYjwp    | 271 +++++++++++++++
 .../jclouds/persisted-azure-parent-briByOel     |  65 ++++
 15 files changed, 1837 insertions(+), 183 deletions(-)
----------------------------------------------------------------------