Repository: stratos Updated Branches: refs/heads/master c92f6a0da -> 2254dde69
Replaced cartridges-groups with cartridge-group Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ca736572 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ca736572 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ca736572 Branch: refs/heads/master Commit: ca7365725f3c9de3cff733dd0db28b88d03b688c Parents: c92f6a0 Author: Vishanth <[email protected]> Authored: Fri May 15 14:44:12 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri May 15 16:34:56 2015 +0530 ---------------------------------------------------------------------- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../wordpress-app/scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../sample-groups/scripts/common/deploy.sh | 2 +- .../group-scaling-app/scripts/common/deploy.sh | 2 +- .../group-scaling-v1/scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../scripts/common/deploy.sh | 2 +- .../single-group-app/scripts/common/deploy.sh | 2 +- samples/cartridge-groups/app-group.json | 20 ++++++++ samples/cartridge-groups/db-group.json | 13 ++++++ samples/cartridge-groups/esb-php-group.json | 19 ++++++++ ...sted-with-esb-php-nested-with-mysql-php.json | 26 +++++++++++ samples/cartridge-groups/group1.json | 38 +++++++++++++++ samples/cartridge-groups/group1b.json | 19 ++++++++ samples/cartridge-groups/group6c.json | 18 +++++++ samples/cartridge-groups/group6c3.json | 21 +++++++++ samples/cartridge-groups/group6c4.json | 10 ++++ samples/cartridge-groups/group6c5.json | 10 ++++ samples/cartridge-groups/group6c6.json | 19 ++++++++ samples/cartridge-groups/group6c7.json | 26 +++++++++++ samples/cartridge-groups/group8c.json | 18 +++++++ samples/cartridge-groups/group8c3.json | 19 ++++++++ samples/cartridge-groups/mysql-php-group.json | 27 +++++++++++ samples/cartridge-groups/n-level-nesting.json | 49 ++++++++++++++++++++ samples/cartridge-groups/tomcat-group.json | 16 +++++++ samples/cartridge-groups/tomcat2-group.json | 9 ++++ samples/cartridges-groups/app-group.json | 20 -------- samples/cartridges-groups/db-group.json | 13 ------ samples/cartridges-groups/esb-php-group.json | 19 -------- ...sted-with-esb-php-nested-with-mysql-php.json | 26 ----------- samples/cartridges-groups/group1.json | 38 --------------- samples/cartridges-groups/group1b.json | 19 -------- samples/cartridges-groups/group6c.json | 18 ------- samples/cartridges-groups/group6c3.json | 21 --------- samples/cartridges-groups/group6c4.json | 10 ---- samples/cartridges-groups/group6c5.json | 10 ---- samples/cartridges-groups/group6c6.json | 19 -------- samples/cartridges-groups/group6c7.json | 26 ----------- samples/cartridges-groups/group8c.json | 18 ------- samples/cartridges-groups/group8c3.json | 19 -------- samples/cartridges-groups/mysql-php-group.json | 27 ----------- samples/cartridges-groups/n-level-nesting.json | 49 -------------------- samples/cartridges-groups/tomcat-group.json | 16 ------- samples/cartridges-groups/tomcat2-group.json | 9 ---- 51 files changed, 392 insertions(+), 392 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/scripts/common/deploy.sh b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/scripts/common/deploy.sh index 547e436..9396e51 100755 --- a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/scripts/common/deploy.sh +++ b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/scripts/common/deploy.sh @@ -31,7 +31,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/complex/tomcat-single-signon/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/complex/tomcat-single-signon/scripts/common/deploy.sh b/samples/applications/complex/tomcat-single-signon/scripts/common/deploy.sh index 925d2da..a37f728 100755 --- a/samples/applications/complex/tomcat-single-signon/scripts/common/deploy.sh +++ b/samples/applications/complex/tomcat-single-signon/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/complex/wordpress-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/complex/wordpress-app/scripts/common/deploy.sh b/samples/applications/complex/wordpress-app/scripts/common/deploy.sh index cec1052..5a4dbf3 100755 --- a/samples/applications/complex/wordpress-app/scripts/common/deploy.sh +++ b/samples/applications/complex/wordpress-app/scripts/common/deploy.sh @@ -32,7 +32,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/nested/complex-app-with-lb/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/nested/complex-app-with-lb/scripts/common/deploy.sh b/samples/applications/nested/complex-app-with-lb/scripts/common/deploy.sh index 3ad8eb9..607c668 100755 --- a/samples/applications/nested/complex-app-with-lb/scripts/common/deploy.sh +++ b/samples/applications/nested/complex-app-with-lb/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/scripts/common/deploy.sh b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/scripts/common/deploy.sh index 26e8de5..817b156 100755 --- a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/scripts/common/deploy.sh +++ b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/nested/five-levels-nested-groups-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/nested/five-levels-nested-groups-app/scripts/common/deploy.sh b/samples/applications/nested/five-levels-nested-groups-app/scripts/common/deploy.sh index dabdddc..7a36f95 100755 --- a/samples/applications/nested/five-levels-nested-groups-app/scripts/common/deploy.sh +++ b/samples/applications/nested/five-levels-nested-groups-app/scripts/common/deploy.sh @@ -32,7 +32,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/nested/single-level-nested-group-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/nested/single-level-nested-group-app/scripts/common/deploy.sh b/samples/applications/nested/single-level-nested-group-app/scripts/common/deploy.sh index 850e6d2..4732bb3 100755 --- a/samples/applications/nested/single-level-nested-group-app/scripts/common/deploy.sh +++ b/samples/applications/nested/single-level-nested-group-app/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/nested/single-level-nested-groups-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/nested/single-level-nested-groups-app/scripts/common/deploy.sh b/samples/applications/nested/single-level-nested-groups-app/scripts/common/deploy.sh index 8c5890b..962532e 100755 --- a/samples/applications/nested/single-level-nested-groups-app/scripts/common/deploy.sh +++ b/samples/applications/nested/single-level-nested-groups-app/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/scaling/app-bursting-pattern/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/app-bursting-pattern/scripts/common/deploy.sh b/samples/applications/scaling/app-bursting-pattern/scripts/common/deploy.sh index ef23499..f42e655 100755 --- a/samples/applications/scaling/app-bursting-pattern/scripts/common/deploy.sh +++ b/samples/applications/scaling/app-bursting-pattern/scripts/common/deploy.sh @@ -29,7 +29,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/scaling/dependent-scaling/sample-groups/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/dependent-scaling/sample-groups/scripts/common/deploy.sh b/samples/applications/scaling/dependent-scaling/sample-groups/scripts/common/deploy.sh index 11576c8..c619e4f 100755 --- a/samples/applications/scaling/dependent-scaling/sample-groups/scripts/common/deploy.sh +++ b/samples/applications/scaling/dependent-scaling/sample-groups/scripts/common/deploy.sh @@ -29,7 +29,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` cartridges_path=`cd "${script_path}/../../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/scaling/group-scaling/group-scaling-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/group-scaling-app/scripts/common/deploy.sh b/samples/applications/scaling/group-scaling/group-scaling-app/scripts/common/deploy.sh index 955b211..0263625 100644 --- a/samples/applications/scaling/group-scaling/group-scaling-app/scripts/common/deploy.sh +++ b/samples/applications/scaling/group-scaling/group-scaling-app/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/scaling/group-scaling/group-scaling-v1/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/group-scaling-v1/scripts/common/deploy.sh b/samples/applications/scaling/group-scaling/group-scaling-v1/scripts/common/deploy.sh index 5b5a4a1..b69785a 100644 --- a/samples/applications/scaling/group-scaling/group-scaling-v1/scripts/common/deploy.sh +++ b/samples/applications/scaling/group-scaling/group-scaling-v1/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh b/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh index 514d637..fc70371 100755 --- a/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh +++ b/samples/applications/scaling/group-scaling/single-group-group-scaling/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/simple/single-cartridge-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/simple/single-cartridge-app/scripts/common/deploy.sh b/samples/applications/simple/single-cartridge-app/scripts/common/deploy.sh index 48564a9..8594377 100755 --- a/samples/applications/simple/single-cartridge-app/scripts/common/deploy.sh +++ b/samples/applications/simple/single-cartridge-app/scripts/common/deploy.sh @@ -29,7 +29,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/applications/simple/single-group-app/scripts/common/deploy.sh ---------------------------------------------------------------------- diff --git a/samples/applications/simple/single-group-app/scripts/common/deploy.sh b/samples/applications/simple/single-group-app/scripts/common/deploy.sh index 260a1e3..b377f84 100755 --- a/samples/applications/simple/single-group-app/scripts/common/deploy.sh +++ b/samples/applications/simple/single-group-app/scripts/common/deploy.sh @@ -30,7 +30,7 @@ script_path=`cd "$prgdir"; pwd` artifacts_path=`cd "${script_path}/../../artifacts"; pwd` iaas_artifacts_path=`cd "${script_path}/../../artifacts/${iaas}"; pwd` cartridges_path=`cd "${script_path}/../../../../../cartridges/${iaas}"; pwd` -cartridges_groups_path=`cd "${script_path}/../../../../../cartridges-groups"; pwd` +cartridges_groups_path=`cd "${script_path}/../../../../../cartridge-groups"; pwd` autoscaling_policies_path=`cd "${script_path}/../../../../../autoscaling-policies"; pwd` network_partitions_path=`cd "${script_path}/../../../../../network-partitions/${iaas}"; pwd` deployment_policies_path=`cd "${script_path}/../../../../../deployment-policies"; pwd` http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/app-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/app-group.json b/samples/cartridge-groups/app-group.json new file mode 100644 index 0000000..9644bc3 --- /dev/null +++ b/samples/cartridge-groups/app-group.json @@ -0,0 +1,20 @@ +{ + "name": "app-group", + "cartridges": [ + "tomcat", + "php" + ], + "dependencies": { + "terminationBehaviour": "terminate-all", + "startupOrders": [ + { + "aliases": [ + "cartridge.my-php", + "cartridge.my-tomcat" + ] + } + ] + }, + "groupScalingEnabled": true +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/db-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/db-group.json b/samples/cartridge-groups/db-group.json new file mode 100644 index 0000000..3808caf --- /dev/null +++ b/samples/cartridge-groups/db-group.json @@ -0,0 +1,13 @@ +{ + "name": "db-group", + "cartridges": [ + "mysql", + "postgres" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + }, + "groupScalingEnabled": true + } + + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/esb-php-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/esb-php-group.json b/samples/cartridge-groups/esb-php-group.json new file mode 100644 index 0000000..c702da9 --- /dev/null +++ b/samples/cartridge-groups/esb-php-group.json @@ -0,0 +1,19 @@ +{ + "name": "esb-php-group", + "cartridges": [ + "esb", + "php" + ], + "dependencies": { + "startupOrders": [ + { + "aliases" : [ + "cartridge.my-esb", + "cartridge.my-php" + ] + } + ], + "terminationBehaviour": "terminate-none" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json b/samples/cartridge-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json new file mode 100644 index 0000000..fca40f3 --- /dev/null +++ b/samples/cartridge-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json @@ -0,0 +1,26 @@ +{ + "name": "esb-php-nested-with-esb-php-nested-with-mysql-php", + "groups": [ + { + "name": "esb-php-nested-with-mysql-php", + "groups": [ + { + "name": "mysql-php", + "cartridges": [ + "mysql", + "php" + ] + } + ], + "cartridges": [ + "esb", + "php" + ] + } + ], + "cartridges": [ + "esb", + "php" + ] +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group1.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group1.json b/samples/cartridge-groups/group1.json new file mode 100644 index 0000000..652e9bd --- /dev/null +++ b/samples/cartridge-groups/group1.json @@ -0,0 +1,38 @@ +{ + "name": "group1", + "groups": [ + { + "name": "group2", + "cartridges": [ + "c3", + "c2" + ], + "dependencies": { + "startupOrders": [ + { + "aliases" : [ + "cartridge.my-c3-group2", + "cartridge.my-c2-group2" + ] + } + ], + "terminationBehaviour": "terminate-all" + } + } + ], + "cartridges": [ + "c1" + ], + "dependencies": { + "startupOrders": [ + { + "aliases" : [ + "cartridge.my-c1-group1", + "group.my-group2" + ] + } + ], + "terminationBehaviour": "terminate-dependents" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group1b.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group1b.json b/samples/cartridge-groups/group1b.json new file mode 100644 index 0000000..2ed4b8e --- /dev/null +++ b/samples/cartridge-groups/group1b.json @@ -0,0 +1,19 @@ +{ + "name": "group2", + "cartridges": [ + "c2", + "c3" + ], + "dependencies": { + "startupOrders": [ + { + "aliases" : [ + "cartridge.my-c3", + "cartridge.my-c2" + ] + } + ], + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group6c.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group6c.json b/samples/cartridge-groups/group6c.json new file mode 100644 index 0000000..4b24b02 --- /dev/null +++ b/samples/cartridge-groups/group6c.json @@ -0,0 +1,18 @@ +{ + "name": "group6", + "groups": [ + { + "name": "group7", + "cartridges": [ + "tomcat1" + ] + } + ], + "cartridges": [ + "tomcat2" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group6c3.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group6c3.json b/samples/cartridge-groups/group6c3.json new file mode 100644 index 0000000..a7cc378 --- /dev/null +++ b/samples/cartridge-groups/group6c3.json @@ -0,0 +1,21 @@ +{ + "name": "group6", + "groups": [ + { + "name": "group7", + "cartridges": [ + "tomcat1" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } + } + ], + "cartridges": [ + "tomcat2" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group6c4.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group6c4.json b/samples/cartridge-groups/group6c4.json new file mode 100644 index 0000000..1393ca8 --- /dev/null +++ b/samples/cartridge-groups/group6c4.json @@ -0,0 +1,10 @@ +{ + "name": "group6", + "cartridges": [ + "tomcat" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group6c5.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group6c5.json b/samples/cartridge-groups/group6c5.json new file mode 100644 index 0000000..6110630 --- /dev/null +++ b/samples/cartridge-groups/group6c5.json @@ -0,0 +1,10 @@ +{ + "name": "group6", + "cartridges": [ + "tomcat1" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group6c6.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group6c6.json b/samples/cartridge-groups/group6c6.json new file mode 100644 index 0000000..23b76e9 --- /dev/null +++ b/samples/cartridge-groups/group6c6.json @@ -0,0 +1,19 @@ +{ + "name": "group6", + "cartridges": [ + "tomcat2", + "tomcat1" + ], + "dependencies": { + "startupOrders": [ + { + "aliases" : [ + "cartridge.tomcat2", + "cartridge.tomcat1" + ] + } + ], + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group6c7.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group6c7.json b/samples/cartridge-groups/group6c7.json new file mode 100644 index 0000000..f693153 --- /dev/null +++ b/samples/cartridge-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" + ] + } + ] +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group8c.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group8c.json b/samples/cartridge-groups/group8c.json new file mode 100644 index 0000000..f389b0c --- /dev/null +++ b/samples/cartridge-groups/group8c.json @@ -0,0 +1,18 @@ +{ + "name": "group8", + "groups": [ + { + "name": "group9", + "cartridges": [ + "tomcat1" + ] + } + ], + "cartridges": [ + "tomcat2" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/group8c3.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/group8c3.json b/samples/cartridge-groups/group8c3.json new file mode 100644 index 0000000..ff37358 --- /dev/null +++ b/samples/cartridge-groups/group8c3.json @@ -0,0 +1,19 @@ +{ + "name": "group8", + "groups": [ + { + "name": "group9", + "cartridges": [ + "tomcat1" + ] + } + ], + "cartridges": [ + "tomcat2", + "tomcat1" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/mysql-php-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/mysql-php-group.json b/samples/cartridge-groups/mysql-php-group.json new file mode 100644 index 0000000..d55326b --- /dev/null +++ b/samples/cartridge-groups/mysql-php-group.json @@ -0,0 +1,27 @@ +{ + "name": "mysql-php-group", + "cartridges": [ + "mysql", + "php" + ], + "dependencies": { + "startupOrders": [ + { + "aliases": [ + "cartridge.my-mysql", + "cartridge.my-php" + ] + } + ], + "scalingDependents": [ + { + "aliases": [ + "cartridge.my-mysql", + "cartridge.my-php" + ] + } + ], + "terminationBehaviour": "terminate-none" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/n-level-nesting.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/n-level-nesting.json b/samples/cartridge-groups/n-level-nesting.json new file mode 100644 index 0000000..8e2b318 --- /dev/null +++ b/samples/cartridge-groups/n-level-nesting.json @@ -0,0 +1,49 @@ +{ + "name": "n-level-nesting", + "groups": [ + { + "name": "level-one-group", + "cartridges": [ + "esb", + "tomcat" + ], + "groups": [ + { + "name": "level-two-group", + "cartridges": [ + "esb", + "tomcat" + ], + "groups": [ + { + "name": "level-three-group", + "cartridges": [ + "esb", + "tomcat" + ], + "groups": [ + { + "name": "level-four-group", + "cartridges": [ + "esb", + "tomcat" + ], + "groups": [ + { + "name": "level-five-group", + "cartridges": [ + "esb", + "tomcat" + ] + } + ] + } + ] + } + ] + } + ] + } + ] +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/tomcat-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/tomcat-group.json b/samples/cartridge-groups/tomcat-group.json new file mode 100644 index 0000000..2bdcfb6 --- /dev/null +++ b/samples/cartridge-groups/tomcat-group.json @@ -0,0 +1,16 @@ +{ + "name": "tomcat-group", + "groups": [ + { + "name": "tomcat-group", + "cartridges": [ + "tomcat1", + "tomcat2" + ] + } + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} + http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridge-groups/tomcat2-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridge-groups/tomcat2-group.json b/samples/cartridge-groups/tomcat2-group.json new file mode 100644 index 0000000..191c8b6 --- /dev/null +++ b/samples/cartridge-groups/tomcat2-group.json @@ -0,0 +1,9 @@ +{ + "name": "tomcat2-group", + "cartridges": [ + "tomcat2" + ], + "dependencies": { + "terminationBehaviour": "terminate-all" + } +} http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/app-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/app-group.json b/samples/cartridges-groups/app-group.json deleted file mode 100644 index 9644bc3..0000000 --- a/samples/cartridges-groups/app-group.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "app-group", - "cartridges": [ - "tomcat", - "php" - ], - "dependencies": { - "terminationBehaviour": "terminate-all", - "startupOrders": [ - { - "aliases": [ - "cartridge.my-php", - "cartridge.my-tomcat" - ] - } - ] - }, - "groupScalingEnabled": true -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/db-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/db-group.json b/samples/cartridges-groups/db-group.json deleted file mode 100644 index 3808caf..0000000 --- a/samples/cartridges-groups/db-group.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "db-group", - "cartridges": [ - "mysql", - "postgres" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - }, - "groupScalingEnabled": true - } - - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/esb-php-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/esb-php-group.json b/samples/cartridges-groups/esb-php-group.json deleted file mode 100644 index c702da9..0000000 --- a/samples/cartridges-groups/esb-php-group.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "esb-php-group", - "cartridges": [ - "esb", - "php" - ], - "dependencies": { - "startupOrders": [ - { - "aliases" : [ - "cartridge.my-esb", - "cartridge.my-php" - ] - } - ], - "terminationBehaviour": "terminate-none" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json b/samples/cartridges-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json deleted file mode 100644 index fca40f3..0000000 --- a/samples/cartridges-groups/esb-php-nested-with-esb-php-nested-with-mysql-php.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "esb-php-nested-with-esb-php-nested-with-mysql-php", - "groups": [ - { - "name": "esb-php-nested-with-mysql-php", - "groups": [ - { - "name": "mysql-php", - "cartridges": [ - "mysql", - "php" - ] - } - ], - "cartridges": [ - "esb", - "php" - ] - } - ], - "cartridges": [ - "esb", - "php" - ] -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group1.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group1.json b/samples/cartridges-groups/group1.json deleted file mode 100644 index 652e9bd..0000000 --- a/samples/cartridges-groups/group1.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "group1", - "groups": [ - { - "name": "group2", - "cartridges": [ - "c3", - "c2" - ], - "dependencies": { - "startupOrders": [ - { - "aliases" : [ - "cartridge.my-c3-group2", - "cartridge.my-c2-group2" - ] - } - ], - "terminationBehaviour": "terminate-all" - } - } - ], - "cartridges": [ - "c1" - ], - "dependencies": { - "startupOrders": [ - { - "aliases" : [ - "cartridge.my-c1-group1", - "group.my-group2" - ] - } - ], - "terminationBehaviour": "terminate-dependents" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group1b.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group1b.json b/samples/cartridges-groups/group1b.json deleted file mode 100644 index 2ed4b8e..0000000 --- a/samples/cartridges-groups/group1b.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "group2", - "cartridges": [ - "c2", - "c3" - ], - "dependencies": { - "startupOrders": [ - { - "aliases" : [ - "cartridge.my-c3", - "cartridge.my-c2" - ] - } - ], - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group6c.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c.json b/samples/cartridges-groups/group6c.json deleted file mode 100644 index 4b24b02..0000000 --- a/samples/cartridges-groups/group6c.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "group6", - "groups": [ - { - "name": "group7", - "cartridges": [ - "tomcat1" - ] - } - ], - "cartridges": [ - "tomcat2" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group6c3.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c3.json b/samples/cartridges-groups/group6c3.json deleted file mode 100644 index a7cc378..0000000 --- a/samples/cartridges-groups/group6c3.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "group6", - "groups": [ - { - "name": "group7", - "cartridges": [ - "tomcat1" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } - } - ], - "cartridges": [ - "tomcat2" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group6c4.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c4.json b/samples/cartridges-groups/group6c4.json deleted file mode 100644 index 1393ca8..0000000 --- a/samples/cartridges-groups/group6c4.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "group6", - "cartridges": [ - "tomcat" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group6c5.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c5.json b/samples/cartridges-groups/group6c5.json deleted file mode 100644 index 6110630..0000000 --- a/samples/cartridges-groups/group6c5.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "group6", - "cartridges": [ - "tomcat1" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group6c6.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c6.json b/samples/cartridges-groups/group6c6.json deleted file mode 100644 index 23b76e9..0000000 --- a/samples/cartridges-groups/group6c6.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "group6", - "cartridges": [ - "tomcat2", - "tomcat1" - ], - "dependencies": { - "startupOrders": [ - { - "aliases" : [ - "cartridge.tomcat2", - "cartridge.tomcat1" - ] - } - ], - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group6c7.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group6c7.json b/samples/cartridges-groups/group6c7.json deleted file mode 100644 index f693153..0000000 --- a/samples/cartridges-groups/group6c7.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "group6", - "groups": [ - { - "name": "group7", - "cartridges": [ - "tomcat", "tomcat1" - ], - "dependencies": { - "terminationBehaviour": "terminate-none", - "startupOrders": [] - } - }, - { - "name": "group-tom2", - "dependencies": { - "terminationBehaviour": "terminate-none", - "startupOrders": [] - }, - "cartridges": [ - "tomcat2","tomcat3" - ] - } - ] -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group8c.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group8c.json b/samples/cartridges-groups/group8c.json deleted file mode 100644 index f389b0c..0000000 --- a/samples/cartridges-groups/group8c.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "group8", - "groups": [ - { - "name": "group9", - "cartridges": [ - "tomcat1" - ] - } - ], - "cartridges": [ - "tomcat2" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/group8c3.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/group8c3.json b/samples/cartridges-groups/group8c3.json deleted file mode 100644 index ff37358..0000000 --- a/samples/cartridges-groups/group8c3.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "group8", - "groups": [ - { - "name": "group9", - "cartridges": [ - "tomcat1" - ] - } - ], - "cartridges": [ - "tomcat2", - "tomcat1" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/mysql-php-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/mysql-php-group.json b/samples/cartridges-groups/mysql-php-group.json deleted file mode 100644 index d55326b..0000000 --- a/samples/cartridges-groups/mysql-php-group.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "mysql-php-group", - "cartridges": [ - "mysql", - "php" - ], - "dependencies": { - "startupOrders": [ - { - "aliases": [ - "cartridge.my-mysql", - "cartridge.my-php" - ] - } - ], - "scalingDependents": [ - { - "aliases": [ - "cartridge.my-mysql", - "cartridge.my-php" - ] - } - ], - "terminationBehaviour": "terminate-none" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/n-level-nesting.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/n-level-nesting.json b/samples/cartridges-groups/n-level-nesting.json deleted file mode 100644 index 8e2b318..0000000 --- a/samples/cartridges-groups/n-level-nesting.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "n-level-nesting", - "groups": [ - { - "name": "level-one-group", - "cartridges": [ - "esb", - "tomcat" - ], - "groups": [ - { - "name": "level-two-group", - "cartridges": [ - "esb", - "tomcat" - ], - "groups": [ - { - "name": "level-three-group", - "cartridges": [ - "esb", - "tomcat" - ], - "groups": [ - { - "name": "level-four-group", - "cartridges": [ - "esb", - "tomcat" - ], - "groups": [ - { - "name": "level-five-group", - "cartridges": [ - "esb", - "tomcat" - ] - } - ] - } - ] - } - ] - } - ] - } - ] -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/tomcat-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/tomcat-group.json b/samples/cartridges-groups/tomcat-group.json deleted file mode 100644 index 2bdcfb6..0000000 --- a/samples/cartridges-groups/tomcat-group.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "tomcat-group", - "groups": [ - { - "name": "tomcat-group", - "cartridges": [ - "tomcat1", - "tomcat2" - ] - } - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -} - http://git-wip-us.apache.org/repos/asf/stratos/blob/ca736572/samples/cartridges-groups/tomcat2-group.json ---------------------------------------------------------------------- diff --git a/samples/cartridges-groups/tomcat2-group.json b/samples/cartridges-groups/tomcat2-group.json deleted file mode 100644 index 191c8b6..0000000 --- a/samples/cartridges-groups/tomcat2-group.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "tomcat2-group", - "cartridges": [ - "tomcat2" - ], - "dependencies": { - "terminationBehaviour": "terminate-all" - } -}
