Merge branch 'tenant-isolation-v1' of https://github.com/dinithis/stratos into tenant-isolation
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f3ac6521 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f3ac6521 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f3ac6521 Branch: refs/heads/tenant-isolation Commit: f3ac65218f204923a25757cf755c70f5745c99a0 Parents: 156a0fa 8750f8e Author: Gayan Gunarathne <[email protected]> Authored: Thu Jul 16 15:29:54 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Thu Jul 16 15:29:54 2015 +0530 ---------------------------------------------------------------------- .../autoscaler/services/AutoscalerService.java | 9 + .../services/impl/AutoscalerServiceImpl.java | 15 + .../context/CloudControllerContext.java | 6 +- .../messaging/topology/TopologyBuilder.java | 2 +- .../services/CloudControllerService.java | 7 + .../impl/CloudControllerServiceImpl.java | 20 + .../common/client/AutoscalerServiceClient.java | 4 + .../client/CloudControllerServiceClient.java | 4 + .../rest/endpoint/api/StratosApiV41Utils.java | 48 +- .../src/main/resources/AutoscalerService.wsdl | 237 +++--- .../main/resources/CloudControllerService.wsdl | 779 ++++++++++--------- 11 files changed, 641 insertions(+), 490 deletions(-) ----------------------------------------------------------------------
