commit | aeae2bdd06654534f2a3d5c46d2b5a9ce143e445 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Tue Jan 31 13:47:50 2023 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Tue Jan 31 13:48:13 2023 -0500 |
tree | 24dfcf17d54940cb4ffeab980b6a262d298692cd | |
parent | 06e564fa66deefc854c2decfa44c00291a06f6de [diff] |
Post release: bump version string for development Change-Id: Idde4b1aef90e1e7576f55c037e3f3ccfd84fda2d
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