| commit | 0861d48b29bfd5cab4f670d53fa643454a3372c8 | [log] [tgz] |
|---|---|---|
| author | Joey Armstrong <joey@opennetworking.org> | Fri Feb 02 14:34:07 2024 -0500 |
| committer | Joey Armstrong <joey@opennetworking.org> | Fri Feb 02 16:44:53 2024 -0500 |
| tree | 4279c025205a41d120afc339f3b49031d190715b | |
| parent | aadcaa440835d1393d794f51a82068d8b04761d2 [diff] |
[VOL-5268] Release patch repo:bbsim-sadis-server (branch=master)
VERSION
.gitreview
----------
o Post release tag & branch patch for branch=master.
o Bump version string to avoid conflicts:
- branch=master (X.{1+Y}.0)
- branch=release (X.Y.{1+Z})
o Update .gitreview (defaultpath=master), specify rebase/merge target.
Change-Id: Iea22bfd60bfd981ab6ddb970200483f5ffe56224
This project is designed to aggregate Sadis entries from multiple BBSim instances running on the same kubernetes cluster.
This tool assumes that:
50074app=bbsimThis 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-serverAssuming 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