From 8ed7e80fc84682cae0d903a4f873276bbce4a1f4 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 23 Aug 2018 19:32:27 -0700 Subject: [PATCH] Remove from roadmap, thing that aren't going to make it for 2.7 (#44481) * Remove from roadmap, thing that aren't going to make it for 2.7 * Added actual Windows roadmap deliverables --- docs/docsite/rst/roadmap/ROADMAP_2_7.rst | 26 ++++++++---------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst index c6048f0c9ba..4400e881283 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst @@ -36,14 +36,7 @@ Cleaning Duty Engine Improvements ------------------- -- Make ``become`` plugin based. `pr #38861 `_ -- Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr #13620 `_ -- Add content_path for mazer installed content `pr #42867 `_ -- Investigate what it will take to utilise the work performed by Mitogen maintainers. `pr #41749 `_, `branch `_ and talk to jimi-c -- Provide sane connection defaults by platform `ansible_platform` `proposal #77 `_ -- Refactor connection/shell/action/terminal/become plugins to allow looser coupling and more mix-and-match behaviour.(nitzmahone) -- Investigate performance improvements in using threads as opposed to forks `branch from jimi-c - `_ +- Performance improvement invoking Python modules `pr #41749 `_ - Jinja native types will allow for users to render a Python native type. `pr #32738 `_ @@ -53,8 +46,7 @@ Core Modules - Include feature changes and improvements - Create new argument ``apply`` that will allow for included tasks to inherit explicitly provided attributes. `pr #39236 `_ - - Create "private" functionality for allowing vars/default sot be exposed outside of roles. `pr #41330 `_ - + - Create "private" functionality for allowing vars/default to be exposed outside of roles. `pr #41330 `_ - Provide a parameter for the ``template`` module to output to different encoding formats `pr #42171 `_ - ``reboot`` module for Linux hosts (@samdoran) `pr #35205 `_ @@ -79,7 +71,6 @@ Azure ===== * Azure inventory plugin `issue #42769 `__ -* Azure stack support for modules `project tracker `__ Network @@ -105,13 +96,14 @@ Windows General ======= -* Investigate the cause of WinRM HTTPS read timeouts `issue #41145 `__ -* WinRM connection persistence (improves performance) `pr #41729 `__ -* Experiment with OpenSSH + powershell `pr #33074 `_ +* Added new connection plugin that uses PSRP as the connection protocol `pr #41729 `__ Modules ======= -* `win_domain` and `win_domain_controller` action wrappers `issue #42764 `__ -* Add link to `win_file` `issue #43060 `__ -* Hostname change support for `win_domain` and `win_domain_controller` `issue #42768 `__ +* Revamp Chocolatey to fix bugs and support offline installation `pr #43013 `_. +* Add Chocolatey modules that can manage the following Chocolatey features + + * `Sources `_ `pr #42790 `_ + * `Features `_ `pr #42848 `_ + * `Config `_ `pr #42915 `_