Release 2.0.1.
Also no longer build in any netcfg.
Provide as an example.
Change-Id: Iaecc600cc8fdad79ebd0c11676cf5a2645dd8c95
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": {}
}