netbox-docker/startup_scripts
Christian Mäder c001626b85 Update Custom Fields Initializer for Netbox 2.7
The custom field 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 custom_fields.yml file as
follows:

- type must be lowercase
  - the `selection` type was changed to `select`
- the filter_logic must be lower case

This is to achieve compatibility with the naming schema that
Netbox uses internally. It allows us to become forward compatible
in case Netbox ever introduces a new type for custom fields.

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 Ignore missing initializers 2018-12-19 14:25:58 +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 Add missing `break` 2019-10-12 14:23:11 +02: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 Added newline and breaks. 2019-10-11 15:46:32 +02:00
220_prefixes.py Added newline and breaks. 2019-10-11 15:46:32 +02:00
230_virtual_machines.py Added newline and breaks. 2019-10-11 15:46:32 +02:00
240_virtualization_interfaces.py Fixed further requirements. 2019-10-10 17:35:06 +02:00
250_dcim_interfaces.py Fixing typos. 2019-10-11 17:30:38 +02:00
260_ip_addresses.py Added newline and breaks. 2019-10-11 15:46:32 +02:00
__main__.py Massive speedup in executing startup_scripts 2019-12-14 18:16:31 +01:00