mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
8d8b9a157e
The VLAN database model has changed in Netbox 2.7. Therefore the initializer code, that was used before, broke. As a user, you will need to update your vlans.yml file as follows: - Make sure the status is spelled lowercase. See the diff of this commit for further information how this is meant.
20 lines
309 B
YAML
20 lines
309 B
YAML
## Possible Choices:
|
|
## status:
|
|
## - active
|
|
## - reserved
|
|
## - deprecated
|
|
##
|
|
## Examples:
|
|
|
|
# - name: vlan1
|
|
# site: AMS 1
|
|
# status: active
|
|
# vid: 5
|
|
# role: Main Management
|
|
# description: VLAN 5 for MGMT
|
|
# - group: VLAN group 2
|
|
# name: vlan2
|
|
# site: AMS 1
|
|
# status: active
|
|
# vid: 1300
|