ipfabric_netbox 4.2.2b1__py3-none-any.whl → 4.2.2b2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ipfabric_netbox might be problematic. Click here for more details.

@@ -6,7 +6,7 @@ class NetboxIPFabricConfig(PluginConfig):
6
6
  name = "ipfabric_netbox"
7
7
  verbose_name = "NetBox IP Fabric SoT Plugin"
8
8
  description = "Sync IP Fabric into NetBox"
9
- version = "4.2.2b1"
9
+ version = "4.2.2b2"
10
10
  base_url = "ipfabric"
11
11
  min_version = "4.2.4"
12
12
 
ipfabric_netbox/forms.py CHANGED
@@ -63,21 +63,21 @@ dcim_parameters = {
63
63
  required=False, label=_("Virtual Chassis"), initial=True
64
64
  ),
65
65
  "interface": forms.BooleanField(
66
- required=False, label=_("Interfaces"), initial=False
66
+ required=False, label=_("Interfaces"), initial=True
67
67
  ),
68
68
  "macaddress": forms.BooleanField(
69
- required=False, label=_("MAC Addresses"), initial=False
69
+ required=False, label=_("MAC Addresses"), initial=True
70
70
  ),
71
71
  "inventoryitem": forms.BooleanField(
72
- required=False, label=_("Part Numbers"), initial=False
72
+ required=False, label=_("Part Numbers"), initial=True
73
73
  ),
74
74
  }
75
75
  ipam_parameters = {
76
- "vlan": forms.BooleanField(required=False, label=_("VLANs"), initial=False),
77
- "vrf": forms.BooleanField(required=False, label=_("VRFs"), initial=False),
78
- "prefix": forms.BooleanField(required=False, label=_("Prefixes"), initial=False),
76
+ "vlan": forms.BooleanField(required=False, label=_("VLANs"), initial=True),
77
+ "vrf": forms.BooleanField(required=False, label=_("VRFs"), initial=True),
78
+ "prefix": forms.BooleanField(required=False, label=_("Prefixes"), initial=True),
79
79
  "ipaddress": forms.BooleanField(
80
- required=False, label=_("IP Addresses"), initial=False
80
+ required=False, label=_("IP Addresses"), initial=True
81
81
  ),
82
82
  }
83
83
  sync_parameters = {"dcim": dcim_parameters, "ipam": ipam_parameters}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ipfabric_netbox
3
- Version: 4.2.2b1
3
+ Version: 4.2.2b2
4
4
  Summary: NetBox plugin to sync IP Fabric data into NetBox
5
5
  License: MIT
6
6
  Keywords: netbox,ipfabric,plugin,sync
@@ -1,4 +1,4 @@
1
- ipfabric_netbox/__init__.py,sha256=MBjOH1k9VEDfKASd99apzOz3HzJWEt2AQDcNbcaxI_8,674
1
+ ipfabric_netbox/__init__.py,sha256=fdpY8eVuhgIuBxk2olXZ8hkLBpFI9a1RYqj9iowvpvQ,674
2
2
  ipfabric_netbox/api/__init__.py,sha256=XRclTGWVR0ZhAAwgYul5Wm_loug5_hUjEumbLQEwKYM,47
3
3
  ipfabric_netbox/api/serializers.py,sha256=7cmVsIzGzz9u6htLKizLr2Ar0OC7uV8rMX3U7EzRmG4,6482
4
4
  ipfabric_netbox/api/urls.py,sha256=1fXXVTxNY5E64Nfz6b7zXD9bZI3FcefuxAWKMe0w_QU,1240
@@ -7,7 +7,7 @@ ipfabric_netbox/choices.py,sha256=27ePh1IUU3zETbceNcAgjsHvqhPlGpayFRFr5luqW1k,50
7
7
  ipfabric_netbox/data/transform_map.json,sha256=4PsucgMHcLW3SPoKEptQCd0gA5tCF4hjrR4bGQFCWy8,21744
8
8
  ipfabric_netbox/exceptions.py,sha256=DT4dpbakvqoROtBR_F0LzvQCMNWpGhufFcUbZTx0OLY,2655
9
9
  ipfabric_netbox/filtersets.py,sha256=vaWlxf8DTwduv_aQ35kJxwyzmM1XvE781GjUj2z4QGQ,7845
10
- ipfabric_netbox/forms.py,sha256=-H8KZ7aqtDrvotsL698kRKfvUngnLolnIVgYLfmt3UQ,43212
10
+ ipfabric_netbox/forms.py,sha256=qWk8LW0X-EgBYZglXvf2uEmNMLNCM0_8UYvEsaOrQnQ,43205
11
11
  ipfabric_netbox/graphql/__init__.py,sha256=-a5w_VY7pc-RVt8MvThkTzeAqCC3xCan4Ue6iMefmjI,754
12
12
  ipfabric_netbox/graphql/enums.py,sha256=QFhwiwUKJekxQfsOGk_-70_WnkzrKEP_zIBMrin0S0Q,1343
13
13
  ipfabric_netbox/graphql/filters.py,sha256=B8xy9r9a18vWfV6a6tHXAN1FUcoxI6MOrbsdNmzusNI,12991
@@ -80,6 +80,6 @@ ipfabric_netbox/utilities/logging.py,sha256=GYknjocMN6LQ2873_az3y0RKm29TCXaWviUI
80
80
  ipfabric_netbox/utilities/nbutils.py,sha256=kFBEiJOGvr_49hJWCS2duXojx2-A9kVk0Xp_vj0ohfs,2641
81
81
  ipfabric_netbox/utilities/transform_map.py,sha256=QotbGc2TksINJrb62STgAigpC5Nsgi5umYHu_0rZd8k,2204
82
82
  ipfabric_netbox/views.py,sha256=CzOxq1IXkUtZFQccC5WkwGOb9mE6tlbbBNTN8kOlqCQ,36662
83
- ipfabric_netbox-4.2.2b1.dist-info/METADATA,sha256=XOEtfiqXpPBZRVhu_8O0oF5uAhUDgPF1EZMNPAbJzFo,4689
84
- ipfabric_netbox-4.2.2b1.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
85
- ipfabric_netbox-4.2.2b1.dist-info/RECORD,,
83
+ ipfabric_netbox-4.2.2b2.dist-info/METADATA,sha256=5r_abBh_rY2rMA-18jlNPN4ABqBBjTP6CqXoWZHn0MU,4689
84
+ ipfabric_netbox-4.2.2b2.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
85
+ ipfabric_netbox-4.2.2b2.dist-info/RECORD,,