blob: 7cd792ace2b4cf34c5f476f28ee54bf527a96749 [file] [log] [blame]
Gamze Abakaad329652018-12-20 10:12:21 +00001{
2 "apps" : {
3 "org.opencord.sadis" : {
4 "sadis" : {
5 "integration" : {
6 "cache" : {
7 "enabled" : true,
8 "maxsize" : 60,
9 "ttl" : "PT1m"
10 }
11 },
12 "entries" : [ {
13 "id" : "s1-eth1",
14 "cTag" : 2,
15 "sTag" : 4,
16 "nasPortId" : "s1-eth1",
17 "technologyProfileId" : 10,
18 "upstreamBandwidthProfile" : "High-Speed-Internet",
19 "downstreamBandwidthProfile" : "User1-Specific"
20 }, {
21 "id" : "1",
22 "hardwareIdentifier" : "00:00:00:00:00:01",
23 "ipAddress" : "127.0.0.1",
24 "uplinkPort": "2"
25 } ]
26 },
27 "bandwidthprofile":{
28 "integration":{
29 "cache":{
30 "enabled":true,
31 "maxsize":40,
32 "ttl":"PT1m"
33 }
34 },
35 "entries":[
36 {
37 "id":"High-Speed-Internet",
38 "cir":200000000,
39 "cbs":348000,
40 "eir":10000000,
41 "ebs":348000,
42 "air":10000000
43 },
44 {
45 "id":"User1-Specific",
46 "cir":300000000,
47 "cbs":348000,
48 "eir":20000000,
49 "ebs":348000
50 },
51 {
52 "id":"Default",
53 "cir":0,
54 "cbs":0,
55 "eir":512,
56 "ebs":30,
57 "air":0
58 }
59 ]
60 }
61 }
62 },
63 "devices":{
64 "of:0000000000000001":{
65 "basic":{
66 "driver":"pmc-olt"
67 }
68 }
69 }
70}