How to use Git repository as SOT #18637
Unanswered
deliciouslytyped
asked this question in
Q&A
Replies: 1 comment
-
Why do you need your SOT in a git repo? This looks like a X/Y-problem to me. Pulling/pushing data from/into netbox can be conveniently done through APIs and if you need changelogs you can also query the netbox internal objectchange log through the datamodel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a good way to use a Git repository as a SOT for NetBox? Specifically I'd like to do something like loading devices and other data from yml files into netbox, but from what I can see, that's not what the Data Sources / Synchronized Data stuff is set up to do?
I guess that's to say I'd like to use NetBox as more of a frontend to a Git based SSOT...and I'm not sure if that's wise given that it seems I will have to somehow script keeping things in sync with the repo.
Beta Was this translation helpful? Give feedback.
All reactions