netbox-docker/initializers
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
..
aggregates.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
cluster_types.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
clusters.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
custom_fields.yml Update Custom Fields Initializer for Netbox 2.7 2020-01-20 08:39:26 +01:00
dcim_interfaces.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
device_roles.yml Add device role seeds 2018-10-15 15:15:23 +02:00
device_types.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
devices.yml Fix initializers 2018-10-16 13:26:23 +02:00
groups.yml Add permissions to user/group initializers 2018-10-13 17:44:01 +02:00
ip_addresses.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
manufacturers.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
platforms.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
prefix_vlan_roles.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
prefixes.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
rack_groups.yml Add rack group initialiser 2019-12-11 10:57:14 +01:00
rack_roles.yml Add rack role seeds 2018-10-15 15:14:42 +02:00
racks.yml Add rack group initialiser 2019-12-11 10:57:14 +01:00
regions.yml Add region seeds 2018-10-15 15:13:26 +02:00
rirs.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
sites.yml Fix initializers 2018-10-16 13:26:23 +02:00
tenant_groups.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
tenants.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
users.yml Add permissions to user/group initializers 2018-10-13 17:44:01 +02:00
virtual_machines.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
virtualization_interfaces.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
vlan_groups.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
vlans.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00
vrfs.yml Reformat initializers and add some IPv6 examples 2019-10-12 14:23:41 +02:00