commit | aadcaa440835d1393d794f51a82068d8b04761d2 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Feb 01 19:54:17 2024 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Thu Feb 01 20:25:22 2024 -0500 |
tree | 852350a16fc8341e930b3ce290b1dd0ca557fb7e | |
parent | ee4d826658570a2f3138ad0564d688952a6c9a99 [diff] |
Pre-release build for repo:bbsim-sadis-server makefiles/ internal/ vendor/ --------- o Update copyright notice ending date. go.mod go.sum vendor/modules.txt ------------------ o Update dependency voltha-lib-go to v7.5.3 o make mod-update to regenerate vendor/ Change-Id: Ibda25f0c8de53c5e7c860de2a2e12f506770807e
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