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:37:15 UTC

stratos git commit: Adding network partition for gce IaaS

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


Adding network partition 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/a02d1122
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a02d1122
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a02d1122

Branch: refs/heads/master
Commit: a02d1122c9967757d8c9c3cf82c95d56fe00a548
Parents: feb7b08
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Wed May 13 00:07:03 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Wed May 13 00:07:03 2015 +0530

----------------------------------------------------------------------
 .../network-partitions/gce/network-partition-1.json  | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/a02d1122/samples/network-partitions/gce/network-partition-1.json
----------------------------------------------------------------------
diff --git a/samples/network-partitions/gce/network-partition-1.json b/samples/network-partitions/gce/network-partition-1.json
new file mode 100644
index 0000000..177e7d2
--- /dev/null
+++ b/samples/network-partitions/gce/network-partition-1.json
@@ -0,0 +1,15 @@
+{
+    "id": "network-partition-1",
+    "provider": "gce",
+    "partitions": [
+        {
+            "id": "partition-1",
+            "property": [
+                {
+                    "name": "region",
+                    "value": "default"
+                }
+            ]
+        }
+    ]
+}