commit | ba4eb67ac74ee225d83b52c42d0d8e018617c9cc | [log] [tgz] |
---|---|---|
author | Hardik Windlass <hardik@opennetworking.org> | Mon May 31 12:56:37 2021 +0000 |
committer | Hardik Windlass <hardik@opennetworking.org> | Mon May 31 13:03:05 2021 +0000 |
tree | bedcacad6cdca502eda21ca58acb647f4116ddd5 | |
parent | 4242c728bb5adfe8911e2ac9978ac0a7ad14ae17 [diff] |
[VOL-4146] Supporting MEF and IETF format in sadis config Change-Id: Id581a351e63e869472e82b03b2ab891c7aa841c7
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