Repository: stratos Updated Branches: refs/heads/master a882d5096 -> 0c515aa01
updaintg samples with application tree Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/4673277c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/4673277c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/4673277c Branch: refs/heads/master Commit: 4673277c6a564e04643d9da33746c8c7045a12b3 Parents: a882d50 Author: reka <[email protected]> Authored: Thu Apr 23 14:16:22 2015 +0530 Committer: reka <[email protected]> Committed: Thu Apr 23 14:16:22 2015 +0530 ---------------------------------------------------------------------- .../nested-group-v2/images/nested-group-app.png | Bin 0 -> 22765 bytes .../nested-group-v2/nested-group-app.png | Bin 22765 -> 0 bytes samples/cartridges-groups/group6c7.json | 26 +++++++++++++++++++ 3 files changed, 26 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/4673277c/samples/applications/nested-group-v2/images/nested-group-app.png ---------------------------------------------------------------------- diff --git a/samples/applications/nested-group-v2/images/nested-group-app.png b/samples/applications/nested-group-v2/images/nested-group-app.png new file mode 100644 index 0000000..e6a0f37 Binary files /dev/null and b/samples/applications/nested-group-v2/images/nested-group-app.png differ http://git-wip-us.apache.org/repos/asf/stratos/blob/4673277c/samples/applications/nested-group-v2/nested-group-app.png ---------------------------------------------------------------------- diff --git a/samples/applications/nested-group-v2/nested-group-app.png b/samples/applications/nested-group-v2/nested-group-app.png deleted file mode 100644 index e6a0f37..0000000 Binary files a/samples/applications/nested-group-v2/nested-group-app.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/4673277c/samples/cartridges-groups/group6c7.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c7.json b/samples/cartridges-groups/group6c7.json new file mode 100644 index 0000000..f693153 --- /dev/null +++ b/samples/cartridges-groups/group6c7.json @@ -0,0 +1,26 @@ +{ + "name": "group6", + "groups": [ + { + "name": "group7", + "cartridges": [ + "tomcat", "tomcat1" + ], + "dependencies": { + "terminationBehaviour": "terminate-none", + "startupOrders": [] + } + }, + { + "name": "group-tom2", + "dependencies": { + "terminationBehaviour": "terminate-none", + "startupOrders": [] + }, + "cartridges": [ + "tomcat2","tomcat3" + ] + } + ] +} +
