Update done Network
This commit is contained in:
parent
473b2d58ec
commit
42dd48a6d0
1 changed files with 5 additions and 4 deletions
|
@ -180,11 +180,11 @@ Azure
|
||||||
|
|
||||||
Network Roadmap
|
Network Roadmap
|
||||||
---------------
|
---------------
|
||||||
- Refactor common network shared code into package
|
- Refactor common network shared code into package **(done)**
|
||||||
- Convert various nxos modules to leverage declarative intent
|
- Convert various nxos modules to leverage declarative intent
|
||||||
- Refactor various modules to leverage the cliconf plugin
|
- Refactor various modules to leverage the cliconf plugin
|
||||||
- Add various missing declarative modules for supported platforms and functions
|
- Add various missing declarative modules for supported platforms and functions
|
||||||
- Implement a feature that handles platform differences and feature unavailability.
|
- Implement a feature that handles platform differences and feature unavailability
|
||||||
- netconf-config.py should provide control for deployment strategy
|
- netconf-config.py should provide control for deployment strategy
|
||||||
- Create netconf connection plugin
|
- Create netconf connection plugin
|
||||||
- Create netconf fact module
|
- Create netconf fact module
|
||||||
|
@ -193,8 +193,8 @@ Network Roadmap
|
||||||
- Improve logging for ansible-connection
|
- Improve logging for ansible-connection
|
||||||
- Improve stdout output for failures whilst using persistent connection
|
- Improve stdout output for failures whilst using persistent connection
|
||||||
- Create IOS-XR NetConf Plugin and refactor iosxr modules to leverage netconf plugin
|
- Create IOS-XR NetConf Plugin and refactor iosxr modules to leverage netconf plugin
|
||||||
- Refactor junos modules to use netconf plugin
|
- Refactor junos modules to use netconf plugin **(done)**
|
||||||
- Filters: Add a filter to convert XML response from a network device to JSON object.
|
- Filters: Add a filter to convert XML response from a network device to JSON object **(done)**
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@ -208,6 +208,7 @@ Documentation
|
||||||
- Use Case: Getting Started
|
- Use Case: Getting Started
|
||||||
- Use Case: set hostname network documentation
|
- Use Case: set hostname network documentation
|
||||||
- Use Case: _command show version
|
- Use Case: _command show version
|
||||||
|
- Best practice **(done)**
|
||||||
|
|
||||||
Contributor Quality of Life
|
Contributor Quality of Life
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
Loading…
Reference in a new issue