[VOL-3123] Build pipeline support for in band OLT management through ports configuration on AGG

Change-Id: Ie1fd86e56cb5b7a9bf20d7b452114a281d85c795
diff --git a/tosca-configs/voltha/onf-demo-pod-onos-netcfg-switch-inband.json b/tosca-configs/voltha/onf-demo-pod-onos-netcfg-switch-inband.json
new file mode 100644
index 0000000..0ec3999
--- /dev/null
+++ b/tosca-configs/voltha/onf-demo-pod-onos-netcfg-switch-inband.json
@@ -0,0 +1,41 @@
+{
+  "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"
+      }
+    }
+  },
+  "ports" : {
+    "of:0000000000000001/16" : {
+      "interfaces" : [
+        { "name" : "voltha-intf", "vlan-untagged": 4093 }
+      ]
+    },
+    "of:0000000000000001/31" : {
+      "interfaces" : [
+        { "name" : "bng-intf", "vlan-tagged": 4093 }
+      ]
+    },
+    "of:0000000000000001/1" : {
+      "interfaces" : [
+        { "name" : "olt-intf", "vlan-tagged": [4093] }
+      ]
+    }
+  },
+  "apps": {
+    "org.opencord.dhcpl2relay" : {
+      "dhcpl2relay" : {
+        "useOltUplinkForServerPktInOut" : true
+      }
+    }
+  }
+}