mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-04-27 18:08:29 +02:00
The rack 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 racks.yml file as follows: - Rack types must match one of the 5 rack types given, e.g. '4-post-cabinet'. - Rack width must match one of the 2 rack widths given, i.e. '19' or '23'. See the diff of this commit for further information how this is meant. |
||
---|---|---|
.. | ||
__main__.py | ||
000_users.py | ||
010_groups.py | ||
020_custom_fields.py | ||
030_regions.py | ||
040_sites.py | ||
050_manufacturers.py | ||
060_device_types.py | ||
070_rack_roles.py | ||
075_rack_groups.py | ||
080_racks.py | ||
090_device_roles.py | ||
100_platforms.py | ||
110_tenant_groups.py | ||
120_tenants.py | ||
130_devices.py | ||
140_cluster_types.py | ||
150_rirs.py | ||
160_aggregates.py | ||
170_clusters.py | ||
180_vrfs.py | ||
190_prefix_vlan_roles.py | ||
200_vlan_groups.py | ||
210_vlans.py | ||
220_prefixes.py | ||
230_virtual_machines.py | ||
240_virtualization_interfaces.py | ||
250_dcim_interfaces.py | ||
260_ip_addresses.py |