[VOL-2336] more files for infosys pod
Change-Id: I0b1b2d4a3cc1a7f0382349d68c4e57b875fc946b
diff --git a/tosca-configs/voltha/infosys-pod-onos-netcfg-switch.json b/tosca-configs/voltha/infosys-pod-onos-netcfg-switch.json
new file mode 100644
index 0000000..fea8c47
--- /dev/null
+++ b/tosca-configs/voltha/infosys-pod-onos-netcfg-switch.json
@@ -0,0 +1,25 @@
+{
+ "devices": {
+ "of:0000000000000001" : {
+ "segmentrouting" : {
+ "name" : "AGG_SWITCH",
+ "ipv4NodeSid" : 17,
+ "ipv4Loopback" : "10.6.1.254",
+ "routerMac" : "00:00:00:00:01:80",
+ "isEdgeRouter" : true,
+ "adjacencySids" : []
+ },
+ "basic" : {
+ "driver" : "ofdpa3"
+ }
+ }
+ },
+ "apps": {
+ "org.opencord.dhcpl2relay" : {
+ "dhcpl2relay" : {
+"dhcpServerConnectPoints" : [ "of:0000000000000001/3" ],
+ "useOltUplinkForServerPktInOut" : true
+ }
+ }
+ }
+}