1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update ROADMAP_2_3.rst

This commit is contained in:
John R Barker 2017-02-07 18:47:36 +00:00 committed by GitHub
parent 174961b945
commit 9ddc94d0e9

View file

@ -31,16 +31,16 @@ Target: February/March 2017
- **Documentation** - **Documentation**
- Update developing_modules (in progress, will continue in 2.4) - Update developing_modules **(in progress, will continue in 2.4)**
- Set up rst skeleton for module_utils docs. - Set up rst skeleton for module_utils docs.
- Plugin development docs - Plugin development docs
- Speed up `make webdocs` https://github.com/ansible/ansible/issues/17406 (done) - Speed up `make webdocs` https://github.com/ansible/ansible/issues/17406 **(done)**
- **Windows platform** (nitzmahone) - **Windows platform** (nitzmahone)
- Pipelining support - Pipelining support
- Become support - Become support
- Integrated kerberos ticket management (via ansible_user/ansible_password) (done) - Integrated kerberos ticket management (via ansible_user/ansible_password) **(done)**
- Switch PS input encoding to BOM-less UTF8 - Switch PS input encoding to BOM-less UTF8
- Server 2016 support/testing (now RTMd) - Server 2016 support/testing (now RTMd)
- Modularize Windows module_utils (allow N files) - Modularize Windows module_utils (allow N files)
@ -63,12 +63,12 @@ Target: February/March 2017
- **Azure modules** (nitzmahone/mattclay) - **Azure modules** (nitzmahone/mattclay)
- Ensure Azure SDK rc6/RTM work (done) - Ensure Azure SDK rc6/RTM work **(done)**
- Move tests from ansible/azure_rm repo to ansible/ansible (bump to 2.4, no CI resources) - Move tests from ansible/azure_rm repo to ansible/ansible **(bump to 2.4, no CI resources)**
- Update/enhance tests (bump to 2.4, no CI resources) - Update/enhance tests **(bump to 2.4, no CI resources)**
- Expose endpoint overrides (support AzureChinaCloud, Azure Stack) (bump to 2.4) - Expose endpoint overrides (support AzureChinaCloud, Azure Stack) **(bump to 2.4)**
- Get Azure tests running in CI (stretch, depends on availability of sponsored account) (bump to 2.4, no CI resources) - Get Azure tests running in CI (stretch, depends on availability of sponsored account) **(bump to 2.4, no CI resources)**
- azure_rm_loadbalancer module (stretch) (bump to 2.4) - azure_rm_loadbalancer module (stretch) **(bump to 2.4)**
- **Networking** - **Networking**