feat(netbox): add custom field, VLAN, and prefix initializers (Phase 1.1-1.4)
This commit is contained in:
8
netbox/initializers/prefixes.yml
Normal file
8
netbox/initializers/prefixes.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# NetBox IP Prefix Definitions
|
||||
# Scope: Prefixes used by the VM provisioning pipeline
|
||||
|
||||
prefixes:
|
||||
- prefix: 10.1.71.0/24
|
||||
status: active
|
||||
vlan: Server Trusted
|
||||
description: Server Trusted VLAN — infrastructure services, VM hosts, pipeline systems
|
||||
Reference in New Issue
Block a user