You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2015/11/24 22:19:37 UTC

[3/3] incubator-brooklyn git commit: Closes #1045

Closes #1045

Adds WinRmTool interface


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

Branch: refs/heads/master
Commit: 3922b0ef94259e2b1789a18b5e1f83886113581c
Parents: b264fc9 f8c7673
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Tue Nov 24 23:19:25 2015 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Tue Nov 24 23:19:25 2015 +0200

----------------------------------------------------------------------
 .../core/entity/BrooklynConfigKeys.java         |   9 +
 .../util/core/internal/ssh/SshTool.java         |   2 +-
 .../AbstractSoftwareProcessWinRmDriver.java     |  31 ++-
 .../location/WinRmMachineLocationLiveTest.java  |   5 +-
 .../windows/WindowsPerformanceCounterFeed.java  |   2 +-
 .../location/winrm/WinRmMachineLocation.java    | 265 +++++++++----------
 .../util/core/internal/winrm/WinRmTool.java     |  74 ++++++
 .../core/internal/winrm/WinRmToolResponse.java  |  46 ++++
 .../internal/winrm/pywinrm/Winrm4jTool.java     | 156 +++++++++++
 .../WindowsPerformanceCounterFeedTest.java      |   3 +-
 10 files changed, 439 insertions(+), 154 deletions(-)
----------------------------------------------------------------------