-
Notifications
You must be signed in to change notification settings - Fork 7
Feature request - tenant/site config for agent #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
hi @sepetuks we are currently working to support more data models on diode SDK. Therefore, it will improve the supported netbox types on orb-agent and its backends. If applicable for your use case, a temporary solution would be to add this information as Tags in the agent policy : https://github.com/netboxlabs/orb-agent/blob/develop/docs/backends/network_discovery.md#defaults |
Hi, thanks for proposal but that will not solve issue if same subnets are being used in 2 different VRFs. Netbox will not be able to distinguish into which one to assign collected data. So I just need to wait untill data models are expanded. |
What you probably could do is to tag them in the orb agent, and then have a script running that looks for tag "customer1" and then checking if the address has "customer1" configured as tenant. If not, it will add it. But thats just a workaround until proper modelling of Diode data has been developed. |
if I use following config:
The defaults are not passed to diode server. The data load simply do not get that data, |
hi @sepetuks can you try to pull latest develop image with |
It looks there is still some errors:
|
Uh oh!
There was an error while loading. Please reload this page.
We have multiple customers in separate L2 domains/VRFs.
Any of them can use same subnet in their network (kind of duplicate prefixes)
Would it be possible to have config parameter for agent that it explicitly define for which tenant/site this agent is collecting data? Or maybe VRF?
The text was updated successfully, but these errors were encountered: