add links to roadmap projects/issues/PRs (#42771)

* add links to roadmap projects/issues/PRs
This commit is contained in:
Matt Davis 2018-07-17 09:11:05 -07:00 committed by Toshio Kuratomi
commit 1c420f160a

View file

@ -21,20 +21,20 @@ Cleaning Duty
------------- -------------
- Drop Py2.6 for controllers - Drop Py2.6 for controllers
- Remove dependency on simplejson - Remove dependency on simplejson `issue #42761 <https://github.com/ansible/ansible/issues/42761>`_
Engine Improvements Engine Improvements
------------------- -------------------
- Make ``become`` plugin based. `pr#38861 <https://github.com/ansible/ansible/pull/38861>`_ - Make ``become`` plugin based. `pr #38861 <https://github.com/ansible/ansible/pull/38861>`_
- Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr#13620 <https://github.com/ansible/ansible/pull/13620>`_ - Introduce a ``live`` keyword to provide modules the ability to push intermediate (live) updates `pr #13620 <https://github.com/ansible/ansible/pull/13620>`_
- Create a configuration object for a top level content installation path for modules, plugins, roles, etc. - 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. - 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 <https://github.com/ansible/proposals/issues/77>`_
- Refactor connection/shell/action/terminal/become plugins to allow looser coupling and more mix-and-match behaviour. - 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. - 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 <https://github.com/ansible/ansible/pull/32738>`_ - Jinja native types will allow for users to render a Python native type. `pr #32738 <https://github.com/ansible/ansible/pull/32738>`_
Core Modules Core Modules
@ -42,8 +42,8 @@ Core Modules
- Include feature changes and improvements - Include feature changes and improvements
- Create new argument `apply` that will allow for included tasks to inherit explicitly provided attributes. `pr#39236 <https://github.com/ansible/ansible/pull/39236>`_ - Create new argument `apply` that will allow for included tasks to inherit explicitly provided attributes. `pr #39236 <https://github.com/ansible/ansible/pull/39236>`_
- Create "private" functionality for allowing vars/default sot be exposed outside of roles. `pr#41330 <https://github.com/ansible/ansible/pull/41330>`_ - Create "private" functionality for allowing vars/default sot be exposed outside of roles. `pr #41330 <https://github.com/ansible/ansible/pull/41330>`_
- Provide a parameter for the `template` module to output to different encoding formats. - Provide a parameter for the `template` module to output to different encoding formats.
- `reboot` module for Linux hosts - `reboot` module for Linux hosts
@ -53,13 +53,13 @@ Cloud Modules
General General
======= =======
* Cloud auth plugin `proposal#24 <https://github.com/ansible/proposals/issues/24>`_ * Cloud auth plugin `proposal #24 <https://github.com/ansible/proposals/issues/24>`_
AWS AWS
=== ===
* Inventory plugin for RDS * Inventory plugin for RDS
* Count support for `ec2_instance` * Count support for `ec2_instance`
* `aws_eks` module `pr#41183 <https://github.com/ansible/ansible/pull/41183>`_ * `aws_eks` module `pr #41183 <https://github.com/ansible/ansible/pull/41183>`_
* Cloudformation stack sets support * Cloudformation stack sets support
* RDS instance and snapshot modules * RDS instance and snapshot modules
* Diff mode improvements for cloud modules * Diff mode improvements for cloud modules
@ -67,8 +67,8 @@ AWS
Azure Azure
===== =====
* Azure inventory plugin * Azure inventory plugin `issue #42769 <https://github.com/ansible/ansible/issues/42769>`__
* Azure stack support for modules * Azure stack support for modules `project tracker <https://github.com/nitzmahone/ansible/projects/2>`__
Network Network
@ -84,7 +84,7 @@ Modules
* New ``net_config`` module * New ``net_config`` module
* New ``cli_command`` module * New ``cli_command`` module
* Refactor ``netconf_config`` module to add additional functionality. `#proposal#104 <https://github.com/ansible/proposals/issues/104>`_ * Refactor ``netconf_config`` module to add additional functionality. `proposal #104 <https://github.com/ansible/proposals/issues/104>`_
Windows Windows
------- -------
@ -92,15 +92,13 @@ Windows
General General
======= =======
* Investigate the cause of WinRM HTTPS read timeouts * Investigate the cause of WinRM HTTPS read timeouts `issue #41145 <https://github.com/ansible/ansible/issues/41145>`__
* WinRM connection persistence (improves performance) * WinRM connection persistence (improves performance)
* Experiment with OpenSSH + powershell * Experiment with OpenSSH + powershell `pr #33074 <https://github.com/ansible/ansible/pull/33074>`_
Modules Modules
======= =======
* `win_domain` and `win_domain_controller` action wrappers * `win_domain` and `win_domain_controller` action wrappers `issue #42764 <https://github.com/ansible/ansible/issues/42764>`__
* Add link to `win_file` * 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 <https://github.com/ansible/ansible/issues/42768>`__