commit | 5b6eb8d083ecc9f16fedcf350aebb32c13a339b7 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 15 12:21:33 2020 -1000 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Dec 15 13:49:16 2020 -1000 |
tree | 1c302904df96dec6585824fa8d448ea7c4717efd | |
parent | abf872de65b81a659384376af6a9fe34ff38d07a [diff] |
[VOL-3716] Retry querying a service if the connections times out Change-Id: Ieec109c04d42183b10f5c2c49cc3d26ed9cd4602
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