You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2013/12/01 11:58:59 UTC

[05/12] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/40272be6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/40272be6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/40272be6

Branch: refs/heads/master
Commit: 40272be6f4d044bcb2ae45d547c6f9999172a6bd
Parents: c883ee2 8838a2a
Author: Nirmal Fernando <ni...@apache.org>
Authored: Sat Nov 30 20:25:59 2013 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Sat Nov 30 20:25:59 2013 +0530

----------------------------------------------------------------------
 .../cloud/controller/CloudControllerClient.java |  16 ++
 .../exception/PartitionValidationException.java |  19 +++
 .../exception/TerminationException.java         |   8 +-
 .../autoscaler/partition/PartitionManager.java  |  76 +++++++++
 .../partition/deployers/PartitionDeployer.java  | 120 +++++++++++++
 .../partition/deployers/PartitionReader.java    | 170 +++++++++++++++++++
 .../deployers/DeploymentPolicyReader.java       |  38 ++---
 .../autoscaler/util/AutoScalerConstants.java    |  33 ++++
 .../src/main/resources/META-INF/component.xml   |   5 +
 .../distribution/src/main/conf/autoscaler.drl   |  89 +++++-----
 10 files changed, 495 insertions(+), 79 deletions(-)
----------------------------------------------------------------------