commit | 8a594c5a4c3082c09bc0140b1644909abb49a242 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 08 16:43:05 2020 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 08 16:43:05 2020 -0800 |
tree | f79f00ced430cc99b0165133a37549b1ec0b3385 | |
parent | 2bdf09a5585dc59678b3f6459c532efcb409ae52 [diff] |
Adding some documentation in preparation for VOLTHA-2.6 release Change-Id: I13dc03a901946d7e4b7a481f738f7784494e56b0
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