CSIT scripts for Genius project
[integration/test.git] / csit / variables / genius / Itm_creation_no_vlan.json
diff --git a/csit/variables/genius/Itm_creation_no_vlan.json b/csit/variables/genius/Itm_creation_no_vlan.json
new file mode 100644 (file)
index 0000000..c41fcc5
--- /dev/null
@@ -0,0 +1,27 @@
+{
+    "transport-zone": [
+        {
+            "subnets": [
+                {
+                    "gateway-ip": "0.0.0.0",
+                    "prefix": "1.1.1.1/24",
+                    "vlan-id": 0,
+                    "vteps": [
+                        {
+                            "dpn-id": 101,
+                            "ip-address": "2.2.2.2",
+                            "portname": "BR1-eth1"
+                        },
+                        {
+                            "dpn-id": 102,
+                            "ip-address": "3.3.3.3",
+                            "portname": "BR2-eth1"
+                        }
+                    ]
+                }
+            ],
+            "tunnel-type": "odl-interface:tunnel-type-vxlan",
+            "zone-name": "TZA"
+        }
+    ]
+}