[VOL-1953]updated netcfg for switch config

Change-Id: Iadbc53730df2b1dbced4f9fe80b99f670812f124
diff --git a/tosca-configs/voltha/flex-ocp-cord-onos-netcfg-switch.json b/tosca-configs/voltha/flex-ocp-cord-onos-netcfg-switch.json
new file mode 100644
index 0000000..ed8fe4c
--- /dev/null
+++ b/tosca-configs/voltha/flex-ocp-cord-onos-netcfg-switch.json
@@ -0,0 +1,17 @@
+{
+  "devices": {
+    "of:0000000000000001" : {
+      "segmentrouting" : {
+        "name" : "Leaf-R1",
+        "ipv4NodeSid" : 101,
+        "ipv4Loopback" : "10.6.1.254",
+        "routerMac" : "00:00:00:00:01:80",
+        "isEdgeRouter" : true,
+        "adjacencySids" : []
+      },
+      "basic" : {
+        "driver" : "ofdpa3"
+      }
+    }
+  }
+}