You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/05/12 20:32:56 UTC

stratos git commit: Adding php cartridge for gce IaaS

Repository: stratos
Updated Branches:
  refs/heads/master 64c8f5ab9 -> feb7b0863


Adding php cartridge for gce IaaS


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

Branch: refs/heads/master
Commit: feb7b08630749e152aefe9a0f5f23c43b965ac73
Parents: 64c8f5a
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Wed May 13 00:01:59 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Wed May 13 00:02:49 2015 +0530

----------------------------------------------------------------------
 samples/cartridges/gce/php.json | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/feb7b086/samples/cartridges/gce/php.json
----------------------------------------------------------------------
diff --git a/samples/cartridges/gce/php.json b/samples/cartridges/gce/php.json
new file mode 100755
index 0000000..462dc1a
--- /dev/null
+++ b/samples/cartridges/gce/php.json
@@ -0,0 +1,30 @@
+{
+    "type": "php",
+    "provider": "apache",
+    "category": "data",
+    "host": "php.stratos.org",
+    "displayName": "php",
+    "description": "php Cartridge",
+    "version": "7",
+    "multiTenant": "false",
+    "portMapping": [
+        {
+            "protocol": "http",
+            "port": "80",
+            "proxyPort": "8280"
+        },
+        {
+            "protocol": "tcp",
+            "port": "22",
+            "proxyPort": "8222"
+        }
+    ],
+    "deployment": {
+    },
+    "iaasProvider": [
+        {
+            "type": "gce",
+            "property": []
+        }
+    ]
+}