Network templates #6242
WilliamDEdwards
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The approach I suggest is to write a custom script. It can perform all the steps you listed, exactly to your requirements, and do them safely within a single database transaction. You can see some examples here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating a new network, the deployment steps are usually the same:
rtr1-{vlan_id}.ourdomain.net
)rtr2-{vlan_id}.ourdomain.net
)gw-{vlan_id}.ourdomain.net
)It would be useful to create all objects needed to deploy a new network at the click of a button. Maybe based on templates, because not every network is exactly the same.
I haven't thought about this enough to propose a structure, but I guess it'd come down to:
vlan_id
) should be possible.Although the templates concept would allow for some flexibility, I feel like this may be too dependent on specific infrastructure setups to be useful for all NetBox users.
What are other's approaches to this?
Beta Was this translation helpful? Give feedback.
All reactions