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 Promote ec2_vpc_peer and ec2_vpc_peering_info modules #2333

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
afa61d9
Initial commit
jillr Mar 2, 2020
9e2c918
migration test cleanup
jillr Mar 3, 2020
279f0ba
Rename collection (#12)
jillr Mar 25, 2020
81e448b
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
4d8dab7
Collections related fixes for CI (#96)
jillr Jun 16, 2020
42ae9be
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
5c1f7d1
Update module_utils paths to remove aws subdir (#23)
flowerysong Jun 16, 2020
264533a
Update docs (#99)
jillr Jun 17, 2020
5bd452c
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
b92d54f
aws modules: fix examples to use FQCN for builtin modules/plugins (#144)
Andersson007 Jul 17, 2020
9eb131f
ec2_vpc_peer: Remove duplicate 'profile' parameter, it's automaticall…
tremble Aug 1, 2020
cd89b31
Bulk migration to AnsibleAWSModule (#173)
tremble Aug 12, 2020
d7c4efe
Python 3 compatibility error handling: use to_native(e) instead of st…
veloutin Aug 15, 2020
c8334fc
Cleanup: Bulk Migration from boto3_conn to module.client() (#188)
tremble Aug 26, 2020
49c9774
Use botocore_at_least rather than LooseVersion/StrictVersion directly…
tremble Dec 16, 2020
659e952
Bulk migration to fail_json_aws (#361)
tremble Jan 27, 2021
2d8200e
ec2_vpc_peer - idempotency + integration tests (#501)
tremble Apr 6, 2021
9d00f0a
Return all infos of a VPC peering connection in ec2_vpc_peer module (…
stefanhorning Apr 9, 2021
515fb3e
Use shared normalize_boto3_result code
tremble Apr 10, 2021
cc4f85d
Add Retries
tremble Apr 10, 2021
bec1941
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
9d02472
Move ec2_vpc_peer over to shared ec2 tagging code Add NotFound retrie…
tremble Jun 29, 2021
eb99a21
Remove shippable references from repo
jillr Apr 29, 2021
3357b81
Remove unused imports
tremble Jul 9, 2021
a0dfe9f
Reorder imports based on PEP8 import recommendations
tremble Jul 9, 2021
fa0ac14
Remove code testing for unsupported versions of boto3/botocore
tremble Aug 6, 2021
28345b8
Remove deprecated "facts" aliases (#814)
jillr Dec 2, 2021
a87e5f8
For consistency - add empty dependencies file to targets with no curr…
tremble Apr 22, 2022
3ecfad7
Tagging fragment - Move simplest cases over to the docs fragment. (#1…
tremble Jun 1, 2022
4ab3df5
ec2_vpc_peer - Fix idempotency when accepter/requester is reversed (#…
tremble Jul 12, 2022
fb877ea
Make example AWS UUIDS follow a specific pattern (#1539)
tremble Sep 28, 2022
3a51850
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
a0f4a35
Fix non-matching defaults in docs (#1576)
felixfontein Nov 2, 2022
3b4c1a0
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
4abe9a6
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
27b2382
Big Black PR (#1784)
tremble Apr 26, 2023
c12166c
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
f70f39f
Apply isort and flynt (#1962)
tremble Oct 17, 2023
66b2287
ansible-lint (documentation) cleanup for plugins/ (#2036)
tremble Jan 5, 2024
7750435
Refactor ec2_vpc_peer* modules (#2153)
alinabuzachis Oct 10, 2024
e4139b1
Update runtime
alinabuzachis Oct 16, 2024
d6cf4ae
Update FQDN
alinabuzachis Oct 16, 2024
a4c04f5
Update AnsibleAWSModule import path
alinabuzachis Oct 16, 2024
52949ca
Remove collection reference inside the tests
alinabuzachis Oct 16, 2024
3cf2481
Add changelog fragment
alinabuzachis Oct 16, 2024
46ac498
Apply isort
alinabuzachis Oct 16, 2024
652e3b7
Modify upon review
alinabuzachis Oct 21, 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_peer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- ec2_vpc_peer - 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_peer``.
- ec2_vpc_peering_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_peering_info``.
12 changes: 7 additions & 5 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ action_groups:
- ec2_vpc_nat_gateway_info
- ec2_vpc_net
- ec2_vpc_net_info
- ec2_vpc_peer
- ec2_vpc_peering_info
- ec2_vpc_route_table
- ec2_vpc_route_table_info
- ec2_vpc_subnet
Expand Down Expand Up @@ -164,14 +166,14 @@ plugin_routing:
rds_param_group:
redirect: amazon.aws.rds_instance_param_group
deprecation:
removal_version: 10.0.0
warning_text: >-
rds_param_group has been renamed to rds_instance_param_group.
Please update your tasks.
removal_version: 10.0.0
warning_text: >-
rds_param_group has been renamed to rds_instance_param_group.
Please update your tasks.
lookup:
aws_ssm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ssm_parameter
aws_secret:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.secretsmanager_secret
redirect: amazon.aws.secretsmanager_secret
Loading
Loading