netbox-docker/startup_scripts
Christian Mäder 27f671e41a Update IP Initializer for Netbox 2.7
The ip address 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 ip_addresses.yml
file as follows:

- Make sure the status is written in lower case.

See the diff of this commit for further information how this is meant.
2020-01-20 08:39:26 +01:00
..
000_users.py adjusts users and groups startup scripts to accomdate non-uniqueness 2019-07-26 14:13:15 -05:00
010_groups.py Remove debug statement 2019-10-11 16:31:56 +02:00
020_custom_fields.py Update Custom Fields Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
030_regions.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
040_sites.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
050_manufacturers.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
060_device_types.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
070_rack_roles.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
075_rack_groups.py Add rack group initialiser 2019-12-11 10:57:14 +01:00
080_racks.py Update Rack Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
090_device_roles.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
100_platforms.py Ignore missing initializers 2018-12-19 14:25:58 +01:00
110_tenant_groups.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
120_tenants.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
130_devices.py Update Device Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
140_cluster_types.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
150_rirs.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
160_aggregates.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
170_clusters.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
180_vrfs.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
190_prefix_vlan_roles.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
200_vlan_groups.py Fixed aesthetics. 2019-10-10 16:52:29 +02:00
210_vlans.py Update VLAN Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
220_prefixes.py Update VM Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
230_virtual_machines.py Update VM Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
240_virtualization_interfaces.py Fixed further requirements. 2019-10-10 17:35:06 +02:00
250_dcim_interfaces.py Update Interfaces Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
260_ip_addresses.py Update IP Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
__main__.py Massive speedup in executing startup_scripts 2019-12-14 18:16:31 +01:00