Integration tests for GBP and GBP-SFC
[integration/test.git] / csit / variables / gbp / gbp2-multitenant / tunnels.json
diff --git a/csit/variables/gbp/gbp2-multitenant/tunnels.json b/csit/variables/gbp/gbp2-multitenant/tunnels.json
new file mode 100644 (file)
index 0000000..a61e046
--- /dev/null
@@ -0,0 +1,57 @@
+{
+    "nodes": {
+        "node": [
+            {
+                "id": "openflow:1",
+                "ofoverlay:tunnel": [
+                    {
+                        "tunnel-type": "overlay: tunnel-type-vxlan-gpe",
+                        "node-connector-id": "openflow:1:1",
+                        "ip": "_CLASSIFIER1",
+                        "port": 6633
+                    },
+                    {
+                        "tunnel-type": "overlay: tunnel-type-vxlan",
+                        "node-connector-id": "openflow:1:2",
+                        "ip": "_CLASSIFIER1",
+                        "port": 4789
+                    }
+                ]
+            },
+            {
+                "id": "openflow:2",
+                "ofoverlay:tunnel": [
+                    {
+                        "tunnel-type": "overlay: tunnel-type-vxlan-gpe",
+                        "node-connector-id": "openflow:2:1",
+                        "ip": "_CLASSIFIER2",
+                        "port": 6633
+                    },
+                    {
+                        "tunnel-type": "overlay: tunnel-type-vxlan",
+                        "node-connector-id": "openflow:2:2",
+                        "ip": "_CLASSIFIER2",
+                        "port": 4789
+                    }
+                ]
+            },
+            {
+                "id": "openflow:3",
+                "ofoverlay:tunnel": [
+                    {
+                        "tunnel-type": "overlay: tunnel-type-vxlan-gpe",
+                        "node-connector-id": "openflow:3:1",
+                        "ip": "_CLASSIFIER3",
+                        "port": 6633
+                    },
+                    {
+                        "tunnel-type": "overlay: tunnel-type-vxlan",
+                        "node-connector-id": "openflow:3:2",
+                        "ip": "_CLASSIFIER3",
+                        "port": 4789
+                    }
+                ]
+            }
+        ]
+    }
+}
\ No newline at end of file