update 2.1 completed roadmap items

pull/15134/head
nitzmahone 9 years ago
parent 03d33f0905
commit 849cdd90f2

@ -17,13 +17,13 @@ These roadmaps are the team's *best guess* roadmaps based on the Ansible team's
## Windows, General ## Windows, General
* Figuring out privilege escalation (runas w/ username/password) * Figuring out privilege escalation (runas w/ username/password)
* Implement kerberos encryption over http * Implement kerberos encryption over http
* pywinrm conversion to requests (Some mess here on pywinrm/requests. will need docs etc.) * ~~pywinrm conversion to requests (Some mess here on pywinrm/requests. will need docs etc.)~~ DONE
* NTLM support * ~~NTLM support~~ DONE
## Modules ## Modules
* Windows * Windows
* Finish cleaning up tests and support for post-beta release * ~~Finish cleaning up tests and support for post-beta release~~ DONE
* Strict mode cleanup (one module in core) * ~~Strict mode cleanup (one module in core)~~ DONE
* Domain user/group management * Domain user/group management
* Finish win\_host and win\_rm in the domain/workgroup modules. * Finish win\_host and win\_rm in the domain/workgroup modules.
* Close 2 existing PRs (These were deemed insufficient) * Close 2 existing PRs (These were deemed insufficient)
@ -42,16 +42,16 @@ These roadmaps are the team's *best guess* roadmaps based on the Ansible team's
* VMware modules moved to official pyvmomi bindings * VMware modules moved to official pyvmomi bindings
* VMware inventory script updates for pyvmomi, adding tagging support * VMware inventory script updates for pyvmomi, adding tagging support
* Azure (Notes: We've made progress here now that Microsoft has swaped out the code generator on the Azure Python SDK. We have basic modules working against all of these resources at this time. Could ship it against current SDK, but may break. Or should the version be pinned?) * Azure (Notes: We've made progress here now that Microsoft has swaped out the code generator on the Azure Python SDK. We have basic modules working against all of these resources at this time. Could ship it against current SDK, but may break. Or should the version be pinned?)
* Minimal Azure coverage using new ARM api * ~~Minimal Azure coverage using new ARM api~~ DONE
* Resource Group * ~~Resource Group~~ DONE
* Virtual Network * ~~Virtual Network~~ DONE
* Subnet * ~~Subnet~~ DONE
* Public IP * ~~Public IP~~ DONE
* Network Interface * ~~Network Interface~~ DONE
* Storage Account * ~~Storage Account~~ DONE
* Security Group * ~~Security Group~~ DONE
* Virtual Machine * ~~Virtual Machine~~ DONE
* Update of inventory script to use new API, adding tagging support * ~~Update of inventory script to use new API, adding tagging support~~ DONE
* Docker: * Docker:
* Start Docker module refactor * Start Docker module refactor
* Update to match current docker CLI capabilities * Update to match current docker CLI capabilities

Loading…
Cancel
Save