[VOL-4212] Added k8s-config and tosca-config for flex multi-uni

Change-Id: I895f7d28cdeaa1bfc23d42914c414e47026fa424
diff --git a/tosca-configs/voltha/flex-ocp-cord-multi-uni-onos-netcfg-switch.json b/tosca-configs/voltha/flex-ocp-cord-multi-uni-onos-netcfg-switch.json
new file mode 100644
index 0000000..42a4c20
--- /dev/null
+++ b/tosca-configs/voltha/flex-ocp-cord-multi-uni-onos-netcfg-switch.json
@@ -0,0 +1,24 @@
+{
+  "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"
+      }
+    }
+  },
+  "apps": {
+    "org.opencord.dhcpl2relay" : {
+      "dhcpl2relay" : {
+        "useOltUplinkForServerPktInOut" : true
+      }
+    }
+  }
+}