Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/stratos
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7587568a Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7587568a Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7587568a Branch: refs/heads/master Commit: 7587568a70802d7fce4c81827d59771fd21d77d0 Parents: a19c5a8 6af9901 Author: Lahiru Sandaruwan <[email protected]> Authored: Thu Nov 27 15:27:12 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Thu Nov 27 15:27:12 2014 +0530 ---------------------------------------------------------------------- .../stratos/cli/RestCommandLineService.java | 663 +++++----------- .../apache/stratos/cli/StratosApplication.java | 12 +- .../cli/commands/ActivateTenantCommand.java | 2 +- .../commands/DeployKubernetesGroupCommand.java | 2 +- .../commands/DeployKubernetesHostCommand.java | 38 +- .../cli/commands/DeployServiceCommand.java | 139 ---- .../commands/ListKubernetesGroupsCommand.java | 2 +- .../commands/ListKubernetesHostsCommand.java | 6 +- .../cli/commands/ListServicesCommand.java | 65 -- .../cli/commands/SubscribeCartridgeCommand.java | 330 -------- .../UnDeployKubernetesGroupCommand.java | 6 +- .../commands/UndeployKubernetesHostCommand.java | 7 +- .../UndeployServiceDefinitionCommand.java | 70 -- .../cli/commands/UnsubscribeCommand.java | 132 ---- .../commands/UpdateKubernetesHostCommand.java | 41 +- .../commands/UpdateKubernetesMasterCommand.java | 28 +- .../apache/stratos/cli/utils/CliConstants.java | 9 +- .../model/TopologyClusterInformationModel.java | 10 - .../rest/endpoint/api/StratosApiV40Utils.java | 16 +- .../rest/endpoint/api/StratosApiV41.java | 776 ++++++++----------- .../rest/endpoint/api/StratosApiV41Utils.java | 35 +- 21 files changed, 645 insertions(+), 1744 deletions(-) ----------------------------------------------------------------------
