Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM Migrate ec2_vpc_vgw* modules and tests #2299

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2977eb7
Initial commit
jillr Mar 2, 2020
7a3c031
migration test cleanup
jillr Mar 3, 2020
8d6d3ed
Rename collection (#12)
jillr Mar 25, 2020
798d51b
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
acaae2d
Collections related fixes for CI (#96)
jillr Jun 16, 2020
4139f4f
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
89cd03b
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
29684e7
Update docs (#99)
jillr Jun 17, 2020
691dd71
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
938c150
Mark a number of integration tests as unstable based on high failure …
tremble Jul 27, 2020
7e6fc6b
Bulk migration to AnsibleAWSModule (#173)
tremble Aug 12, 2020
d56e819
Cleanup: Bulk Migration from boto3_conn to module.client() (#188)
tremble Aug 26, 2020
92e28d0
Bulk import cleanup (#360)
tremble Jan 16, 2021
a0faaf5
Bulk migration to fail_json_aws (#361)
tremble Jan 27, 2021
569d167
Move tests to using module_defaults (#368)
tremble Feb 10, 2021
2cb5ec6
Yet more integration test aliases file cleanup (#431)
tremble Feb 21, 2021
beb8930
Attempt to improve the stability of ec2_vpc_vgw and ec2_vpc_vpn (#162)
tremble Mar 15, 2021
7c51d23
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
fa0ecdb
Remove shippable references from repo
jillr Apr 29, 2021
0f18403
Fix pylint test errors "arguments-renamed"
tremble Aug 12, 2021
29dd642
Remove deprecated "facts" aliases (#814)
jillr Dec 2, 2021
9f1d646
For consistency - add empty dependencies file to targets with no curr…
tremble Apr 22, 2022
616b104
ec2_vpc_vgw - Add support for purge_tags (#1232)
tremble Jun 9, 2022
0be96e7
Add some simple ec2_vpc_vgw_info integration tests to ec2_vpc_vgw tes…
tremble Jun 20, 2022
cbd9193
ec2_vpc_vgw_info - update to not throw an error when run in check_mod…
tremble Jul 9, 2022
f04874a
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
3da5b85
Fix broken ec2_vpc_vgw tests (#1579)
tremble Nov 2, 2022
7d37617
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
a147f19
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
8869b4b
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
42e32b0
Big Black PR (#1784)
tremble Apr 26, 2023
5ee4b65
Bulk migration to Python 3.6 f-strings (#1810)
tremble May 8, 2023
ed1e92f
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
a77eb0e
Apply isort and flynt (#1962)
tremble Oct 17, 2023
a798231
ansible-lint (documentation) cleanup for plugins/ (#2036)
tremble Jan 5, 2024
664664a
ec2_vpc_vgw - fix call to parent static method in class VGWRetry (#2140)
abikouo Sep 9, 2024
e0c9d78
Update integration tests and meta/runtime.yml
abikouo Sep 19, 2024
9beeab2
Fix sanity issue
abikouo Sep 19, 2024
678a053
added 'version_added_collection'
abikouo Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_vgw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- ec2_vpc_vgw - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be
updated to use ``amazon.aws.ec2_vpc_vgw``.
- ec2_vpc_vgw_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be
updated to use ``amazon.aws.ec2_vpc_vgw_info``.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ action_groups:
- ec2_vpc_route_table_info
- ec2_vpc_subnet
- ec2_vpc_subnet_info
- ec2_vpc_vgw
- ec2_vpc_vgw_info
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
Expand Down
Loading
Loading