From 60215b9af497713979215ec2e1941733a7541d98 Mon Sep 17 00:00:00 2001 From: Dylan Silva Date: Mon, 26 Mar 2018 06:27:41 -0700 Subject: [PATCH 1/3] 2..6 roadmap doc --- docs/docsite/rst/roadmap/ROADMAP_2_6.rst | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/docsite/rst/roadmap/ROADMAP_2_6.rst diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst new file mode 100644 index 00000000000000..1dc653119afb1e --- /dev/null +++ b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst @@ -0,0 +1,43 @@ +=========== +Ansible 2.6 +=========== +**Core Engine Freeze: Mid May 2018** + +**Core and Curated Module Freeze: Mid May 2018** + +**Community Module Freeze: Late May 2018** + +**Release Candidate Mid June, 2018** + +**Target: June/July 2018** + +.. contents:: Topics + +Engine improvements +------------------- +- Version 2.6 is largely going to be a stabalisation release for Core code. +- Some of the items covered in this release, but are not limited to are the following: + - ansible-inventory + - import_* + - include_* + - Test coverage + - Performance Testing + +Core Modules +------------ +- Adopt-a-module Campaign + - Review current status of all Core Modules + - Reduce backlog of open issues against these modules + +Cloud Modules +------------- + +Network +------- + +Windows +------- + + + + From a386ec27626d5ec614c4cdaed1335764b1e44948 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 28 Mar 2018 19:43:19 +0100 Subject: [PATCH 2/3] Formatting & network items --- docs/docsite/rst/roadmap/ROADMAP_2_6.rst | 44 +++++++++++++++++++----- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst index 1dc653119afb1e..9cc881bd135fa2 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst @@ -1,31 +1,35 @@ =========== Ansible 2.6 =========== -**Core Engine Freeze: Mid May 2018** -**Core and Curated Module Freeze: Mid May 2018** +**Core Engine Freeze:** Mid May 2018 -**Community Module Freeze: Late May 2018** +**Core and Curated Module Freeze:** Mid May 2018 -**Release Candidate Mid June, 2018** +**Community Module Freeze:** Late May 2018 -**Target: June/July 2018** +**Release Candidate:** Mid June 2018 + +**Target:** June/July 2018 .. contents:: Topics Engine improvements ------------------- + - Version 2.6 is largely going to be a stabalisation release for Core code. - Some of the items covered in this release, but are not limited to are the following: - - ansible-inventory - - import_* - - include_* + + - ``ansible-inventory`` + - ``import_*`` + - ``include_*`` - Test coverage - Performance Testing Core Modules ------------ - Adopt-a-module Campaign + - Review current status of all Core Modules - Reduce backlog of open issues against these modules @@ -35,6 +39,30 @@ Cloud Modules Network ------- +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_rpc`` - calls any playbook defined rpc on the remote device and returns the results + +Other Features +================ + +* Stretch & tech preview: Configuration caching for network_cli. Opt-in feature to avoid ``show running`` performance hit + + Windows ------- From 58bc89af53a24410bc9fd66f6671d9c1b0617e3c Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 28 Mar 2018 19:45:44 +0100 Subject: [PATCH 3/3] typo --- docs/docsite/rst/roadmap/ROADMAP_2_6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst index 9cc881bd135fa2..c63da40b1468b0 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst @@ -17,7 +17,7 @@ Ansible 2.6 Engine improvements ------------------- -- Version 2.6 is largely going to be a stabalisation release for Core code. +- Version 2.6 is largely going to be a stabilization release for Core code. - Some of the items covered in this release, but are not limited to are the following: - ``ansible-inventory``