Release 2.0.1.

Also no longer build in any netcfg.
Provide as an example.

Change-Id: Iaecc600cc8fdad79ebd0c11676cf5a2645dd8c95
diff --git a/VERSION b/VERSION
index c10edc3..38f77a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.0-dev
+2.0.1
diff --git a/network-cfg-example.json b/network-cfg-example.json
new file mode 100644
index 0000000..4953482
--- /dev/null
+++ b/network-cfg-example.json
@@ -0,0 +1,65 @@
+{
+  "devices": {
+    "of:00000000ac110001": {
+      "accessDevice": {
+        "uplink": "65536",
+        "vlan": "1"
+      },
+      "basic": {
+        "driver": "voltha"
+      }
+    }
+  },
+  "apps": {
+    "org.opencord.dhcpl2relay": {
+      "dhcpl2relay": {
+        "useOltUplinkForServerPktInOut": true
+      }
+    },
+    "org.opencord.aaa": {
+      "AAA": {
+        "radiusIp": "172.17.0.1",
+        "radiusServerPort": "1812",
+        "radiusSecret": "SECRET",
+        "nasIp": "172.17.0.1",
+        "radiusConnectionType": "socket"
+      }
+    },
+    "org.opencord.sadis": {
+      "sadis": {
+        "integration": {
+          "cache": {
+            "enabled": true,
+            "maxsize": 50,
+            "ttl": "PT1m"
+          }
+        },
+        "entries": [
+          {
+            "id": "BBSIMOLT000",
+            "uplinkPort": 65536,
+            "hardwareIdentifier": "00:00:ac:11:00:01",
+            "ipAddress": "172.17.0.1",
+            "nasId": "BBSIMOLT000"
+          },
+          {
+            "id": "BBSM00000001-1",
+            "cTag": 900,
+            "sTag": 900,
+            "nasPortId": "BBSM00000001-1",
+            "circuitId": "BBSM00000001-1",
+            "remoteId": "BBSIMOLT000"
+          },
+          {
+            "id": "BBSM00000002-1",
+            "cTag": 901,
+            "sTag": 901,
+            "nasPortId": "BBSM00000002-1",
+            "circuitId": "BBSM00000002-1",
+            "remoteId": "BBSIMOLT000"
+          }
+        ]
+      }
+    }
+  }
+}
diff --git a/network-cfg.json b/network-cfg.json
index 1ccd56b..8f78406 100644
--- a/network-cfg.json
+++ b/network-cfg.json
@@ -1,69 +1,4 @@
 {
-  "devices" : {
-    "of:000000000a4001cf" : {
-      "accessDevice" : {
-        "uplink" : "65536",
-        "vlan" : "1"
-      },
-      "basic" : {
-        "driver" : "voltha"
-      }
-    }
-  },
-  "apps" : {
-    "org.opencord.dhcpl2relay" : {
-      "dhcpl2relay" : {
-        "useOltUplinkForServerPktInOut" : true
-      }
-    },
-    "org.opencord.aaa" : {
-      "AAA" : {
-        "radiusIp" : "172.16.0.1",
-        "radiusServerPort" : "1645",
-        "radiusSecret" : "secret",
-        "nasIp" : "172.16.0.10",
-        "radiusConnectionType" : "socket",
-        "packetCustomizer" : "att"
-      }
-    },
-    "org.opencord.sadis" : {
-      "sadis" : {
-        "integration" : {
-          "cache" : {
-            "enabled" : true,
-            "maxsize" : 50,
-            "ttl" : "PT1m"
-          }
-        },
-        "entries" : [ {
-          "id" : "EC1829000886",
-          "uplinkPort" : 65536,
-          "hardwareIdentifier" : "3c:2c:99:f7:c6:82",
-          "ipAddress" : "10.64.1.207",
-          "nasId" : "ATLEDGEVOLT1"
-        }, {
-          "id" : "BRCM33333333-1",
-          "cTag" : 22,
-          "sTag" : 13,
-          "nasPortId" : "PON 1/1/3/1:3.1.1",
-          "circuitId" : "PON 1/1/3/1:3.1.1-CID",
-          "remoteId" : "ATLEDGEVOLT1-RID"
-         }, {
-          "id" : "BRCM33333333-2",
-          "cTag" : 23,
-          "sTag" : 13,
-          "nasPortId" : "PON 1/1/3/1:4.1.1",
-          "circuitId" : "PON 1/1/3/1:4.1.1-CID",
-          "remoteId" : "ATLEDGEVOLT1-RID"
-         }, {
-          "id" : "BRCM33333333-3",
-          "cTag" : 24,
-          "sTag" : 13,
-          "nasPortId" : "PON 1/1/3/1:5.1.1",
-          "circuitId" : "PON 1/1/3/1:5.1.1-CID",
-          "remoteId" : "ATLEDGEVOLT1-RID"
-        }]
-      }
-    }
-  }
+  "devices": {},
+  "apps": {}
 }