commit | c4d7d612a601577b730d3d3f4e1d3664e0ccc396 | [log] [tgz] |
---|---|---|
author | Eric Ball <eball@linuxfoundation.org> | Fri Jan 17 16:35:36 2025 -0800 |
committer | Eric Ball <eball@linuxfoundation.org> | Fri Jan 17 16:35:36 2025 -0800 |
tree | 910430177d9efc07462d645d8b2d8564877235d8 | |
parent | c2c58081ac39724f63a45cfda88cef3da1e96d52 [diff] |
[VOL-5407] Bump version to 0.4.0 Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I2e86b54904dcf90258297227938859e2b064967c
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