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 for cloud work

This commit is contained in:
Ryan Brown 2017-02-07 10:44:29 -05:00 committed by GitHub
parent b30942787b
commit 0de96d68f6

View file

@ -127,12 +127,11 @@ Target: February/March 2017
- **Amazon resources** (ryansb)
- Refactor ec2.py (but first, better testing)
- ELB version 2
- Multifactor authentication support (STS feature, affects all modules)
- CloudFormation YAML, cross-stack reference, and roles support
- ECS module refactor
- AWS module unit testing w/ placebo (boto3 only)
- Improve ec2.py integration tests (pending, likely to make 2.3)
- ELB version 2 (pending, will make 2.3 easily)
- CloudFormation YAML, cross-stack reference, and roles support (done)
- ECS module refactor (partial, may slip to 2.4)
- AWS module unit testing w/ placebo (boto3 only) (pending, will make 2.3)
- **Plugin Loader**