commit | 4242c728bb5adfe8911e2ac9978ac0a7ad14ae17 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Fri Apr 09 16:16:36 2021 +0000 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Mon Apr 12 11:06:40 2021 +0000 |
tree | b0a0d0da582a485c7e95d710e24c516457df430d | |
parent | 5b6eb8d083ecc9f16fedcf350aebb32c13a339b7 [diff] |
VOL-3978 - update to go 1.16.3 Change-Id: Ifb1ca441ada40100f68ab31430eab357b1ab7f1f
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