nornir-collection 0.0.23__py3-none-any.whl → 0.0.24__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.
- nornir_collection/netbox/inventory.py +2 -2
- {nornir_collection-0.0.23.dist-info → nornir_collection-0.0.24.dist-info}/METADATA +1 -1
- {nornir_collection-0.0.23.dist-info → nornir_collection-0.0.24.dist-info}/RECORD +6 -6
- {nornir_collection-0.0.23.dist-info → nornir_collection-0.0.24.dist-info}/LICENSE +0 -0
- {nornir_collection-0.0.23.dist-info → nornir_collection-0.0.24.dist-info}/WHEEL +0 -0
- {nornir_collection-0.0.23.dist-info → nornir_collection-0.0.24.dist-info}/top_level.txt +0 -0
@@ -91,8 +91,8 @@ def _load_interface_data(task: Task, all_interfaces: List[Dict], enrich_vlan_dat
|
|
91
91
|
# Dict keys for comprehension to include only some key-value pairs
|
92
92
|
# fmt: off
|
93
93
|
include_keys = [
|
94
|
-
"name", "int_template", "description", "type", "lag", "
|
95
|
-
"count_fhrp_groups", "int_peer_device", "int_config_context", "enabled",
|
94
|
+
"name", "int_template", "description", "type", "lag", "mode", "untagged_vlan", "tagged_vlans",
|
95
|
+
"count_ipaddresses", "count_fhrp_groups", "int_peer_device", "int_config_context", "enabled",
|
96
96
|
]
|
97
97
|
# fmt: on
|
98
98
|
# Make some normalization to the device interfaces data with the interface_filter list and others
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nornir-collection
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.24
|
4
4
|
Summary: Nornir-Collection contains network automation functions and complete IaC workflows with Nornir and other python libraries. It contains Nornir tasks and general functions in Nornir style.
|
5
5
|
Author: Willi Kubny
|
6
6
|
Author-email: willi.kubny@gmail.ch
|
@@ -35,7 +35,7 @@ nornir_collection/fortinet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
35
35
|
nornir_collection/fortinet/utils.py,sha256=xkvxdJy3-aD39WK_9Gc0rY9r-OxfHnPVNMspy3KZbcE,1174
|
36
36
|
nornir_collection/netbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
37
|
nornir_collection/netbox/custom_script.py,sha256=yU1lbv_25b3qAWA6GRsVYpEuh0KUPTVo47U5s_lksjo,4050
|
38
|
-
nornir_collection/netbox/inventory.py,sha256=
|
38
|
+
nornir_collection/netbox/inventory.py,sha256=uDA8QOBZdg42hROki41fKYtA1g3Ev4wFhGDo-Y0l9Fo,15529
|
39
39
|
nornir_collection/netbox/set_device_status.py,sha256=vtn0KcR-91Z2aLjbEpZRef1Jip8eM9GWbKRiAJuEjLY,2437
|
40
40
|
nornir_collection/netbox/sync_datasource.py,sha256=eEsgwy_arIPbA-ObqqzTNdU9aiP80s7LCzAKA6hCXYQ,4703
|
41
41
|
nornir_collection/netbox/update_cisco_inventory_data.py,sha256=Aq4VGvAIiBhOCsSOF-wBUrpYtBXR8HwR3NCWEeM4d0g,6426
|
@@ -52,8 +52,8 @@ nornir_collection/nornir_plugins/inventory/staggered_yaml.py,sha256=nBvUFq7U5zVT
|
|
52
52
|
nornir_collection/nornir_plugins/inventory/utils.py,sha256=mxIlKK-4PHqCnFKn7Oozu1RW_JB5z1TgEYc-ave70nE,11822
|
53
53
|
nornir_collection/purestorage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
54
|
nornir_collection/purestorage/utils.py,sha256=TqU2sKz0ENnmSDEBcSvXPnVkI1DVHOogI68D7l32g7I,1730
|
55
|
-
nornir_collection-0.0.
|
56
|
-
nornir_collection-0.0.
|
57
|
-
nornir_collection-0.0.
|
58
|
-
nornir_collection-0.0.
|
59
|
-
nornir_collection-0.0.
|
55
|
+
nornir_collection-0.0.24.dist-info/LICENSE,sha256=bOPVh1OVNwz2tCjkLaChWT6AoXdtqye3aua5l0tgYJo,1068
|
56
|
+
nornir_collection-0.0.24.dist-info/METADATA,sha256=20Q1UDl_oOFN8fcLu_vG_RTX-dh5BAm4i7HPX1yZtS4,7169
|
57
|
+
nornir_collection-0.0.24.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
58
|
+
nornir_collection-0.0.24.dist-info/top_level.txt,sha256=OyCzPWABf-D0AOHm9ihrwdk5eq200BnKna6gIDspwsE,18
|
59
|
+
nornir_collection-0.0.24.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|