commit | c2c58081ac39724f63a45cfda88cef3da1e96d52 | [log] [tgz] |
---|---|---|
author | Mahir Gunyel <mahir.gunyel@netsia.com> | Mon Jan 06 10:33:38 2025 -0800 |
committer | Mahir Gunyel <mahir.gunyel@netsia.com> | Mon Jan 06 10:33:44 2025 -0800 |
tree | 064c0f5ad2b8f3fae88f709b4eb21e9cf96caa1d | |
parent | 0861d48b29bfd5cab4f670d53fa643454a3372c8 [diff] |
[VOL-5408]-Update versions of VOLTHA components for release Change-Id: I9e6f171cc022d7e21238d735245a8f824f9f1fab Signed-off-by: Mahir Gunyel <mahir.gunyel@netsia.com>
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