Repository: stratos Updated Branches: refs/heads/master 798977a4f -> d11ed6c6e
Merge branch 'master' of https://github.com/apache/stratos Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/24d0e5ef Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/24d0e5ef Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/24d0e5ef Branch: refs/heads/master Commit: 24d0e5ef3a2917a481125b3c25015bb31568cf2c Parents: 6f1cc64 f2f888b Author: Dinithi <[email protected]> Authored: Mon Mar 9 12:13:22 2015 +0530 Committer: Dinithi <[email protected]> Committed: Mon Mar 9 12:13:22 2015 +0530 ---------------------------------------------------------------------- .../OneAfterAnotherAlgorithm.java | 56 +++- .../policy/deployment/ApplicationPolicy.java | 10 + .../stratos/autoscaler/util/AutoscalerUtil.java | 38 +++ .../common/constants/StratosConstants.java | 3 + .../application-policy-4.json | 20 ++ .../applications/app-bursting-pattern/README.md | 8 + .../artifacts/application-signup.json | 18 ++ .../artifacts/application.json | 25 ++ .../artifacts/domain-mappings.json | 9 + .../scripts/common/deploy.sh | 51 ++++ .../scripts/common/undeploy.sh | 33 +++ .../app-bursting-pattern/scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 + .../app-bursting-pattern/scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../deployment-policy-4.json | 20 ++ .../mock/network-partition-4.json | 15 + .../src/main/resources/AutoscalerService.wsdl | 279 ++++++++++--------- 22 files changed, 522 insertions(+), 140 deletions(-) ----------------------------------------------------------------------
