initial commit
diff --git a/onos-files/olt-onos-netcfg.json b/onos-files/olt-onos-netcfg.json
new file mode 100644
index 0000000..6fd4486
--- /dev/null
+++ b/onos-files/olt-onos-netcfg.json
@@ -0,0 +1,53 @@
+{
+  "devices": {
+    "of:0000aabbccddeeff": {
+      "basic": {
+        "driver": "voltha"
+      }
+    }
+  },
+  "apps": {
+    "org.opencord.aaa": {
+      "AAA": {
+        "radiusIp": "10.1.5.3",
+        "nasIp": "10.1.5.3",
+        "radiusServerPort": "1812",
+        "radiusSecret": "SECRET"
+      }
+    },
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": false,
+            "maxsize": 50,
+            "ttl": "PT0m"
+          }
+        },
+        "entries": [
+          {
+            "id": "PSMO12345678",
+            "cTag": 111,
+            "sTag": 222,
+            "nasPortId": "",
+            "circuitId": "",
+            "remoteId": ""
+          },
+          {
+            "id": "10.1.4.4:50060",
+            "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+            "ipAddress": "10.233.111.16",
+            "nasId": "10.1.4.4:50060",
+            "uplinkPort": 2
+          }
+        ]
+      }
+    },
+    "org.opencord.dhcpl2relay": {
+      "dhcpl2relay" : {
+        "dhcpServerConnectPoints" : [ "of:0000000000000001/1" ],
+        "useOltUplinkForServerPktInOut" : false
+      }
+    }
+  }
+}