Adding changes to configuration in voltha

Change-Id: I17aa46165a16311d39a6a1b4c36ebb8d65ff27aa
diff --git a/docker/config/netcfg.json b/docker/config/netcfg.json
index e5646c9..1627054 100644
--- a/docker/config/netcfg.json
+++ b/docker/config/netcfg.json
@@ -1,53 +1,33 @@
 {
   "apps": {
-    "org.onosproject.igmp": {
-      "ssmTranslate": [
-        {
-          "source": "1.2.3.4",
-          "group": "229.0.0.1"
-        },
-        {
-          "source": "2.3.4.5",
-          "group": "229.0.0.2"
-        },
-        {
-          "source": "1.2.3.4",
-          "group": "229.0.0.3"
-        },
-        {
-          "source": "1.2.3.4",
-          "group": "229.0.0.4"
-        },
-        {
-          "source": "2.3.4.5",
-          "group": "229.0.0.5"
-        }
-      ]
-    },
-    "org.onosproject.aaa": {
+    "org.opencord.aaa": {
       "AAA": {
-        "radiusIp": "172.25.0.100",
+        "radiusIp": "1.2.3.4",
+	    "nasIp": "5.6.7.8",
         "radiusServerPort": "1812",
-        "radiusSecret": "SECRET"
-      }
-    },
-    "org.onosproject.dhcp": {
-      "dhcp": {
-        "ip": "10.1.11.50",
-        "mac": "ca:fe:ca:fe:ca:fe",
-        "subnet": "255.255.252.0",
-        "broadcast": "10.1.11.255",
-        "router": "10.1.8.1",
-        "domain": "8.8.8.8",
-        "ttl": "63",
-        "lease": "300",
-        "renew": "150",
-        "rebind": "200",
-        "delay": "2",
-        "timeout": "150",
-        "startip": "10.1.11.51",
-        "endip": "10.1.11.100"
-      }
+        "radiusSecret": "letmein",
+	"bindings" : [
+		{
+		 "mac" : "de:ad:be:ef:ba:11",
+		 "s-tag" : 2,
+		 "c-tag" : 2,
+         "nas_port_id" : "location"
+		},
+                {
+         "mac" : "de:ad:be:ef:ca:fe",
+         "s-tag" : 2,
+         "c-tag" : 122,
+         "nas_port_id" : "location"
+        }
+	  ] 
+    }
+ },
+    "org.onosproject.dhcp-relay" : {
+           "dhcprelay" : {
+               "dhcpserverConnectPoint" : "of:00000cafecafecafe/4",
+               "serverip" : "11.11.11.11",
+               "gatewayip" : "9.9.9.9"
+           }
     }
   },
   "devices": {
@@ -57,7 +37,7 @@
       },
       "accessDevice": {
         "uplink": "0",
-        "vlan": "1000"
+        "vlan": "2"
       }
     },
     "of:0000000000000002": {
@@ -105,6 +85,43 @@
         "vlan": "1005"
       }
     }
+  },
+  "ports" : { 
+	"of:0000000000000001/2" : {
+           "interfaces" : [
+               {
+                   "name" : "yoyoma1",
+                   "ips"  : [ "10.0.2.1/24" ],
+                   "mac"  : "00:00:00:01:01:00"
+               }
+           ]
+        },
+	"of:00000cafecafecafe/3" : {
+           "interfaces" : [
+               {
+                   "name" : "yoyoma",
+                   "ips"  : [ "10.0.2.2/24" ],
+                   "mac"  : "00:00:00:01:02:00"
+               }
+           ]
+        },"of:00000cafecafecafe/2" : {
+           "interfaces" : [
+               {
+                   "name" : "yoyoma2",
+                   "ips"  : [ "10.0.2.3/24" ],
+                   "mac"  : "00:00:00:01:03:00"
+               }
+           ]
+        },
+	"of:00000cafecafecafe/4" : {
+           "interfaces" : [
+               {
+                   "name" : "yoyoma4",
+                   "ips"  : [ "10.0.2.4/24" ],
+                   "mac"  : "00:00:00:01:04:00"
+               }
+           ]
+        }
 
   }
 }