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_vpn* modules and tests #2300

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c9d08b7
Initial commit
jillr Mar 2, 2020
4d46646
migration test cleanup
jillr Mar 3, 2020
ec104ae
Rename collection (#12)
jillr Mar 25, 2020
0779afa
Fix docs issues in aws_s3_bucket_info and ec2_vpc_vpn (#47)
felixfontein Apr 24, 2020
1d05c6f
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
b5eb759
Collections related fixes for CI (#96)
jillr Jun 16, 2020
ff21f9c
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
c2d11fb
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
641f933
Update docs (#99)
jillr Jun 17, 2020
2cc6c8e
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
0cf2f5c
Sanity test / doc-default-does-not-match-spec fixups (#320)
tremble Dec 7, 2020
cb32644
Move module unit tests to the right location (#392)
tremble Feb 5, 2021
47fd10b
Attempt to improve the stability of ec2_vpc_vgw and ec2_vpc_vpn (#162)
tremble Mar 15, 2021
06a1a51
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
6de2a9c
ignore unused placeboify/maybe_sleep imports
tremble Jul 9, 2021
b79bd28
Reorder imports based on PEP8 import recommendations
tremble Jul 9, 2021
e027f77
Fix pylint test errors "arguments-renamed"
tremble Aug 12, 2021
60a6ed5
Remove deprecated "facts" aliases (#814)
jillr Dec 2, 2021
c5b575d
Fix unit tests which broke due to things being moved about in amazon.…
tremble Feb 1, 2022
ddaf1a7
Tagging - remove default empty dict where purge_tags default is False…
tremble May 31, 2022
10d42d1
ec2_vpc_vpn - fix exception when running in check mode without tags s…
tremble Jun 20, 2022
d535762
Update default value of purge_tags to True (#1343)
tremble Jul 11, 2022
e96c158
Minor linting fixups - 2022-08-12 (#1408)
tremble Aug 17, 2022
412d23e
adjust booleans (#1420)
markuman Aug 26, 2022
fb31a8b
Make example AWS UUIDS follow a specific pattern (#1539)
tremble Sep 28, 2022
05d0ea8
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
d2af423
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
bc3528b
autoscaling_scheduled_action - bump date for scheduled action in inte…
tremble Nov 3, 2022
051c48b
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
d01f541
Various lint fixups (#1707)
tremble Feb 4, 2023
593a496
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
9770a49
Big Black PR (#1784)
tremble Apr 26, 2023
ee06b1b
Bulk migration to Python 3.6 f-strings (#1810)
tremble May 8, 2023
580bad0
Add transit-gateway-id parameter to ec2_vpc_vpn module (#1877)
GomathiselviS Jul 13, 2023
7247610
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
9f673fd
Apply isort and flynt (#1962)
tremble Oct 17, 2023
9a617bb
Update FQCN, clean tests and add changelog fragment
abikouo Sep 19, 2024
a3d9d4e
added 'version_added_collection'
abikouo Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_vpn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- ec2_vpc_vpn - 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_vpn``.
- ec2_vpc_vpn_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_vpn_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_vpn
- ec2_vpc_vpn_info
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
Expand Down
Loading
Loading