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

Open
wants to merge 47 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. Initial commit

    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1290c2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e45e4d5 View commit details
    Browse the repository at this point in the history
  3. Rename collection (#12)

    * Rename core collection
    
    Rename references to ansible.amazon to amazon.aws.
    
    * Rename community.amazon to community.aws
    Fix pep8 line lengths for rewritten amazon.aws imports
    
    * Missed a path in shippable.sh
    * Dependency repos moved
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@235c5db
    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    70de6cd View commit details
    Browse the repository at this point in the history
  4. Remove METADATA and cleanup galaxy.yml (ansible-collections#70)

    * Remove ANSIBLE_METADATA entirely, see ansible/ansible/pull/69454.
    Remove `license` field from galaxy.yml, in favor of `license_file`.
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@05672a6
    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6e4cb41 View commit details
    Browse the repository at this point in the history
  5. Collections related fixes for CI (ansible-collections#96)

    * Update module deprecations
    
    Switch version to `removed_at_date`
    
    * Don't install amazon.aws from galaxy
    
    We've been using galaxy to install amazon.aws in shippable, but that
    doesn't really work if we aren't publising faster. Get that collection
    from git so it is most up to date.
    
    * We need to declare python test deps now
    
    * missed a python dep
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@7cd211e
    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b1757e5 View commit details
    Browse the repository at this point in the history
  6. Update Examples with FQCN (ansible-collections#67)

    Updated module examples with FQCN
    
    Signed-off-by: Abhijeet Kasurde <[email protected]>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@98173ae
    Akasurde authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    befa562 View commit details
    Browse the repository at this point in the history
  7. Update module_utils paths to remove aws subdir (ansible-collections#23)

    Co-authored-by: Ezekiel Hendrickson <[email protected]>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@10853d9
    2 people authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b35dbe2 View commit details
    Browse the repository at this point in the history
  8. Update docs (ansible-collections#99)

    * Update docs
    
    Remove .git from repo url so links in readme will generate correctly
    Add required ansible version
    Run latest version of add_docs.py
    Add version_added string to modules
    
    * galaxy.yml was missing authors
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@96ee268
    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4d63797 View commit details
    Browse the repository at this point in the history
  9. Docs: sanity fixes (ansible-collections#133)

    Signed-off-by: Abhijeet Kasurde <[email protected]>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@059cf9e
    Akasurde authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4e01cf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5612bb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a6e6d7 View commit details
    Browse the repository at this point in the history
  12. Bulk migration to AnsibleAWSModule (ansible-collections#173)

    * Update comments to reference AnsibleAWSModule rather than AnsibleModule
    * Bulk re-order imports and split onto one from import per-line.
    * Add AnsibleAWSModule imports
    * Migrate boto 2 based modules to AnsibleAWSModule
    * Move boto3-only modules over to AnsibleAWSModule
    * Remove extra ec2_argument_spec calls - not needed now we're using AnsibleAWSModule
    * Remove most HAS_BOTO3 code, it's handled by AnsibleAWSModule
    * Handle missing Boto 2 consistently  (HAS_BOTO)
    * Remove AnsibleModule imports
    * Changelog fragment
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@818c6d2
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8bcb8ea View commit details
    Browse the repository at this point in the history
  13. Python 3 compatibility error handling: use to_native(e) instead of st…

    …r(e) or e.me… (ansible-collections#26)
    
    * Py3 compat error handling: use to_native(e) instead of str(e) or e.message
    * PR comment changes, use fail_json_aws and is_boto3_error_code
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@ffe14f9
    veloutin authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7e439d9 View commit details
    Browse the repository at this point in the history
  14. Cleanup: Bulk Migration from boto3_conn to module.client() (ansible-c…

    …ollections#188)
    
    * Migrate from boto3_conn to module.client
    * Simplify error handling when creating connections
    * Simplify Region handling
    * Remove unused imports
    * Changelog
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@6bdf00d
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0860d0c View commit details
    Browse the repository at this point in the history
  15. Use botocore_at_least rather than LooseVersion/StrictVersion directly (

    …ansible-collections#280)
    
    * Use botocore_at_least rather than LooseVersion/StrictVersion directly
    
    * changelog
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@46102ff
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6ee99d7 View commit details
    Browse the repository at this point in the history
  16. Bulk migration to fail_json_aws (ansible-collections#361)

    * Split imports and sort
    * Move camel_dict_to_snake_dict imports to ansible.module_utils.common.dict_transformations
    * Cleanup unused imports
    * Bulk migration to fail_json_aws
    * Changelog
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@6c88315
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    eaaf0ed View commit details
    Browse the repository at this point in the history
  17. ec2_vpc_peer - idempotency + integration tests (ansible-collections#501)

    * Add minimal integration tests for ec2_vpc_peer
    
    * Add Retries to VPC Peering
    
    * Fix idempotency when deleting connections
    
    * Fix idempotency when after rejecting peering connections
    
    * Test for updating tags
    
    * Add first round of assertions (changed/successful)
    
    * Add docs about ec2_vpc_peering_info return values
    
    * Make sure Peering IDs are consistent
    
    * docs update
    
    * Initial tests for ec2_vpc_peering_info results
    
    * Use ansible_dict_to_boto3_filter_list
    
    * Add support for waiting on state changes
    
    * Assert shape of results when searching based on status code
    
    * changelog
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@c20b102
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5550655 View commit details
    Browse the repository at this point in the history
  18. Return all infos of a VPC peering connection in ec2_vpc_peer module (a…

    …nsible-collections#355)
    
    * Return all infos of a VPC peering connection in ec2_vpc_peer module.
    * More extensive tests for vpc_peer module. Also got rid of redundant helper method in vpc_peer module
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@faa7d64
    stefanhorning authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    83f78e2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    21ecc5a View commit details
    Browse the repository at this point in the history
  20. Add Retries

    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    30f146f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ac4aa6d View commit details
    Browse the repository at this point in the history
  22. Move ec2_vpc_peer over to shared ec2 tagging code Add NotFound retrie…

    …s when tagging a new VPC Peering connection
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@80ead4a
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4304488 View commit details
    Browse the repository at this point in the history
  23. Remove shippable references from repo

    This collection has been operating on Zuul CI for some weeks now
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@4e0d83c
    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    dfd9c30 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    23e4d29 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    67bfcd8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7aa4252 View commit details
    Browse the repository at this point in the history
  27. Remove deprecated "facts" aliases (ansible-collections#814)

    Remove deprecated "facts" aliases
    
    SUMMARY
    Modules named "facts.py" that do not return ansible_facts were renamed to "info.py" in 2.9. Remove these aliases now that the deprecation period is over.
    This PR should be included in 3.0.0 of the collection.
    ISSUE TYPE
    
    Bugfix Pull Request
    
    COMPONENT NAME
    *_facts.py
    
    Reviewed-by: Mark Chappell <None>
    Reviewed-by: Jill R <None>
    Reviewed-by: None <None>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@68aaa70
    jillr authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fc18f72 View commit details
    Browse the repository at this point in the history
  28. For consistency - add empty dependencies file to targets with no curr…

    …ent meta data (ansible-collections#1090)
    
    For consistency - add empty dependencies file to targets with no current meta data
    
    SUMMARY
    For consistency - add empty dependencies file to targets with no current meta data
    ISSUE TYPE
    
    Feature Pull Request
    
    COMPONENT NAME
    tests/integration/targets
    ADDITIONAL INFORMATION
    
    Reviewed-by: Alina Buzachis <None>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@9638580
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    275a49d View commit details
    Browse the repository at this point in the history
  29. Tagging fragment - Move simplest cases over to the docs fragment. (an…

    …sible-collections#1182)
    
    Tagging fragment - Move simplest cases over to the docs fragment.
    
    Depends-On: ansible-collections#844
    SUMMARY
    Migrate simplest cases over to the new docs fragment and add resource_tags as an alias to tags.
    ISSUE TYPE
    
    Docs Pull Request
    Feature Pull Request
    
    COMPONENT NAME
    changelogs/fragments/1182-tagging.yml
    plugins/modules/aws_glue_job.py
    plugins/modules/aws_msk_cluster.py
    plugins/modules/aws_secret.py
    plugins/modules/aws_step_functions_state_machine.py
    plugins/modules/dynamodb_table.py
    plugins/modules/ec2_eip.py
    plugins/modules/ec2_transit_gateway_vpc_attachment.py
    plugins/modules/ec2_vpc_peer.py
    plugins/modules/elb_application_lb.py
    plugins/modules/elb_network_lb.py
    plugins/modules/iam_role.py
    plugins/modules/iam_user.py
    plugins/modules/networkfirewall.py
    plugins/modules/networkfirewall_policy.py
    plugins/modules/networkfirewall_rule_group.py
    plugins/modules/rds_cluster.py
    plugins/modules/rds_instance.py
    plugins/modules/rds_instance_snapshot.py
    plugins/modules/rds_option_group.py
    plugins/modules/rds_subnet_group.py
    plugins/modules/redshift.py
    ADDITIONAL INFORMATION
    
    Reviewed-by: Alina Buzachis <None>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@b11ffae
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7829553 View commit details
    Browse the repository at this point in the history
  30. ec2_vpc_peer - Fix idempotency when accepter/requester is reversed (a…

    …nsible-collections#1346)
    
    ec2_vpc_peer - Fix idempotency when accepter/requester is reversed
    
    SUMMARY
    fixes: ansible-collections#580
    Fixes a bug where a new peering request would be created when the accepter/requester is reversed
    ISSUE TYPE
    
    Bugfix Pull Request
    
    COMPONENT NAME
    plugins/modules/ec2_vpc_peer.py
    ADDITIONAL INFORMATION
    
    Reviewed-by: Alina Buzachis <None>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@1c3ad28
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f14e078 View commit details
    Browse the repository at this point in the history
  31. Make example AWS UUIDS follow a specific pattern (ansible-collections…

    …#1539)
    
    Make example AWS UUIDS follow a specific pattern
    
    SUMMARY
    Various AWS IAM resources have UUID which follow a specific pattern.  Similarly AWS accounts are all 12 digit numbers (text aliases in a couple of cases).  To minimize the risk of accidental data leaks use a consistent Account ID in examples (123456789012), and a specific format for the UUIDS: (AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)12345EXAMPLE54321
    While this does nothing about historic data, having consistency makes it easier to prevent future leaks.
    Note: We should follow this up with an update to the developer docs, however I'd like to get this in prior to 5.0.0
    ISSUE TYPE
    
    Docs Pull Request
    
    COMPONENT NAME
    plugins/modules/acm_certificate_info.py
    plugins/modules/application_autoscaling_policy.py
    plugins/modules/autoscaling_launch_config.py
    plugins/modules/autoscaling_launch_config_info.py
    plugins/modules/codecommit_repository.py
    plugins/modules/directconnect_link_aggregation_group.py
    plugins/modules/dms_endpoint.py
    plugins/modules/dynamodb_table.py
    plugins/modules/ec2_transit_gateway_info.py
    plugins/modules/ec2_transit_gateway_vpc_attachment.py
    plugins/modules/ec2_transit_gateway_vpc_attachment_info.py
    plugins/modules/ec2_vpc_peer.py
    plugins/modules/ec2_vpc_peering_info.py
    plugins/modules/ec2_vpc_vpn_info.py
    plugins/modules/ecs_cluster.py
    plugins/modules/ecs_ecr.py
    plugins/modules/ecs_service.py
    plugins/modules/ecs_service_info.py
    plugins/modules/ecs_task.py
    plugins/modules/efs.py
    plugins/modules/efs_info.py
    plugins/modules/eks_cluster.py
    plugins/modules/elasticache_subnet_group.py
    plugins/modules/elb_network_lb.py
    plugins/modules/elb_target_group.py
    plugins/modules/elb_target_group_info.py
    plugins/modules/elb_target_info.py
    plugins/modules/iam_group.py
    plugins/modules/iam_managed_policy.py
    plugins/modules/iam_mfa_device_info.py
    plugins/modules/iam_server_certificate_info.py
    plugins/modules/lightsail.py
    plugins/modules/lightsail_static_ip.py
    plugins/modules/msk_cluster.py
    plugins/modules/s3_bucket_notification.py
    plugins/modules/sns_topic.py
    plugins/modules/sns_topic_info.py
    plugins/modules/sqs_queue.py
    plugins/modules/stepfunctions_state_machine.py
    plugins/modules/stepfunctions_state_machine_execution.py
    plugins/modules/storagegateway_info.py
    plugins/modules/wafv2_web_acl.py
    ADDITIONAL INFORMATION
    While the 'secret' nature of these UUIDs is debatable (they're closer to user names than passwords), deliberately mangling them makes it easier for InfoSec teams to spot when their secret counterparts may have been leaked in combination with a real 'public' part.
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@9476422
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    157f5cd View commit details
    Browse the repository at this point in the history
  32. Update extends_documentation_fragment with amazon.aws.boto3 (ansible-…

    …collections#1459)
    
    Update extends_documentation_fragment with amazon.aws.boto3
    
    Depends-On: ansible/ansible-zuul-jobs#1654
    SUMMARY
    
    As per ansible-collections#985 add amazon.aws.boto3.
    
    ISSUE TYPE
    
    Docs Pull Request
    
    COMPONENT NAME
    
    several
    
    Reviewed-by: Jill R <None>
    Reviewed-by: Mark Chappell <None>
    Reviewed-by: Markus Bergholz <[email protected]>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@bd3c03f
    alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c0c3ec7 View commit details
    Browse the repository at this point in the history
  33. Fix non-matching defaults in docs (ansible-collections#1576)

    Fix non-matching defaults in docs
    
    Depends-On: ansible-collections#1579
    SUMMARY
    Fix various non-matching default values exposed by ansible/ansible#79267.
    ISSUE TYPE
    
    Docs Pull Request
    
    COMPONENT NAME
    various
    
    Reviewed-by: Markus Bergholz <[email protected]>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@15568f0
    felixfontein authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    07b74ec View commit details
    Browse the repository at this point in the history
  34. Ansible User-Agent identification for community.aws (ansible-collecti…

    …ons#1632)
    
    Ansible User-Agent identification for community.aws
    
    SUMMARY
    
    The value will be similar to this APN/1.0 Ansible/2.14.1 community.aws/6.0.0-dev0
    
    ISSUE TYPE
    
    Feature Pull Request
    
    Reviewed-by: Mark Chappell <None>
    Reviewed-by: Bikouo Aubin <None>
    Reviewed-by: Alina Buzachis <None>
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@a8cbce2
    abikouo authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c8009c9 View commit details
    Browse the repository at this point in the history
  35. Cleanup headers and imports (ansible-collections#1738)

    Cleanup headers and imports
    
    SUMMARY
    Mass update of imports, docs fragments and file headers
    
    Many of the amazon.aws module_utils and docs fragments got moved about, update community.aws to reflect this.
    Consistently apply the comment headers as documented at https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#python-shebang-utf-8-coding
    
    ISSUE TYPE
    
    Docs Pull Request
    Feature Pull Request
    
    COMPONENT NAME
    ADDITIONAL INFORMATION
    Header cleanup based upon:
    https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#python-shebang-utf-8-coding
    
    Begin your Ansible module with #!/usr/bin/python - this “shebang” allows ansible_python_interpreter to work. Follow the shebang immediately with # -*- coding: utf-8 -*- to clarify that the file is UTF-8 encoded.
    
    and
    https://docs.ansible.com/ansible/devel/dev_guide/developing_modules_documenting.html#copyright-and-license
    
    After the shebang and UTF-8 coding, add a copyright line with the original copyright holder and a license declaration. The license declaration should be ONLY one line, not the full GPL prefix.
    ...
    Additions to the module (for instance, rewrites) are not permitted to add additional copyright lines other than the default copyright statement if missing:
    
    Reviewed-by: Alina Buzachis
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@a4f20bf
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4249b94 View commit details
    Browse the repository at this point in the history
  36. Big Black PR (ansible-collections#1784)

    * Black prep
    
    * Black
    
    * changelog
    
    * Fix pylint unused-import in tests
    
    * Split SSM connection plugin changes
    
    * disable glue tests - bucket's missing
    
    * Disable s3_logging and s3_sync tests
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@2c4575c
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c2e32c0 View commit details
    Browse the repository at this point in the history
  37. Mass update of docs and tests (credentials/session tokens) (ansible-c…

    …ollections#1921)
    
    Mass update of docs and tests (credentials/session tokens)
    
    SUMMARY
    We had a cleanup of credentials/session parameters which included a batch of deprecations and renames.
    Ensure that all of our tests and docs are using the 'canonical' names
    ISSUE TYPE
    
    Docs Pull Request
    
    COMPONENT NAME
    plugins/modules/batch_compute_environment.py
    plugins/modules/cloudformation_exports_info.py
    plugins/modules/ec2_vpc_vpn.py
    plugins/modules/elasticache.py
    plugins/modules/elasticache_parameter_group.py
    plugins/modules/elasticache_snapshot.py
    plugins/modules/ses_rule_set.py
    plugins/modules/sts_assume_role.py
    plugins/modules/sts_session_token.py
    tests/integration
    ADDITIONAL INFORMATION
    See also
    
    ansible-collections#1172
    ansible-collections#1714
    
    Reviewed-by: Alina Buzachis
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@4a5b50e
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8460eb2 View commit details
    Browse the repository at this point in the history
  38. Apply isort and flynt (ansible-collections#1962)

    SUMMARY
    
    Apply isort - see also ansible-collections#1771
    Apply flynt - see also ansible-collections#1802
    
    ISSUE TYPE
    
        Feature Pull Request
    
    COMPONENT NAME
    
    ADDITIONAL INFORMATION
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@c0117b5
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1fb8bc5 View commit details
    Browse the repository at this point in the history
  39. ansible-lint (documentation) cleanup for plugins/ (ansible-collection…

    …s#2036)
    
    ansible-lint (documentation) cleanup for plugins/
    
    SUMMARY
    Fixes an array of ansible-lint failures in plugins/
    Adds ansible-lint plugins/ to tox -m lint
    ISSUE TYPE
    
    Docs Pull Request
    
    COMPONENT NAME
    plugins/
    ADDITIONAL INFORMATION
    docs changes only (no changelog fragment needed)
    
    Reviewed-by: Alina Buzachis
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@6dd4a00
    tremble authored and alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    23fcfd2 View commit details
    Browse the repository at this point in the history
  40. Refactor ec2_vpc_peer* modules (ansible-collections#2153)

    SUMMARY
    
    Depends-On: ansible-collections#2303
    Refactor ec2_vpc_peer* modules
    Once the module is migrated to amazon.aws I will deprecate result returned by the info module and rename the ec2_vpc_peer module (see ansible-collections#2154).
    
    ISSUE TYPE
    
    Bugfix Pull Request
    Docs Pull Request
    Feature Pull Request
    New Module Pull Request
    
    COMPONENT NAME
    
    ec2_vpc_peer
    ec2_vpc_peering_info
    ADDITIONAL INFORMATION
    
    Reviewed-by: Bikouo Aubin
    Reviewed-by: GomathiselviS
    Reviewed-by: Alina Buzachis
    
    This commit was initially merged in https://github.com/ansible-collections/community.aws
    See: ansible-collections/community.aws@fcd780e
    alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8503f7b View commit details
    Browse the repository at this point in the history
  41. Update runtime

    alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0dfb25c View commit details
    Browse the repository at this point in the history
  42. Update FQDN

    alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0a02509 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c09229f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    7dd005d View commit details
    Browse the repository at this point in the history
  45. Add changelog fragment

    Delete changelogs/fragments/20240924-ec2_vpc_peer-refactor.yml
    alinabuzachis committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    75db712 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Apply isort

    Signed-off-by: Alina Buzachis <[email protected]>
    alinabuzachis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f650626 View commit details
    Browse the repository at this point in the history
  2. Modify upon review

    Signed-off-by: Alina Buzachis <[email protected]>
    alinabuzachis committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    022b617 View commit details
    Browse the repository at this point in the history