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

WIP DNM Migrate ec2_vpc_igw* modules and tests #3

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
728ba93
Initial commit
jillr Mar 2, 2020
d87ed77
migration test cleanup
jillr Mar 3, 2020
6929450
Rename collection (#12)
jillr Mar 25, 2020
687f71e
Remove METADATA and cleanup galaxy.yml (#70)
jillr May 19, 2020
4d16ccf
Collections related fixes for CI (#96)
jillr Jun 16, 2020
f862374
Update Examples with FQCN (#67)
Akasurde Jun 16, 2020
f4314fe
Update docs (#99)
jillr Jun 17, 2020
2ef35aa
Docs: sanity fixes (#133)
Akasurde Jul 15, 2020
3094e81
aws modules: fix examples to use FQCN for builtin modules/plugins (#144)
Andersson007 Jul 17, 2020
91f0a9f
Bulk migration to AnsibleAWSModule (#173)
tremble Aug 12, 2020
28db71c
Python 3 compatibility error handling: use to_native(e) instead of st…
veloutin Aug 15, 2020
a25b83d
Cleanup: Bulk Migration from boto3_conn to module.client() (#188)
tremble Aug 26, 2020
ecaa5da
Tags feature: support tags specification for NAT gateway (#345) (#372)
alinabuzachis Feb 1, 2021
8f50678
Remove ec2_vpc_nat_gateway unit tests (#407)
tremble Feb 11, 2021
4af437f
Mark the ec2_vpc_nat_gateway integration tests 'unstable' (#429)
tremble Feb 20, 2021
40f7138
improve ec2_vpc_nat_gateway stability (#427)
tremble Feb 23, 2021
505c5b9
ec2_vpc_nat_gateway: increase integration tests coverage (#387)
alinabuzachis Feb 24, 2021
6c5ef69
move describe_addresses call back to non-paginated (pagination not su…
tremble Feb 25, 2021
e74cbe3
ec2_vpc_nat_gateway_info: add retry decorator (#446)
alinabuzachis Feb 25, 2021
ee67b1f
Fix broken check_mode (#436)
alinabuzachis Mar 10, 2021
1e28bee
More no_log=False to fix sanity tests (#474)
felixfontein Mar 13, 2021
5b20207
ec2_vpc_nat_gateway cleanup (#445)
alinabuzachis Mar 16, 2021
9a54b51
ec2_vpc_nat_gateway_info: module stabilization (#472)
alinabuzachis Mar 18, 2021
32c864f
Update the default module requirements from python 2.6/boto to python…
tremble May 6, 2021
37a1a0c
Remove shippable references from repo
jillr Apr 29, 2021
2c8bf85
Update ignore files
alinabuzachis Jul 20, 2021
b01c58c
refresh runtime
alinabuzachis Jul 20, 2021
7c0548f
Update FQDN
alinabuzachis Jul 20, 2021
603c8f1
Add changelog fragment
alinabuzachis Jul 20, 2021
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
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_nat_gateway.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
major_changes:
- ec2_vpc_nat_gateway_facts - 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_nat_gateway_facts``.
- ec2_vpc_nat_gateway - 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_nat_gateway``.
- ec2_vpc_nat_gateway_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_nat_gateway_info``.
59 changes: 34 additions & 25 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,74 +49,83 @@ action_groups:
- ec2_vpc_subnet
- ec2_vpc_subnet_info
- s3_bucket

- ec2_vpc_nat_gateway_facts
- ec2_vpc_nat_gateway
- ec2_vpc_nat_gateway_info
plugin_routing:
modules:
aws_az_facts:
deprecation:
removal_date: 2022-06-01
warning_text: >-
aws_az_facts was renamed in Ansible 2.9 to aws_az_info.
Please update your tasks.
aws_az_facts was renamed in Ansible 2.9 to aws_az_info.
Please update your tasks.
aws_caller_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
aws_caller_facts was renamed in Ansible 2.9 to aws_caller_info.
Please update your tasks.
aws_caller_facts was renamed in Ansible 2.9 to aws_caller_info.
Please update your tasks.
cloudformation_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
cloudformation_facts has been deprecated and will be removed.
The cloudformation_info module returns the same information, but
not as ansible_facts. See the module documentation for more
information.
cloudformation_facts has been deprecated and will be removed.
The cloudformation_info module returns the same information, but
not as ansible_facts. See the module documentation for more
information.
ec2_ami_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_ami_facts was renamed in Ansible 2.9 to ec2_ami_info.
Please update your tasks.
ec2_ami_facts was renamed in Ansible 2.9 to ec2_ami_info.
Please update your tasks.
ec2_eni_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_eni_facts was renamed in Ansible 2.9 to ec2_eni_info.
Please update your tasks.
ec2_eni_facts was renamed in Ansible 2.9 to ec2_eni_info.
Please update your tasks.
ec2_group_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_group_facts was renamed in Ansible 2.9 to ec2_group_info.
Please update your tasks.
ec2_group_facts was renamed in Ansible 2.9 to ec2_group_info.
Please update your tasks.
ec2_snapshot_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_snapshot_facts was renamed in Ansible 2.9 to ec2_snapshot_info.
Please update your tasks.
ec2_snapshot_facts was renamed in Ansible 2.9 to ec2_snapshot_info.
Please update your tasks.
ec2_vol_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vol_facts was renamed in Ansible 2.9 to ec2_vol_info.
Please update your tasks.
ec2_vol_facts was renamed in Ansible 2.9 to ec2_vol_info.
Please update your tasks.
ec2_vpc_dhcp_option_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_dhcp_option_facts was renamed in Ansible 2.9 to
ec2_vpc_dhcp_option_info. Please update your tasks.
ec2_vpc_dhcp_option_facts was renamed in Ansible 2.9 to
ec2_vpc_dhcp_option_info. Please update your tasks.
ec2_vpc_net_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_net_facts was renamed in Ansible 2.9 to ec2_vpc_net_info.
Please update your tasks.
ec2_vpc_net_facts was renamed in Ansible 2.9 to ec2_vpc_net_info.
Please update your tasks.
ec2_vpc_subnet_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_subnet_facts was renamed in Ansible 2.9 to
ec2_vpc_subnet_info. Please update your tasks.
ec2_vpc_subnet_facts was renamed in Ansible 2.9 to
ec2_vpc_subnet_info. Please update your tasks.
ec2_vpc_nat_gateway_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_nat_gateway_facts was renamed in Ansible 2.9 to
ec2_vpc_nat_gateway_info.
Please update your tasks.
Loading