blob: a839211093e50e755e6f772efa86983def101466 [file] [log] [blame]
Matt Jeanneret352fb7d2019-08-01 08:48:57 -04001{
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -04002 "devices": {
3 "of:00000000ac110001": {
4 "accessDevice": {
5 "uplink": "65536",
6 "vlan": "1"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -04007 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -04008 "basic": {
9 "driver": "voltha"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040010 }
11 }
12 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040013 "apps": {
14 "org.opencord.dhcpl2relay": {
15 "dhcpl2relay": {
16 "useOltUplinkForServerPktInOut": true
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040017 }
18 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040019 "org.opencord.kafka": {
20 "kafka": {
21 "bootstrapServers": "172.17.0.1:9092"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040022 }
23 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040024 "org.opencord.aaa": {
25 "AAA": {
26 "radiusIp": "172.17.0.1",
27 "radiusServerPort": "1812",
28 "radiusSecret": "SECRET",
29 "nasIp": "172.17.0.1",
30 "radiusConnectionType": "socket"
31 }
32 },
33 "org.opencord.sadis": {
34 "sadis": {
35 "integration": {
36 "cache": {
37 "enabled": true,
38 "maxsize": 50,
39 "ttl": "PT1m"
Matt Jeanneret352fb7d2019-08-01 08:48:57 -040040 }
41 },
Matt Jeanneret8c8dd1f2019-08-21 12:26:52 -040042 "entries": [
43 {
44 "id": "BBSIMOLT000",
45 "uplinkPort": 65536,
46 "hardwareIdentifier": "00:00:ac:11:00:01",
47 "ipAddress": "172.17.0.1",
48 "nasId": "BBSIMOLT000"
49 },
50 {
51 "id": "BBSM00000001-1",
52 "cTag": 900,
53 "sTag": 900,
54 "nasPortId": "BBSM00000001-1",
55 "circuitId": "BBSM00000001-1",
56 "remoteId": "BBSIMOLT000",
57 "technologyProfileId": 64,
58 "upstreamBandwidthProfile": "Default",
59 "downstreamBandwidthProfile": "Default"
60 },
61 {
62 "id": "BBSM00000001-2",
63 "cTag": 900,
64 "sTag": 900,
65 "nasPortId": "BBSM00000001-2",
66 "circuitId": "BBSM00000001-2",
67 "remoteId": "BBSIMOLT000",
68 "technologyProfileId": 64,
69 "upstreamBandwidthProfile": "Default",
70 "downstreamBandwidthProfile": "Default"
71 },
72 {
73 "id": "BBSM00000001-3",
74 "cTag": 900,
75 "sTag": 900,
76 "nasPortId": "BBSM00000001-3",
77 "circuitId": "BBSM00000001-3",
78 "remoteId": "BBSIMOLT000",
79 "technologyProfileId": 64,
80 "upstreamBandwidthProfile": "Default",
81 "downstreamBandwidthProfile": "Default"
82 },
83 {
84 "id": "BBSM00000001-4",
85 "cTag": 900,
86 "sTag": 900,
87 "nasPortId": "BBSM00000001-4",
88 "circuitId": "BBSM00000001-4",
89 "remoteId": "BBSIMOLT000",
90 "technologyProfileId": 64,
91 "upstreamBandwidthProfile": "Default",
92 "downstreamBandwidthProfile": "Default"
93 }
94 ]
95 },
96 "bandwidthprofile": {
97 "integration": {
98 "cache": {
99 "enabled": true,
100 "maxsize": 40,
101 "ttl": "PT1m"
102 }
103 },
104 "entries": [
105 {
106 "id": "Default",
107 "cir": 1000000,
108 "cbs": 1001,
109 "eir": 1002,
110 "ebs": 1003,
111 "air": 1004
112 }
113 ]
Matt Jeanneret352fb7d2019-08-01 08:48:57 -0400114 }
115 }
116 }
117}