From 1c420f160a7f2c35d32f643ba0ae12d61ef733b7 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 17 Jul 2018 09:11:05 -0700 Subject: [PATCH] add links to roadmap projects/issues/PRs (#42771) * add links to roadmap projects/issues/PRs --- docs/docsite/rst/roadmap/ROADMAP_2_7.rst | 34 +++++++++++------------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst index 0c72d878e4..f8707fb683 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst @@ -21,20 +21,20 @@ Cleaning Duty ------------- - Drop Py2.6 for controllers -- Remove dependency on simplejson +- Remove dependency on simplejson `issue #42761 `_ Engine Improvements ------------------- -- Make ``become`` plugin based. `pr#38861 `_ -- Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr#13620 `_ +- Make ``become`` plugin based. `pr #38861 `_ +- Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr #13620 `_ - Create a configuration object for a top level content installation path for modules, plugins, roles, etc. - Investigate what it will take to utilise the work performed by Mitogen maintainers. -- Provide sane connection defaults by platform `ansible_platform`. +- 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. - Investigate performance improvements in using threads as opposed to forks. -- Jinja native types will allow for users to render a Python native type. `pr#32738 `_ +- Jinja native types will allow for users to render a Python native type. `pr #32738 `_ Core Modules @@ -42,8 +42,8 @@ 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 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 `_ - Provide a parameter for the `template` module to output to different encoding formats. - `reboot` module for Linux hosts @@ -53,13 +53,13 @@ Cloud Modules General ======= -* Cloud auth plugin `proposal#24 `_ +* Cloud auth plugin `proposal #24 `_ AWS === * Inventory plugin for RDS * Count support for `ec2_instance` -* `aws_eks` module `pr#41183 `_ +* `aws_eks` module `pr #41183 `_ * Cloudformation stack sets support * RDS instance and snapshot modules * Diff mode improvements for cloud modules @@ -67,8 +67,8 @@ AWS Azure ===== -* Azure inventory plugin -* Azure stack support for modules +* Azure inventory plugin `issue #42769 `__ +* Azure stack support for modules `project tracker `__ Network @@ -84,7 +84,7 @@ Modules * New ``net_config`` module * New ``cli_command`` module -* Refactor ``netconf_config`` module to add additional functionality. `#proposal#104 `_ +* Refactor ``netconf_config`` module to add additional functionality. `proposal #104 `_ Windows ------- @@ -92,15 +92,13 @@ Windows General ======= -* Investigate the cause of WinRM HTTPS read timeouts +* Investigate the cause of WinRM HTTPS read timeouts `issue #41145 `__ * WinRM connection persistence (improves performance) -* Experiment with OpenSSH + powershell +* Experiment with OpenSSH + powershell `pr #33074 `_ Modules ======= -* `win_domain` and `win_domain_controller` action wrappers +* `win_domain` and `win_domain_controller` action wrappers `issue #42764 `__ * Add link to `win_file` -* Hostname change support for `win_domain` and `win_domain_controller` - - +* Hostname change support for `win_domain` and `win_domain_controller` `issue #42768 `__