feat(netbox): add custom field, VLAN, and prefix initializers (Phase 1.1-1.4)

This commit is contained in:
2026-02-25 21:06:32 -06:00
parent 63b9a8fd13
commit b33bd5f252
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# NetBox VLAN Definitions
# Scope: VLANs used by the VM provisioning pipeline
#
# Additional VLANs can be added as pipeline scope expands.
vlans:
- name: Server Trusted
vid: 71
status: active
description: Infrastructure services and VM hosts (10.1.71.0/24)