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:32:38 UTC

[7/7] incubator-brooklyn git commit: This closes #1096

This closes #1096


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

Branch: refs/heads/master
Commit: 3584f5bf98a1ab3f8cc31b9ee74b62529accc322
Parents: b0875f4 02c5d33
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Dec 17 12:32:05 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Dec 17 12:32:05 2015 +0000

----------------------------------------------------------------------
 parent/pom.xml                                  |   1 +
 .../entity/dns/AbstractGeoDnsService.java       |  47 ++++--
 .../entity/dns/AbstractGeoDnsServiceImpl.java   | 100 +++++++-----
 .../dns/geoscaling/GeoscalingDnsService.java    |  58 ++++---
 .../geoscaling/GeoscalingDnsServiceImpl.java    |  18 ++-
 .../entity/dns/AbstractGeoDnsServiceTest.java   | 153 +++++++++++--------
 .../geoscaling/GeoscalingIntegrationTest.java   |  62 ++++----
 .../dns/geoscaling/GeoscalingWebClientTest.java |  41 +++--
 .../camp/brooklyn/AbstractYamlTest.java         |  10 +-
 .../camp/brooklyn/GeoDnsServiceYamlTest.java    |  45 ++++++
 .../apache/brooklyn/camp/brooklyn/geodns.yaml   |  42 +++++
 11 files changed, 385 insertions(+), 192 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3584f5bf/parent/pom.xml
----------------------------------------------------------------------