-
Notifications
You must be signed in to change notification settings - Fork 350
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
Migrate ec2_vpc_endpoint* modules and tests #435
Migrate ec2_vpc_endpoint* modules and tests #435
Conversation
@alinabuzachis: Greetings! Thanks for taking the time to open this pullrequest. In order for the community to handle your pullrequest effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this pullrequest with this template: |
a748800
to
5e9fd7d
Compare
5e9fd7d
to
000c30e
Compare
ce7e5a2
to
27207f5
Compare
When this is merged please make sure to migrate the issues (there's a nice button for it) |
recheck |
27207f5
to
eb445a6
Compare
* deprecate policy_file * ignore file * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@820e5cd
* Ensure ec2_vpc_endpoint returns True when deleting an Endpoint Return not changed when state=absent and endpoint has already been deleted * Add minimal endpoint tests This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@a89ec90
* More aliases cleanup * Mark ec2_classic_lb tests unstable * Add more comments about why tests aren't enabled This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@cb55efa
* Added support for 'vpc_endpoint_type'. * Integration test for the 'vpc_endpoint_type' feature. * Added choices in documentation. * Added changelog. This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@4da568a
…-collections#465) This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@4f8c366
* Add no_log=False to mark some more false-positives of the no_log check. * More false-positives confirmed by tremble. This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@67b6d75
* New module - ec2_vpc_endpoint_service_info * Deprecate querying services through ec2_vpc_endpoint_info * Attempt to cope with some services which have who possible endpoints Co-authored-by: Jill R <4121322+jillr@users.noreply.github.com> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@b48c1ee
* Stabilize and improve ec2_vpc_endpoint modules - Add tagging support - Make idempotent - Better exception handling - Better check_mode support - Use module_utils for common functions - Enable retries on common AWS failures * Make endpoint deletion idempotent in check_mode * Sanity fixes * Address review feedback This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@f1d338d
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@8acde77
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@a0d4d96
… 3.6/boto3 This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@c097c55
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
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@6d420e5
This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@f2594a9
0a58ad5
to
a6d109d
Compare
…-strategy_26775 amazon.aws: temp turn on the merge strategy Disable the squash-merge merge strategy just the time we land ansible-collections/amazon.aws#435 ansible-collections/amazon.aws#410 Reviewed-by: None <None>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Depends-On: ansible-collections/amazon.aws#435 Depends-On: ansible-collections/amazon.aws#410 This reverts commit 7dd6b71 since we don't need it anymore.
…e-merge-strategy_24403 Revert "amazon.aws: temp turn on the merge strategy" Depends-On: ansible-collections/amazon.aws#435 Depends-On: ansible-collections/amazon.aws#410 This reverts commit 7dd6b71 since we don't need it anymore. Reviewed-by: None <None>
Migrate ec2_vpc_endpoint* modules and tests Depends-On: ansible-collections/amazon.aws#435 Remove ec2_vpc_endpoint* modules and tests These modules have been migrated to amazon.aws Update runtime.yml with redirects to that collection Update ignore files Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: None <None>
Migrate ec2_vpc_endpoint* modules and tests