From 02adb6520fd7a9a85c002838a764c6f57eb8ee33 Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Thu, 10 May 2018 07:03:49 -0600 Subject: [PATCH] Removing stretch items for 2.6 roadmap (#39757) * netconf modules * gRPC connection plugin --- docs/docsite/rst/roadmap/ROADMAP_2_6.rst | 6 ------ 1 file changed, 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 `_ * 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