Modifications in JSONs for GBPSFC demo
[integration/test.git] / csit / variables / gbp / demo-gbp1 / tunels.json
index 50f180778c412b767477719bef7e10dc240fe933..a9d3cc5bc898dc57bb02d2d633dc3c19bc6ef0d1 100644 (file)
@@ -1,9 +1,9 @@
 {
-    "opendaylight-inventory: nodes": {
+    "nodes": {
         "node": [
             {
                 "id": "openflow: 1",
-                "ofoverlay: tunnel": [
+                "ofoverlay:tunnel": [
                     {
                         "tunnel-type": "overlay: tunnel-type-vxlan-gpe",
                         "node-connector-id": "openflow: 1: 1",
                     {
                         "tunnel-type": "overlay: tunnel-type-vxlan",
                         "node-connector-id": "openflow: 1: 2",
-                        "ip": "192.168.50.70",
+                        "ip": "CLASSIFIER1",
                         "port": 4789
                     }
                 ]
             },
             {
                 "id": "openflow: 2",
-                "ofoverlay: tunnel": [
+                "ofoverlay:tunnel": [
                     {
                         "tunnel-type": "overlay: tunnel-type-vxlan-gpe",
                         "node-connector-id": "openflow: 2: 1",
-                        "ip": "192.168.50.71",
+                        "ip": "CLASSIFIER2",
                         "port": 6633
                     },
                     {
                         "tunnel-type": "overlay: tunnel-type-vxlan",
                         "node-connector-id": "openflow: 2: 2",
-                        "ip": "SFF",
+                        "ip": "CLASSIFIER2",
                         "port": 4789
                     }
                 ]
             },
             {
                 "id": "openflow: 3",
-                "ofoverlay: tunnel": [
+                "ofoverlay:tunnel": [
                     {
                         "tunnel-type": "overlay: tunnel-type-vxlan-gpe",
                         "node-connector-id": "openflow: 3: 1",
-                        "ip": "192.168.50.72",
+                        "ip": "CLASSIFIER3",
                         "port": 6633
                     },
                     {
                         "tunnel-type": "overlay: tunnel-type-vxlan",
                         "node-connector-id": "openflow: 3: 2",
-                        "ip": "CLASSIFIER2",
+                        "ip": "CLASSIFIER3",
                         "port": 4789
                     }
                 ]
             }
         ]
     }
-}
\ No newline at end of file
+}