Commit Graph

4 Commits

Author SHA1 Message Date
f4ba38a735 fix: use object_types instead of content_types for NetBox 4.4.x custom fields
The NetBox API changed the field name from content_types to object_types.
2026-02-04 15:08:01 +00:00
1c1b410ce0 docs: use uv instead of pip in README 2026-01-11 16:26:50 +00:00
1564cffd88 docs: add README for provisioning scripts 2026-01-11 16:17:34 +00:00
1052b2ca3d feat: add NetBox provisioning script for fabric topology
Create comprehensive script to populate NetBox with:
- Custom fields (ASN, MLAG, VRF, virtual IP)
- Organization (Site, Manufacturer, DeviceType, DeviceRole)
- Devices (2 spines, 8 leafs, 4 hosts)
- Interfaces (physical, loopbacks, LAGs, SVIs)
- Cables (spine-leaf, MLAG peer-links, host dual-homing)
- IP addresses (loopbacks, P2P links)
- VLANs and VRF with route targets
- Prefixes

Reference: arista-evpn-vxlan-clab topology
Relates to #5
2026-01-11 16:17:14 +00:00