Skip to content

Commit

Permalink
Update ROADMAP_2_6.rst with additional network roadmap items (ansible…
Browse files Browse the repository at this point in the history
…#39225)

* Update ROADMAP_2_6.rst

Added network_get and network_put to Network modules roadmap

* Update ROADMAP_2_6.rst

add netconf_config to the network module roadmap
  • Loading branch information
abenokraitis authored and Alexander Bethke committed May 15, 2018
1 parent 33ddf0b commit 01a84d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docsite/rst/roadmap/ROADMAP_2_6.rst
Expand Up @@ -55,7 +55,10 @@ Modules
* New ``cli_config`` - platform agnostic module for sending text based config over network_cli
* New ``cli_command`` - platform agnostic command module
* New ``netconf_get`` - implements the standard netconf get rpc
* New ``netconf_config`` - implements the standard netconf edit/configure rpc
* New ``netconf_rpc`` - calls any playbook defined rpc on the remote device and returns the results
* New ``network_get`` - platform agnostic module for pulling configuration via SCP/SFTP over network_cli
* New ``network_put`` - platform agnostic module for pushing configuration via SCP/SFTP over network_cli

Other Features
================
Expand Down

0 comments on commit 01a84d1

Please sign in to comment.