Merge branch 'tenant-isolation' of https://github.com/apache/stratos into tenant-isolation-v1
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/719ebcaa Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/719ebcaa Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/719ebcaa Branch: refs/heads/tenant-isolation Commit: 719ebcaa61cef213efa97f6cbab32abe9b7d3c90 Parents: a976a4c b38a7c5 Author: Dinithi <[email protected]> Authored: Mon Jul 27 10:37:31 2015 +0530 Committer: Dinithi <[email protected]> Committed: Mon Jul 27 10:37:31 2015 +0530 ---------------------------------------------------------------------- .../OneAfterAnotherAlgorithm.java | 4 +- .../context/cluster/ClusterContext.java | 2 +- .../internal/AutoscalerServiceComponent.java | 2 +- .../monitor/cluster/ClusterMonitor.java | 10 +- .../policy/deployment/DeploymentPolicy.java | 2 +- .../autoscaler/rule/RuleTasksDelegator.java | 13 +- .../autoscaler/services/AutoscalerService.java | 10 +- .../services/impl/AutoscalerServiceImpl.java | 33 +- .../stratos/autoscaler/util/AutoscalerUtil.java | 4 +- .../impl/CloudControllerServiceImpl.java | 8 +- .../beans/topology/ApplicationInstanceBean.java | 19 +- .../common/client/AutoscalerServiceClient.java | 5 + .../messaging/domain/instance/Instance.java | 2 +- .../ServiceCreatedMessageProcessor.java | 2 +- .../rest/endpoint/api/StratosApiV41Utils.java | 39 +- .../util/converter/ObjectConverter.java | 9 +- .../scripts/common/deploy.sh | 21 +- .../scripts/common/undeploy.sh | 16 +- .../single-cartridge-app/scripts/mock/deploy.sh | 2 +- .../scripts/mock/undeploy.sh | 2 +- .../single-group-app/scripts/common/undeploy.sh | 4 +- .../src/main/resources/AutoscalerService.wsdl | 535 +++++++------ .../main/resources/CloudControllerService.wsdl | 758 +++++++++---------- 23 files changed, 805 insertions(+), 697 deletions(-) ----------------------------------------------------------------------
