nornir-collection 0.0.21__py3-none-any.whl → 0.0.22__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/cisco/configuration_management/netconf/config_tasks.py +1 -0
- {nornir_collection-0.0.21.dist-info → nornir_collection-0.0.22.dist-info}/METADATA +1 -1
- {nornir_collection-0.0.21.dist-info → nornir_collection-0.0.22.dist-info}/RECORD +6 -6
- {nornir_collection-0.0.21.dist-info → nornir_collection-0.0.22.dist-info}/LICENSE +0 -0
- {nornir_collection-0.0.21.dist-info → nornir_collection-0.0.22.dist-info}/WHEEL +0 -0
- {nornir_collection-0.0.21.dist-info → nornir_collection-0.0.22.dist-info}/top_level.txt +0 -0
@@ -236,6 +236,7 @@ def nc_edit_cleanup_portchannel(task: Task, verbose: bool = False) -> Result:
|
|
236
236
|
|
237
237
|
# Create a empty list to add all current configured Port-channels and their associated interfaces
|
238
238
|
current_po = {}
|
239
|
+
remove_po = {}
|
239
240
|
if "Port-channel" in response["json"]["Cisco-IOS-XE-native:interface"]:
|
240
241
|
# Loop through all Port-channels and add them and their associated interfaces as a list to the dict
|
241
242
|
for po in response["json"]["Cisco-IOS-XE-native:interface"]["Port-channel"]:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nornir-collection
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.22
|
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
|
@@ -14,7 +14,7 @@ nornir_collection/cisco/configuration_management/cli/config_tasks.py,sha256=mWXy
|
|
14
14
|
nornir_collection/cisco/configuration_management/cli/config_workflow.py,sha256=GIka5SPLZ7M2zCFv8Jadl73QC-InnGopzI8xQt36MfM,3459
|
15
15
|
nornir_collection/cisco/configuration_management/cli/show_tasks.py,sha256=w9p2Iks33-pE4-YztH6vj-eI0MuPI7YD6gZhRcpQF7M,27971
|
16
16
|
nornir_collection/cisco/configuration_management/netconf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
nornir_collection/cisco/configuration_management/netconf/config_tasks.py,sha256=
|
17
|
+
nornir_collection/cisco/configuration_management/netconf/config_tasks.py,sha256=OGBv-PzgB-hj2H9YJzVuzZ4ZcUN63poP7wmTyK9frk4,22267
|
18
18
|
nornir_collection/cisco/configuration_management/netconf/config_workflow.py,sha256=qxB4DolQL2WJO9JRATzANhIwYPNuKyuN0hI9-ABzJq8,14557
|
19
19
|
nornir_collection/cisco/configuration_management/netconf/nr_cfg_iosxe_netconf.py,sha256=qKb1EeiYbCO96AE6ETaNxRrM2nCfsbX00nwcPK9ZSkc,8629
|
20
20
|
nornir_collection/cisco/configuration_management/netconf/ops_tasks.py,sha256=cj7cpJNvY2bytv9VOqwg_7qOekL-cIL0EjML2KT4TQM,10659
|
@@ -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.22.dist-info/LICENSE,sha256=bOPVh1OVNwz2tCjkLaChWT6AoXdtqye3aua5l0tgYJo,1068
|
56
|
+
nornir_collection-0.0.22.dist-info/METADATA,sha256=r5Zdx6JvHgh_Ee8TYs8lyhoxQl-hpt6K3cAgzGItuC4,7169
|
57
|
+
nornir_collection-0.0.22.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
58
|
+
nornir_collection-0.0.22.dist-info/top_level.txt,sha256=OyCzPWABf-D0AOHm9ihrwdk5eq200BnKna6gIDspwsE,18
|
59
|
+
nornir_collection-0.0.22.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|