Remove variables and libraries for groupbasedpolicy
[integration/test.git] / csit / variables / gbp / 6node / tunnels.json
diff --git a/csit/variables/gbp/6node/tunnels.json b/csit/variables/gbp/6node/tunnels.json
deleted file mode 100644 (file)
index 10eeb3b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-{
-    "opendaylight-inventory: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:6",
-                "ofoverlay:tunnel": [
-                    {
-                        "tunnel-type": "overlay:tunnel-type-vxlan-gpe",
-                        "node-connector-id": "openflow:6:1",
-                        "ip": "_CLASSIFIER2",
-                        "port": 6633
-                    },
-                    {
-                        "tunnel-type": "overlay:tunnel-type-vxlan",
-                        "node-connector-id": "openflow:6:2",
-                        "ip": "_CLASSIFIER2",
-                        "port": 4789
-                    }
-                ]
-            }
-        ]
-    }
-}
\ No newline at end of file