VOL-1856: onos and apps version to match 1.7/Tech Profile
Also include seba compatable kafka app.
Also update example network-cfg.json to working bbsim example.
Change-Id: I0652d40316f7a3c450f2595d70fe5fb3e90e8cba
diff --git a/network-cfg-example.json b/network-cfg-example.json
index 4953482..a839211 100644
--- a/network-cfg-example.json
+++ b/network-cfg-example.json
@@ -16,6 +16,11 @@
"useOltUplinkForServerPktInOut": true
}
},
+ "org.opencord.kafka": {
+ "kafka": {
+ "bootstrapServers": "172.17.0.1:9092"
+ }
+ },
"org.opencord.aaa": {
"AAA": {
"radiusIp": "172.17.0.1",
@@ -48,15 +53,62 @@
"sTag": 900,
"nasPortId": "BBSM00000001-1",
"circuitId": "BBSM00000001-1",
- "remoteId": "BBSIMOLT000"
+ "remoteId": "BBSIMOLT000",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default"
},
{
- "id": "BBSM00000002-1",
- "cTag": 901,
- "sTag": 901,
- "nasPortId": "BBSM00000002-1",
- "circuitId": "BBSM00000002-1",
- "remoteId": "BBSIMOLT000"
+ "id": "BBSM00000001-2",
+ "cTag": 900,
+ "sTag": 900,
+ "nasPortId": "BBSM00000001-2",
+ "circuitId": "BBSM00000001-2",
+ "remoteId": "BBSIMOLT000",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default"
+ },
+ {
+ "id": "BBSM00000001-3",
+ "cTag": 900,
+ "sTag": 900,
+ "nasPortId": "BBSM00000001-3",
+ "circuitId": "BBSM00000001-3",
+ "remoteId": "BBSIMOLT000",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default"
+ },
+ {
+ "id": "BBSM00000001-4",
+ "cTag": 900,
+ "sTag": 900,
+ "nasPortId": "BBSM00000001-4",
+ "circuitId": "BBSM00000001-4",
+ "remoteId": "BBSIMOLT000",
+ "technologyProfileId": 64,
+ "upstreamBandwidthProfile": "Default",
+ "downstreamBandwidthProfile": "Default"
+ }
+ ]
+ },
+ "bandwidthprofile": {
+ "integration": {
+ "cache": {
+ "enabled": true,
+ "maxsize": 40,
+ "ttl": "PT1m"
+ }
+ },
+ "entries": [
+ {
+ "id": "Default",
+ "cir": 1000000,
+ "cbs": 1001,
+ "eir": 1002,
+ "ebs": 1003,
+ "air": 1004
}
]
}