Updated Branches: refs/heads/master 0e8beca3d -> d720bd9b5
Adding subscribe.json template Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/d720bd9b Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/d720bd9b Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/d720bd9b Branch: refs/heads/master Commit: d720bd9b58e6497efe23d01cd84866b48d2192f1 Parents: 0e8beca Author: Imesh Gunaratne <[email protected]> Authored: Tue Dec 24 17:09:40 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Dec 24 17:09:40 2013 +0530 ---------------------------------------------------------------------- tools/templates/json/subscribe.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d720bd9b/tools/templates/json/subscribe.json ---------------------------------------------------------------------- diff --git a/tools/templates/json/subscribe.json b/tools/templates/json/subscribe.json new file mode 100644 index 0000000..70c33c1 --- /dev/null +++ b/tools/templates/json/subscribe.json @@ -0,0 +1,12 @@ +{ + "cartridgeInfoBean": { + "cartridgeType": "cartridge-name", + "alias": "subscription-alias", + "repoURL": "https://path/to/remote/repo.git", + "privateRepo": "false", + "repoUsername": "", + "repoPassword": "", + "autoscalePolicy": "autoscale-policy-id", + "deploymentPolicy": "deployment-policy-id" + } +} \ No newline at end of file
