mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update ROADMAP_2_5.rst
Mark connection-related tasks as done
This commit is contained in:
parent
88318c5fe5
commit
caf1b357aa
1 changed files with 5 additions and 5 deletions
|
@ -186,12 +186,12 @@ Network Roadmap
|
|||
- Add various missing declarative modules for supported platforms and functions
|
||||
- Implement a feature that handles platform differences and feature unavailability
|
||||
- netconf-config.py should provide control for deployment strategy
|
||||
- Create netconf connection plugin
|
||||
- Create netconf connection plugin **(done)**
|
||||
- Create netconf fact module
|
||||
- Turn network_cli into a usable connection type
|
||||
- Implements jsonrpc message passing for ansible-connection
|
||||
- Improve logging for ansible-connection
|
||||
- Improve stdout output for failures whilst using persistent connection
|
||||
- Turn network_cli into a usable connection type **(done)**
|
||||
- Implements jsonrpc message passing for ansible-connection **(done)**
|
||||
- Improve logging for ansible-connection **(done)**
|
||||
- Improve stdout output for failures whilst using persistent connection **(done)**
|
||||
- Create IOS-XR NetConf Plugin and refactor iosxr modules to leverage 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 **(done)**
|
||||
|
|
Loading…
Reference in a new issue