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 2016/10/31 13:34:26 UTC

[3/3] brooklyn-server git commit: Closes #319

Closes #319

Clean up duplicated code in JcloudsLocationCustomizers

Unite the code from
https://github.com/apache/brooklyn-server/pull/276
and https://github.com/apache/brooklyn-server/pull/292
OPEN_INBOUND_PORTS_IN_SECURITY_GROUP_EFFECTOR tested after brooklyn restarts. All works fine.


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

Branch: refs/heads/master
Commit: 7cf27bdae6efd3bab7afd4b364ffad6d295fda2f
Parents: f9637f3 330965f
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Mon Oct 31 15:34:06 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Mon Oct 31 15:34:06 2016 +0200

----------------------------------------------------------------------
 .../InboundPortsJcloudsLocationCustomizer.java  |  5 ++
 .../JcloudsLocationSecurityGroupCustomizer.java | 23 ++++++---
 .../jclouds/networking/NetworkingEffectors.java | 51 ++++++++------------
 .../SharedLocationSecurityGroupCustomizer.java  | 31 ++++++++++--
 ...oudsLocationSecurityGroupCustomizerTest.java | 24 ++++++++-
 ...aredLocationSecurityGroupCustomizerTest.java | 10 +++-
 .../location/NetworkingEffectorsLiveTests.java  | 45 +++++++++++------
 7 files changed, 130 insertions(+), 59 deletions(-)
----------------------------------------------------------------------