blob: 0b61e65ecb5fcc3467c158968be645c8956231e3 [file] [log] [blame]
Gamze Abaka641fc072018-09-04 09:16:27 +00001{
2"apps" : {
3 "org.opencord.sadis" : {
4 "sadis" : {
5 "integration" : {
6 "cache" : {
7 "enabled" : true,
8 "maxsize" : 50,
9 "ttl" : "PT1m"
10 }
11 },
12 "entries" : [ {
13 "id" : "s1-eth1",
14 "cTag" : 2,
15 "sTag" : 4,
16 "nasPortId" : "s1-eth1"
17 }, {
18 "id" : "1",
19 "hardwareIdentifier" : "00:00:00:00:00:01",
20 "ipAddress" : "127.0.0.1",
21 "uplinkPort": "2"
22 } ]
23 }
24 }
25 },
26 "devices":{
27 "of:0000000000000001":{
28 "basic":{
29 "driver":"pmc-olt"
30 }
31 }
32 }
33}