This closes #957
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f380b583 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f380b583 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f380b583 Branch: refs/heads/master Commit: f380b583688e182007c50c8681d6668ae88ed660 Parents: d53bd18 a3ff3d6 Author: Hadrian Zbarcea <[email protected]> Authored: Thu Oct 15 11:49:58 2015 -0400 Committer: Hadrian Zbarcea <[email protected]> Committed: Thu Oct 15 11:49:58 2015 -0400 ---------------------------------------------------------------------- core/pom.xml | 5 - .../brooklyn/core/effector/EffectorTasks.java | 35 +- .../brooklyn/core/entity/EntitySuppliers.java | 2 +- .../drivers/ReflectiveEntityDriverFactory.java | 8 +- .../brooklyn/core/location/Locations.java | 2 +- .../apache/brooklyn/core/location/Machines.java | 12 +- .../location/access/BrooklynAccessUtils.java | 3 +- .../WindowsPerformanceCounterSensors.java | 73 ---- .../org/apache/brooklyn/feed/ssh/SshFeed.java | 2 +- .../windows/WindowsPerformanceCounterFeed.java | 412 ------------------ .../location/byon/ByonLocationResolver.java | 20 +- .../winrm/AdvertiseWinrmLoginPolicy.java | 80 ---- .../location/winrm/WinRmMachineLocation.java | 362 ---------------- .../core/plan/XmlPlanToSpecTransformerTest.java | 2 +- .../WindowsPerformanceCounterFeedLiveTest.java | 104 ----- .../WindowsPerformanceCounterFeedTest.java | 132 ------ .../location/byon/ByonLocationResolverTest.java | 26 +- .../winrm/AdvertiseWinrmLoginPolicyTest.java | 51 --- .../winrm/WinRmMachineLocationTest.java | 44 -- locations/jclouds/pom.xml | 5 + .../policy/ha/SshMachineFailureDetector.java | 2 +- pom.xml | 1 + software/base/pom.xml | 10 + .../entity/chef/ChefLifecycleEffectorTasks.java | 3 +- .../entity/machine/MachineEntityImpl.java | 2 +- .../entity/network/bind/BindDnsServerImpl.java | 4 +- .../entity/dns/AbstractGeoDnsServiceTest.java | 2 +- software/winrm/pom.xml | 65 +++ .../WindowsPerformanceCounterSensors.java | 73 ++++ .../windows/WindowsPerformanceCounterFeed.java | 414 +++++++++++++++++++ .../winrm/AdvertiseWinrmLoginPolicy.java | 80 ++++ .../location/winrm/WinRmMachineLocation.java | 362 ++++++++++++++++ .../WindowsPerformanceCounterFeedLiveTest.java | 103 +++++ .../WindowsPerformanceCounterFeedTest.java | 130 ++++++ .../winrm/AdvertiseWinrmLoginPolicyTest.java | 49 +++ .../winrm/ByonLocationResolverTest.java | 95 +++++ .../winrm/WinRmMachineLocationTest.java | 43 ++ .../camp/brooklyn/ByonLocationsYamlTest.java | 2 +- 38 files changed, 1487 insertions(+), 1333 deletions(-) ----------------------------------------------------------------------
