diff options
author | Chris Alfonso <christopher.alfonso@gmail.com> | 2018-05-10 07:03:49 -0600 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2018-05-10 14:03:49 +0100 |
commit | 02adb6520fd7a9a85c002838a764c6f57eb8ee33 (patch) | |
tree | d546e1db0fecbd79fb72783aff18367d5e0d8708 /docs | |
parent | a1620ee2e0663ed0ec54809639e6de7dcec9912f (diff) | |
download | ansible-02adb6520fd7a9a85c002838a764c6f57eb8ee33.tar.gz |
Removing stretch items for 2.6 roadmap (#39757)
* netconf modules
* gRPC connection plugin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/roadmap/ROADMAP_2_6.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst index 096a045111..98f8b5db52 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst @@ -51,18 +51,12 @@ Connection work * New connection plugin: eAPI `proposal#102 <https://github.com/ansible/proposals/issues/102>`_ * New connection plugin: NX-API * Support for configurable options for network_cli & netconf -* Stretch & tech preview: New connection plugin for gRPC -* Stretch: netconf plugin for IOS -* Stretch: netconf plugin for NXOS 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 |