commit | f18de2270449aa4b9254e3658a6f6d416f2bf99c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 14 11:56:26 2021 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 14 11:56:26 2021 -0800 |
tree | 0cd781920ba85dd14a45e96a49a7020969af691e | |
parent | 0663189610a2b7a0734404c8e3c69f1ea50a4593 [diff] |
Releasing 0.3.2 for VOLTHA-2.9 and updating voltha-lib-go to 7.1.3 Change-Id: I490a8f49aa6162f7b9ca32f6990fd193e0af3183
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