Merge branch 'samples' with 'master'
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/49cac9ba Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/49cac9ba Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/49cac9ba Branch: refs/heads/master Commit: 49cac9ba90a58fbfb892592d2544a3b3447bcc3d Parents: 3ae231b aaa8a0f Author: Isuru Haththotuwa <[email protected]> Authored: Thu Apr 30 11:55:48 2015 +0530 Committer: Isuru Haththotuwa <[email protected]> Committed: Thu Apr 30 11:55:48 2015 +0530 ---------------------------------------------------------------------- .../tests/SampleApplicationsTest.java | 2 +- .../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 - .../applications/complex-app-with-lb/README.md | 13 -- .../artifacts/application.json | 141 ------------- .../scripts/common/deploy.sh | 67 ------ .../scripts/common/undeploy.sh | 31 --- .../complex-app-with-lb/scripts/ec2/deploy.sh | 9 - .../complex-app-with-lb/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../complex-app-with-lb/scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/complex-app/README.md | 13 -- .../complex-app/artifacts/application.json | 131 ------------ .../artifacts/autoscaling-policy.json | 14 -- .../artifacts/deployment-policy.json | 15 -- .../complex-app/scripts/common/deploy.sh | 64 ------ .../complex-app/scripts/common/undeploy.sh | 36 ---- .../complex-app/scripts/ec2/deploy.sh | 9 - .../complex-app/scripts/ec2/undeploy.sh | 7 - .../complex-app/scripts/kubernetes/deploy.sh | 15 -- .../complex-app/scripts/kubernetes/undeploy.sh | 13 -- .../complex-app/scripts/mock/deploy.sh | 9 - .../complex-app/scripts/mock/undeploy.sh | 7 - .../complex-app/scripts/openstack/deploy.sh | 9 - .../complex-app/scripts/openstack/undeploy.sh | 7 - .../README.md | 10 + .../artifacts/application.json | 121 +++++++++++ .../scripts/common/add-domain-mappings.sh | 9 + .../scripts/common/add-network-partition.sh | 9 + .../scripts/common/deploy.sh | 65 ++++++ .../scripts/common/get-application-runtime.sh | 10 + .../scripts/common/list-domain-mappings.sh | 4 + .../scripts/common/list-network-partition.sh | 4 + .../scripts/common/undeploy.sh | 37 ++++ .../scripts/common/update-deployment-policy.sh | 12 ++ .../scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../complex/tomcat-single-signon/README.md | 30 +++ .../artifacts/application.json | 38 ++++ .../scripts/common/deploy.sh | 54 +++++ .../scripts/common/undeploy.sh | 27 +++ .../tomcat-single-signon/scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../tomcat-single-signon/scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../complex/wordpress-app/README.md | 20 ++ .../wordpress-app/artifacts/application.json | 41 ++++ .../wordpress-app/scripts/common/deploy.sh | 60 ++++++ .../wordpress-app/scripts/common/undeploy.sh | 35 ++++ .../complex/wordpress-app/scripts/ec2/deploy.sh | 9 + .../wordpress-app/scripts/ec2/undeploy.sh | 7 + .../wordpress-app/scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../wordpress-app/scripts/mock/deploy.sh | 9 + .../wordpress-app/scripts/mock/undeploy.sh | 7 + .../wordpress-app/scripts/openstack/deploy.sh | 9 + .../wordpress-app/scripts/openstack/undeploy.sh | 7 + .../sample-cartridges/README.md | 13 -- .../artifacts/application.json | 46 ----- .../sample-cartridges/scripts/common/deploy.sh | 53 ----- .../scripts/common/undeploy.sh | 21 -- .../sample-cartridges/scripts/ec2/deploy.sh | 9 - .../sample-cartridges/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../sample-cartridges/scripts/mock/deploy.sh | 9 - .../sample-cartridges/scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - .../dependent-scaling/sample-groups/README.md | 13 -- .../sample-groups/artifacts/application.json | 74 ------- .../sample-groups/scripts/common/deploy.sh | 58 ------ .../sample-groups/scripts/common/undeploy.sh | 25 --- .../sample-groups/scripts/ec2/deploy.sh | 9 - .../sample-groups/scripts/ec2/undeploy.sh | 7 - .../sample-groups/scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../sample-groups/scripts/mock/deploy.sh | 9 - .../sample-groups/scripts/mock/undeploy.sh | 7 - .../sample-groups/scripts/openstack/deploy.sh | 9 - .../sample-groups/scripts/openstack/undeploy.sh | 7 - .../README.md | 23 --- .../artifacts/application.json | 141 ------------- .../scripts/common/deploy.sh | 64 ------ .../scripts/common/undeploy.sh | 35 ---- .../scripts/ec2/deploy.sh | 9 - .../scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/group-cartridges/README.md | 14 -- .../group-cartridges/artifacts/application.json | 49 ----- .../group-cartridges/scripts/common/deploy.sh | 63 ------ .../group-cartridges/scripts/common/undeploy.sh | 38 ---- .../group-cartridges/scripts/ec2/deploy.sh | 9 - .../group-cartridges/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../group-cartridges/scripts/mock/deploy.sh | 9 - .../group-cartridges/scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/group-scaling-v1/README.md | 18 -- .../group-scaling-v1/artifacts/application.json | 48 ----- .../group-scaling-v1/scripts/common/deploy.sh | 58 ------ .../group-scaling-v1/scripts/common/undeploy.sh | 29 --- .../group-scaling-v1/scripts/ec2/deploy.sh | 9 - .../group-scaling-v1/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../group-scaling-v1/scripts/mock/deploy.sh | 9 - .../group-scaling-v1/scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/group-scaling/README.md | 18 -- .../group-scaling/artifacts/application.json | 97 --------- .../group-scaling/scripts/common/deploy.sh | 72 ------- .../group-scaling/scripts/common/undeploy.sh | 33 --- .../group-scaling/scripts/ec2/deploy.sh | 9 - .../group-scaling/scripts/ec2/undeploy.sh | 7 - .../group-scaling/scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../group-scaling/scripts/mock/deploy.sh | 9 - .../group-scaling/scripts/mock/undeploy.sh | 7 - .../group-scaling/scripts/openstack/deploy.sh | 9 - .../group-scaling/scripts/openstack/undeploy.sh | 7 - samples/applications/more-complex-app/README.md | 14 -- .../more-complex-app/artifacts/application.json | 202 ------------------- .../more-complex-app/scripts/common/deploy.sh | 64 ------ .../more-complex-app/scripts/common/undeploy.sh | 31 --- .../more-complex-app/scripts/ec2/deploy.sh | 9 - .../more-complex-app/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../more-complex-app/scripts/mock/deploy.sh | 9 - .../more-complex-app/scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - .../n-level-nesting/artifacts/application.json | 184 ----------------- .../n-level-nesting/scripts/common/deploy.sh | 67 ------ .../n-level-nesting/scripts/common/undeploy.sh | 36 ---- .../n-level-nesting/scripts/ec2/deploy.sh | 9 - .../n-level-nesting/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../n-level-nesting/scripts/mock/deploy.sh | 9 - .../n-level-nesting/scripts/mock/undeploy.sh | 7 - .../n-level-nesting/scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/nested-group-v2/README.md | 30 --- .../nested-group-v2/artifacts/application.json | 97 --------- .../nested-group-v2/images/nested-group-app.png | Bin 22765 -> 0 bytes .../nested-group-v2/scripts/common/deploy.sh | 66 ------ .../nested-group-v2/scripts/common/undeploy.sh | 29 --- .../nested-group-v2/scripts/ec2/deploy.sh | 9 - .../nested-group-v2/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../nested-group-v2/scripts/mock/deploy.sh | 9 - .../nested-group-v2/scripts/mock/undeploy.sh | 7 - .../nested-group-v2/scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/nested-group/README.md | 14 -- .../nested-group/artifacts/application.json | 82 -------- .../nested-group/scripts/common/deploy.sh | 62 ------ .../nested-group/scripts/common/undeploy.sh | 29 --- .../scripts/common/update-deployment-policy.sh | 12 -- .../scripts/common/update-network-partition.sh | 11 - .../nested-group/scripts/ec2/deploy.sh | 9 - .../nested-group/scripts/ec2/undeploy.sh | 7 - .../nested-group/scripts/kubernetes/deploy.sh | 15 -- .../nested-group/scripts/kubernetes/undeploy.sh | 13 -- .../nested-group/scripts/mock/deploy.sh | 9 - .../nested-group/scripts/mock/undeploy.sh | 7 - .../scripts/mock/update-network-partition.sh | 6 - .../nested-group/scripts/openstack/deploy.sh | 9 - .../nested-group/scripts/openstack/undeploy.sh | 7 - .../openstack/update-network-partition.sh | 11 - .../nested/complex-app-with-lb/README.md | 13 ++ .../artifacts/application.json | 141 +++++++++++++ .../scripts/common/deploy.sh | 67 ++++++ .../scripts/common/undeploy.sh | 31 +++ .../complex-app-with-lb/scripts/ec2/deploy.sh | 9 + .../complex-app-with-lb/scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../complex-app-with-lb/scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../README.md | 23 +++ .../artifacts/application.json | 141 +++++++++++++ .../scripts/common/deploy.sh | 64 ++++++ .../scripts/common/undeploy.sh | 35 ++++ .../scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../artifacts/application.json | 184 +++++++++++++++++ .../scripts/common/deploy.sh | 67 ++++++ .../scripts/common/undeploy.sh | 36 ++++ .../scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../single-level-nested-group-app/README.md | 14 ++ .../artifacts/application.json | 82 ++++++++ .../scripts/common/deploy.sh | 62 ++++++ .../scripts/common/undeploy.sh | 29 +++ .../scripts/common/update-deployment-policy.sh | 12 ++ .../scripts/common/update-network-partition.sh | 11 + .../scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/mock/update-network-partition.sh | 6 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../openstack/update-network-partition.sh | 11 + .../single-level-nested-groups-app/README.md | 13 ++ .../artifacts/application.json | 131 ++++++++++++ .../artifacts/autoscaling-policy.json | 14 ++ .../artifacts/deployment-policy.json | 15 ++ .../scripts/common/deploy.sh | 64 ++++++ .../scripts/common/undeploy.sh | 36 ++++ .../scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../README.md | 10 - .../artifacts/application.json | 121 ----------- .../scripts/common/add-domain-mappings.sh | 9 - .../scripts/common/add-network-partition.sh | 9 - .../scripts/common/deploy.sh | 65 ------ .../scripts/common/get-application-runtime.sh | 10 - .../scripts/common/list-domain-mappings.sh | 4 - .../scripts/common/list-network-partition.sh | 4 - .../scripts/common/undeploy.sh | 37 ---- .../scripts/common/update-deployment-policy.sh | 12 -- .../scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scaling/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 + .../sample-cartridges/README.md | 13 ++ .../artifacts/application.json | 46 +++++ .../sample-cartridges/scripts/common/deploy.sh | 53 +++++ .../scripts/common/undeploy.sh | 21 ++ .../sample-cartridges/scripts/ec2/deploy.sh | 9 + .../sample-cartridges/scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../sample-cartridges/scripts/mock/deploy.sh | 9 + .../sample-cartridges/scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../dependent-scaling/sample-groups/README.md | 13 ++ .../sample-groups/artifacts/application.json | 74 +++++++ .../sample-groups/scripts/common/deploy.sh | 58 ++++++ .../sample-groups/scripts/common/undeploy.sh | 25 +++ .../sample-groups/scripts/ec2/deploy.sh | 9 + .../sample-groups/scripts/ec2/undeploy.sh | 7 + .../sample-groups/scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../sample-groups/scripts/mock/deploy.sh | 9 + .../sample-groups/scripts/mock/undeploy.sh | 7 + .../sample-groups/scripts/openstack/deploy.sh | 9 + .../sample-groups/scripts/openstack/undeploy.sh | 7 + .../group-scaling/group-scaling-app/README.md | 18 ++ .../artifacts/application.json | 97 +++++++++ .../group-scaling-app/scripts/common/deploy.sh | 72 +++++++ .../scripts/common/undeploy.sh | 33 +++ .../group-scaling-app/scripts/ec2/deploy.sh | 9 + .../group-scaling-app/scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../group-scaling-app/scripts/mock/deploy.sh | 9 + .../group-scaling-app/scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../group-scaling/group-scaling-v1/README.md | 18 ++ .../group-scaling-v1/artifacts/application.json | 48 +++++ .../group-scaling-v1/scripts/common/deploy.sh | 58 ++++++ .../group-scaling-v1/scripts/common/undeploy.sh | 29 +++ .../group-scaling-v1/scripts/ec2/deploy.sh | 9 + .../group-scaling-v1/scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../group-scaling-v1/scripts/mock/deploy.sh | 9 + .../group-scaling-v1/scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../single-group-group-scaling/README.md | 13 ++ .../artifacts/application.json | 33 +++ .../scripts/common/deploy.sh | 55 +++++ .../scripts/common/undeploy.sh | 28 +++ .../scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 15 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../simple/single-cartridge-app/README.md | 8 + .../artifacts/application-signup.json | 18 ++ .../artifacts/application.json | 25 +++ .../artifacts/domain-mappings.json | 9 + .../scripts/common/add-domain-mappings.sh | 9 + .../scripts/common/add-network-partition.sh | 9 + .../scripts/common/deploy.sh | 49 +++++ .../scripts/common/get-application-runtime.sh | 10 + .../scripts/common/list-domain-mappings.sh | 4 + .../scripts/common/list-network-partition.sh | 4 + .../scripts/common/undeploy.sh | 31 +++ .../scripts/common/update-deployment-policy.sh | 12 ++ .../single-cartridge-app/scripts/ec2/deploy.sh | 9 + .../scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../single-cartridge-app/scripts/mock/deploy.sh | 9 + .../scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + .../simple/single-group-app/README.md | 15 ++ .../single-group-app/artifacts/application.json | 72 +++++++ .../single-group-app/scripts/common/deploy.sh | 62 ++++++ .../single-group-app/scripts/common/undeploy.sh | 37 ++++ .../single-group-app/scripts/ec2/deploy.sh | 9 + .../single-group-app/scripts/ec2/undeploy.sh | 7 + .../scripts/kubernetes/deploy.sh | 16 ++ .../scripts/kubernetes/undeploy.sh | 13 ++ .../single-group-app/scripts/mock/deploy.sh | 9 + .../single-group-app/scripts/mock/undeploy.sh | 7 + .../scripts/openstack/deploy.sh | 9 + .../scripts/openstack/undeploy.sh | 7 + samples/applications/single-cartridge/README.md | 8 - .../artifacts/application-signup.json | 18 -- .../single-cartridge/artifacts/application.json | 25 --- .../artifacts/domain-mappings.json | 9 - .../scripts/common/add-domain-mappings.sh | 9 - .../scripts/common/add-network-partition.sh | 9 - .../single-cartridge/scripts/common/deploy.sh | 49 ----- .../scripts/common/get-application-runtime.sh | 10 - .../scripts/common/list-domain-mappings.sh | 4 - .../scripts/common/list-network-partition.sh | 4 - .../single-cartridge/scripts/common/undeploy.sh | 31 --- .../scripts/common/update-deployment-policy.sh | 12 -- .../single-cartridge/scripts/ec2/deploy.sh | 9 - .../single-cartridge/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../single-cartridge/scripts/mock/deploy.sh | 9 - .../single-cartridge/scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - .../single-group-cartridge/README.md | 15 -- .../artifacts/application.json | 72 ------- .../scripts/common/deploy.sh | 62 ------ .../scripts/common/undeploy.sh | 37 ---- .../scripts/ec2/deploy.sh | 9 - .../scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - .../single-group-group-scaling/README.md | 13 -- .../artifacts/application.json | 33 --- .../scripts/common/deploy.sh | 55 ----- .../scripts/common/undeploy.sh | 28 --- .../scripts/ec2/deploy.sh | 9 - .../scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/single-group-v1/README.md | 15 -- .../artifacts/application-up.json | 38 ---- .../single-group-v1/artifacts/application.json | 57 ------ .../single-group-v1/scripts/common/deploy.sh | 57 ------ .../single-group-v1/scripts/common/undeploy.sh | 35 ---- .../single-group-v1/scripts/ec2/deploy.sh | 9 - .../single-group-v1/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../single-group-v1/scripts/mock/deploy.sh | 9 - .../single-group-v1/scripts/mock/undeploy.sh | 7 - .../single-group-v1/scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/single-group-v2/README.md | 14 -- .../single-group-v2/artifacts/application.json | 72 ------- .../single-group-v2/scripts/common/deploy.sh | 59 ------ .../single-group-v2/scripts/common/undeploy.sh | 31 --- .../single-group-v2/scripts/ec2/deploy.sh | 9 - .../single-group-v2/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../single-group-v2/scripts/mock/deploy.sh | 9 - .../single-group-v2/scripts/mock/undeploy.sh | 7 - .../single-group-v2/scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/single-group-v3/README.md | 14 -- .../single-group-v3/artifacts/application.json | 34 ---- .../single-group-v3/scripts/common/deploy.sh | 53 ----- .../single-group-v3/scripts/common/undeploy.sh | 28 --- .../single-group-v3/scripts/ec2/deploy.sh | 9 - .../single-group-v3/scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 15 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../single-group-v3/scripts/mock/deploy.sh | 9 - .../single-group-v3/scripts/mock/undeploy.sh | 7 - .../single-group-v3/scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - .../applications/tomcat-single-signon/README.md | 30 --- .../artifacts/application.json | 38 ---- .../scripts/common/deploy.sh | 54 ----- .../scripts/common/undeploy.sh | 27 --- .../tomcat-single-signon/scripts/ec2/deploy.sh | 9 - .../scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../tomcat-single-signon/scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/tomcat/README.md | 18 -- .../tomcat/artifacts/application.json | 25 --- .../tomcat/scripts/common/deploy.sh | 53 ----- .../tomcat/scripts/common/undeploy.sh | 25 --- .../applications/tomcat/scripts/ec2/deploy.sh | 9 - .../applications/tomcat/scripts/ec2/undeploy.sh | 7 - .../tomcat/scripts/kubernetes/deploy.sh | 16 -- .../tomcat/scripts/kubernetes/undeploy.sh | 13 -- .../applications/tomcat/scripts/mock/deploy.sh | 9 - .../tomcat/scripts/mock/undeploy.sh | 7 - .../tomcat/scripts/openstack/deploy.sh | 9 - .../tomcat/scripts/openstack/undeploy.sh | 7 - .../wordpress-extended-v1/README.md | 22 -- .../artifacts/application.json | 62 ------ .../scripts/common/deploy.sh | 63 ------ .../scripts/common/undeploy.sh | 36 ---- .../wordpress-extended-v1/scripts/ec2/deploy.sh | 9 - .../scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - .../wordpress-extended-v2/README.md | 23 --- .../artifacts/application.json | 63 ------ .../scripts/common/deploy.sh | 63 ------ .../scripts/common/undeploy.sh | 36 ---- .../wordpress-extended-v2/scripts/ec2/deploy.sh | 9 - .../scripts/ec2/undeploy.sh | 7 - .../scripts/kubernetes/deploy.sh | 16 -- .../scripts/kubernetes/undeploy.sh | 13 -- .../scripts/mock/deploy.sh | 9 - .../scripts/mock/undeploy.sh | 7 - .../scripts/openstack/deploy.sh | 9 - .../scripts/openstack/undeploy.sh | 7 - samples/applications/wordpress/README.md | 20 -- .../wordpress/artifacts/application.json | 41 ---- .../wordpress/scripts/common/deploy.sh | 60 ------ .../wordpress/scripts/common/undeploy.sh | 35 ---- .../wordpress/scripts/ec2/deploy.sh | 9 - .../wordpress/scripts/ec2/undeploy.sh | 7 - .../wordpress/scripts/kubernetes/deploy.sh | 16 -- .../wordpress/scripts/kubernetes/undeploy.sh | 13 -- .../wordpress/scripts/mock/deploy.sh | 9 - .../wordpress/scripts/mock/undeploy.sh | 7 - .../wordpress/scripts/openstack/deploy.sh | 9 - .../wordpress/scripts/openstack/undeploy.sh | 7 - 525 files changed, 4375 insertions(+), 6755 deletions(-) ----------------------------------------------------------------------
