nso_config module for setting configuration in Cisco NSO (#30973)

This commit is contained in:
cnasten 2017-11-09 14:34:41 +01:00 committed by John R Barker
parent 4443da2d79
commit f1fe467c22
16 changed files with 1376 additions and 0 deletions

View file

@ -36,6 +36,7 @@ The following is a list of module_utils files and a general description. The mod
- netcmd.py - Defines commands and comparison operators for use in networking modules
- netscaler.py - Utilities specifically for the netscaler network modules.
- network.py - Functions for running commands on networking devices
- nso.py - Utilities for modules that work with Cisco NSO.
- nxos.py - Contains definitions and helper functions specific to Cisco NXOS networking devices
- openstack.py - Utilities for modules that work with Openstack instances.
- openswitch.py - Definitions and helper functions for modules that manage OpenSwitch devices