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:58:11 UTC

stratos git commit: Update php cartridge of gce IaaS

Repository: stratos
Updated Branches:
  refs/heads/master a02d1122c -> 8c571dfc3


Update php cartridge of gce IaaS


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

Branch: refs/heads/master
Commit: 8c571dfc358b5e88bcc03187f3a047b0e26cb614
Parents: a02d112
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Wed May 13 00:26:57 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Wed May 13 00:26:57 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/8c571dfc/samples/cartridges/gce/php.json
----------------------------------------------------------------------
diff --git a/samples/cartridges/gce/php.json b/samples/cartridges/gce/php.json
index 462dc1a..54586a5 100755
--- a/samples/cartridges/gce/php.json
+++ b/samples/cartridges/gce/php.json
@@ -24,7 +24,19 @@
     "iaasProvider": [
         {
             "type": "gce",
-            "property": []
+            "imageId": "stratos-base-v1",
+            "networkInterfaces": [
+                {
+                    "name": "network-non-routable",
+                    "networkUuid": "stratos-network"
+                }
+            ],
+            "property": [
+                {
+                    "name": "availabilityZone",
+                    "value": "europe-west1-b"
+                }
+            ]
         }
     ]
 }