You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2014/10/22 11:52:04 UTC

[2/2] git commit: adding tomcat1 artifacts

adding tomcat1 artifacts


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2720204e
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2720204e
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2720204e

Branch: refs/heads/4.0.0-grouping
Commit: 2720204e5d23673623a4ccdfda86375ddecd3be8
Parents: b9f7ea2
Author: reka <rt...@gmail.com>
Authored: Wed Oct 22 15:20:30 2014 +0530
Committer: reka <rt...@gmail.com>
Committed: Wed Oct 22 15:21:46 2014 +0530

----------------------------------------------------------------------
 .../samples/ec2/tomcat1.json                    | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/2720204e/tools/automation-sripts/grouping-automation-script/samples/ec2/tomcat1.json
----------------------------------------------------------------------
diff --git a/tools/automation-sripts/grouping-automation-script/samples/ec2/tomcat1.json b/tools/automation-sripts/grouping-automation-script/samples/ec2/tomcat1.json
new file mode 100755
index 0000000..0984fb9
--- /dev/null
+++ b/tools/automation-sripts/grouping-automation-script/samples/ec2/tomcat1.json
@@ -0,0 +1,33 @@
+{
+      "type": "tomcat1",
+      "provider": "apache",
+      "host": "isuruh.lk",
+      "displayName": "tomcat1",
+      "description": "tomcat1 Cartridge",
+      "version": "7",
+      "multiTenant": "false",
+      "portMapping": [
+         {
+            "protocol": "http",
+            "port": "80",
+            "proxyPort": "8280"
+         }
+       ],
+      "deployment": {
+        },
+       "iaasProvider": [
+	     {
+          "type": "ec2",
+          "imageId": "ap-southeast-1/ami-3c0f5d6e",
+          "maxInstanceLimit": "2",
+          "property": [
+          ]
+         }
+      ],
+     "loadBalancer": {
+        "property": {
+            "name": "no.load.balancer",
+            "value": "true"
+        }
+      },
+}