commit | 4523c29d13f48a2a954dc043a9bfdc67aeec3c30 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Feb 03 15:59:54 2022 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Feb 03 15:59:54 2022 +0100 |
tree | 764534e78c8a7a6acdb334940461fdfe44e1d6e7 | |
parent | f18de2270449aa4b9254e3658a6f6d416f2bf99c [diff] |
Adding PPPoE and MacLearning to sadis-server Change-Id: Ibf73166d410b6a909692b0da350d845a15713267
This project is designed to aggregate Sadis entries from multiple BBSim instances running on the same kubernetes cluster.
This tool assumes that:
50074
app=bbsim
This component is part of the the VOLTHA project, more informations at: https://docs.voltha.org
helm repo add onf https://charts.opencord.org helm install bbsim-sadis-server onf/bbsim-sadis-server
bbsim-sadis-server
Assuming that bbsim-sadis-server
was installed in the default
namespace, you can use this configuration to point ONOS to it:
{ "sadis" : { "integration" : { "url" : "http://bbsim-sadis-server.default.svc:58080/subscribers/%s", "cache" : { "enabled" : true, "maxsize" : 50, "ttl" : "PT1m" } } }, "bandwidthprofile" : { "integration" : { "url" : "http://bbsim-sadis-server.default.svc:58080/profiles/%s", "cache" : { "enabled" : true, "maxsize" : 50, "ttl" : "PT1m" } } } }
For more inforation about the sadis
application you can refer to: https://github.com/opencord/sadis