nornir-collection 0.0.1__tar.gz → 0.0.2__tar.gz

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.
Files changed (64) hide show
  1. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/PKG-INFO +5 -8
  2. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/README.md +4 -7
  3. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection.egg-info/PKG-INFO +5 -8
  4. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/setup.py +2 -2
  5. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/LICENSE +0 -0
  6. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/__init__.py +0 -0
  7. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/batfish/__init__.py +0 -0
  8. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/batfish/assert_config.py +0 -0
  9. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/batfish/utils.py +0 -0
  10. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/__init__.py +0 -0
  11. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/__init__.py +0 -0
  12. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/cli/__init__.py +0 -0
  13. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/cli/config_tasks.py +0 -0
  14. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/cli/config_workflow.py +0 -0
  15. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/cli/show_tasks.py +0 -0
  16. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/netconf/__init__.py +0 -0
  17. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/netconf/config_tasks.py +0 -0
  18. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/netconf/config_workflow.py +0 -0
  19. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/netconf/nr_cfg_iosxe_netconf.py +0 -0
  20. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/netconf/ops_tasks.py +0 -0
  21. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/processor.py +0 -0
  22. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/pyats.py +0 -0
  23. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/restconf/__init__.py +0 -0
  24. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/restconf/cisco_rpc.py +0 -0
  25. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/restconf/config_workflow.py +0 -0
  26. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/restconf/tasks.py +0 -0
  27. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/configuration_management/utils.py +0 -0
  28. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/software_upgrade/__init__.py +0 -0
  29. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/software_upgrade/cisco_software_upgrade.py +0 -0
  30. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/software_upgrade/utils.py +0 -0
  31. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/support_api/__init__.py +0 -0
  32. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/support_api/api_calls.py +0 -0
  33. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/support_api/cisco_maintenance_report.py +0 -0
  34. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/support_api/cisco_support.py +0 -0
  35. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/support_api/reports.py +0 -0
  36. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/cisco/support_api/utils.py +0 -0
  37. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/fortinet/__init__.py +0 -0
  38. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/fortinet/utils.py +0 -0
  39. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/git.py +0 -0
  40. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/__init__.py +0 -0
  41. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/custom_script.py +0 -0
  42. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/inventory.py +0 -0
  43. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/scan_prefixes_and_update_ip_addresses.py +0 -0
  44. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/set_device_status.py +0 -0
  45. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/sync_datasource.py +0 -0
  46. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/update_cisco_inventory_data.py +0 -0
  47. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/update_cisco_support_plugin_data.py +0 -0
  48. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/update_fortinet_inventory_data.py +0 -0
  49. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/update_purestorage_inventory_data.py +0 -0
  50. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/utils.py +0 -0
  51. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/netbox/verify_device_primary_ip.py +0 -0
  52. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/nornir_plugins/__init__.py +0 -0
  53. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/nornir_plugins/inventory/__init__.py +0 -0
  54. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/nornir_plugins/inventory/netbox.py +0 -0
  55. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/nornir_plugins/inventory/staggered_yaml.py +0 -0
  56. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/nornir_plugins/inventory/utils.py +0 -0
  57. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/purestorage/__init__.py +0 -0
  58. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/purestorage/utils.py +0 -0
  59. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection/utils.py +0 -0
  60. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection.egg-info/SOURCES.txt +0 -0
  61. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection.egg-info/dependency_links.txt +0 -0
  62. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection.egg-info/requires.txt +0 -0
  63. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/nornir_collection.egg-info/top_level.txt +0 -0
  64. {nornir_collection-0.0.1 → nornir_collection-0.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nornir-collection
3
- Version: 0.0.1
3
+ Version: 0.0.2
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
@@ -63,17 +63,14 @@ Dynamic: summary
63
63
  > + Effectively managing configurating drift and keeping infrastructure and configurations in their desired state
64
64
  > + Having the ability to easily scale up infrastructure as automation eliminates the need for manual configurations
65
65
 
66
- # DSC-Nornir Python-Package
66
+ # Nornir-Collection Python-Package
67
67
  ----
68
68
  </br>
69
69
 
70
70
  This repository builds a python package and is a complete solution to manage the network configuration from code.
71
- The DSC-Nornir package modules are a collection of network automation functions and complete workflows with Nornir
72
- and other python tools. All scripts can be executed manually from a central server, workstation or integrated into
73
- a CI/CD pipeline. The folder azure_pipelines provides bash functions to facilitate the writing of Azure DevOps
74
- pipelines.
75
-
76
- The complete documentation is available on MkDocs: [DSC MkDocs Network Documentation](http://192.168.1.10:9000/netdevops/architecture/dsc_nornir/)
71
+ The Nornir-Collection package modules are a collection of network automation functions and complete workflows
72
+ with Nornir and other python tools. All scripts can be executed manually from a central server, workstation or integrated into a CI/CD pipeline. The folder azure_pipelines provides bash functions to facilitate the writing
73
+ of Azure DevOps pipelines.
77
74
 
78
75
  # Python Development and Testing
79
76
  ----
@@ -10,17 +10,14 @@
10
10
  > + Effectively managing configurating drift and keeping infrastructure and configurations in their desired state
11
11
  > + Having the ability to easily scale up infrastructure as automation eliminates the need for manual configurations
12
12
 
13
- # DSC-Nornir Python-Package
13
+ # Nornir-Collection Python-Package
14
14
  ----
15
15
  </br>
16
16
 
17
17
  This repository builds a python package and is a complete solution to manage the network configuration from code.
18
- The DSC-Nornir package modules are a collection of network automation functions and complete workflows with Nornir
19
- and other python tools. All scripts can be executed manually from a central server, workstation or integrated into
20
- a CI/CD pipeline. The folder azure_pipelines provides bash functions to facilitate the writing of Azure DevOps
21
- pipelines.
22
-
23
- The complete documentation is available on MkDocs: [DSC MkDocs Network Documentation](http://192.168.1.10:9000/netdevops/architecture/dsc_nornir/)
18
+ The Nornir-Collection package modules are a collection of network automation functions and complete workflows
19
+ with Nornir and other python tools. All scripts can be executed manually from a central server, workstation or integrated into a CI/CD pipeline. The folder azure_pipelines provides bash functions to facilitate the writing
20
+ of Azure DevOps pipelines.
24
21
 
25
22
  # Python Development and Testing
26
23
  ----
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nornir-collection
3
- Version: 0.0.1
3
+ Version: 0.0.2
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
@@ -63,17 +63,14 @@ Dynamic: summary
63
63
  > + Effectively managing configurating drift and keeping infrastructure and configurations in their desired state
64
64
  > + Having the ability to easily scale up infrastructure as automation eliminates the need for manual configurations
65
65
 
66
- # DSC-Nornir Python-Package
66
+ # Nornir-Collection Python-Package
67
67
  ----
68
68
  </br>
69
69
 
70
70
  This repository builds a python package and is a complete solution to manage the network configuration from code.
71
- The DSC-Nornir package modules are a collection of network automation functions and complete workflows with Nornir
72
- and other python tools. All scripts can be executed manually from a central server, workstation or integrated into
73
- a CI/CD pipeline. The folder azure_pipelines provides bash functions to facilitate the writing of Azure DevOps
74
- pipelines.
75
-
76
- The complete documentation is available on MkDocs: [DSC MkDocs Network Documentation](http://192.168.1.10:9000/netdevops/architecture/dsc_nornir/)
71
+ The Nornir-Collection package modules are a collection of network automation functions and complete workflows
72
+ with Nornir and other python tools. All scripts can be executed manually from a central server, workstation or integrated into a CI/CD pipeline. The folder azure_pipelines provides bash functions to facilitate the writing
73
+ of Azure DevOps pipelines.
77
74
 
78
75
  # Python Development and Testing
79
76
  ----
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env python3
2
- """Build the DSC-Nornir Python Package with setuptools"""
2
+ """Build the Nornir-Collection Python Package with setuptools"""
3
3
 
4
4
  import setuptools
5
5
 
@@ -11,7 +11,7 @@ with open("requirements.txt", encoding="utf-8") as f:
11
11
 
12
12
  setuptools.setup(
13
13
  name="nornir-collection",
14
- version="0.0.1",
14
+ version="0.0.2",
15
15
  author="Willi Kubny",
16
16
  author_email="willi.kubny@gmail.ch",
17
17
  description="Nornir-Collection contains network automation functions and complete IaC workflows with \