This closes #194
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/84fb623d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/84fb623d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/84fb623d Branch: refs/heads/master Commit: 84fb623d18868fb930eb112b9bfb682c7087ec10 Parents: 6a1eafc 11741d8 Author: Alex Heneveld <[email protected]> Authored: Thu Jul 7 10:22:48 2016 +0100 Committer: Alex Heneveld <[email protected]> Committed: Thu Jul 7 10:22:48 2016 +0100 ---------------------------------------------------------------------- .../camp/brooklyn/ExternalConfigYamlTest.java | 25 ++++ .../JcloudsLocationExternalConfigYamlTest.java | 124 +++++++++++++++++++ ...bstractCloudMachineProvisioningLocation.java | 12 +- .../location/ssh/SshMachineLocation.java | 16 +-- .../brooklyn/util/core/config/ConfigBag.java | 50 +++++++- .../location/jclouds/JcloudsLocation.java | 48 +++++-- .../jclouds/JcloudsSshMachineLocation.java | 3 +- 7 files changed, 250 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/84fb623d/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/ExternalConfigYamlTest.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/84fb623d/core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/84fb623d/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java ----------------------------------------------------------------------
