I've started this plugin to make my life easier to get things from my souce-of-thruth to my infrastructure. There are allot of other tools that will make this kinda work but they don't have a great intergration with Netbox. And normaly this is to the user or developer self to make the intergration better or write it yourself
Warning
This is still under heavy development and will break one way or another, so do not use it in production!
| NetBox Version | Plugin Version |
|---|---|
| 4.3 | 26.6.16 |
| 4.4 | 26.6.16 |
| 4.5 | 26.6.16 |
| 4.6 | 26.6.16 |
Under the hood we lean on a few dependencies to make the magic happen for our workflows. See DEPENDENCIES.md for the full list.
Okay before you get started make sure you have the following tools installed on your system
Then if you have the tools installed, you can do the following to get started
# Git
git clone https://github.com/r2unit/netbox-orchestrator.git
# Github CLI
gh repo clone r2unit/netbox-orchestratorThen when you moved to the repository dir you can do an 'docker compose -f .devcontainer/docker-compose.yml up -d' to get the development setup running, this setup will hot-relead the code in the codebase so its easier to work on.
Yes please!
See DEPENDENCIES.md for the full list of core and optional packages.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
