-
Notifications
You must be signed in to change notification settings - Fork 342
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
Promote ec2 vpc igw #421
Merged
ansible-zuul
merged 23 commits into
ansible-collections:main
from
jillr:promote_ec2_vpc_igw
Aug 27, 2021
Merged
Promote ec2 vpc igw #421
ansible-zuul
merged 23 commits into
ansible-collections:main
from
jillr:promote_ec2_vpc_igw
Aug 27, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansibullbot
added
community_review
feature
This issue/PR relates to a feature request
integration
tests/integration
module
module
needs_triage
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
labels
Jul 27, 2021
ruamel.yaml is adding the extra spaces into runtime.yml when it rewrites the file; I'll fix that to make the diff nicer. |
jillr
force-pushed
the
promote_ec2_vpc_igw
branch
from
July 28, 2021 23:42
38d77bb
to
9ae0a6d
Compare
recheck |
ansibullbot
added
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
and removed
community_review
labels
Aug 10, 2021
jillr
force-pushed
the
promote_ec2_vpc_igw
branch
from
August 20, 2021 16:36
a25e87e
to
29626ed
Compare
ansibullbot
added
community_review
and removed
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR
labels
Aug 20, 2021
tremble
previously requested changes
Aug 25, 2021
gravesm
approved these changes
Aug 26, 2021
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!
@jillr this PR contains the following merge commits: Please rebase your branch to remove these commits. |
…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
* import order * Add retry decorators * Switch tests to using module_defaults * module_defaults * Add initial _info tests * Handle Boto Errors with fail_json_aws * Test state=absent when IGW missing * Support not purging tags * Support converting Tags from boto to dict * Add tagging tests * Use random CIDR for VPC * Add check_mode tests * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@d6ff623
* 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
…nsible-collections#386) * Internet gateway: add missing integration tests and code check * Add CamelCase tags integration test * Removed check_input_tags() because useless as ansible_dict_to_boto3_tag_list() already performs a to_native() conversion to strings * Add additional integration tests for ec2_vpc_igw_info module Signed-off-by: Alina Buzachis <[email protected]> * Internet Gateway - integration tests * Fix Internet Gatways search by tags * * Apply reviewer suggestions * Better error handling for the waiter This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@cff6d00
) * * ec2_vpc_igw (_info) - documentation improvement Signed-off-by: Alina Buzachis <[email protected]> * Whitespace linting Co-authored-by: Mark Chappell <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@1a0c20c
… 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
jillr
force-pushed
the
promote_ec2_vpc_igw
branch
from
August 26, 2021 21:09
4e9855a
to
2e441d4
Compare
ansibullbot
added
community_review
and removed
merge_commit
This PR contains at least one merge commit. Please resolve!
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
labels
Aug 26, 2021
ansible-zuul bot
added a commit
to ansible-collections/community.aws
that referenced
this pull request
Aug 27, 2021
Remove ec2_vpc_igw SUMMARY Migrate ec2_vpc_igw* modules and tests ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vpc_igw, ec2_vpc_igw_info ADDITIONAL INFORMATION DNM until ansible-collections/amazon.aws/pull/421 merges Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Sep 18, 2023
* ec2_vpc_egress_igw - use connection rather than 'conn' for consistency * ec2_vpc_egress_igw - enable retry decorator * changelog
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Sep 18, 2023
* ec2_vpc_egress_igw - use connection rather than 'conn' for consistency * ec2_vpc_egress_igw - enable retry decorator * changelog
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 24, 2023
* ec2_vpc_egress_igw - use connection rather than 'conn' for consistency * ec2_vpc_egress_igw - enable retry decorator * changelog
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 9, 2024
* ec2_vpc_egress_igw - use connection rather than 'conn' for consistency * ec2_vpc_egress_igw - enable retry decorator * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@f2d4851
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 14, 2024
* ec2_vpc_egress_igw - use connection rather than 'conn' for consistency * ec2_vpc_egress_igw - enable retry decorator * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@f2d4851
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 15, 2024
* ec2_vpc_egress_igw - use connection rather than 'conn' for consistency * ec2_vpc_egress_igw - enable retry decorator * changelog This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@f2d4851
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
feature
This issue/PR relates to a feature request
integration
tests/integration
module
module
new_module
New module
new_plugin
New plugin
plugins
plugin (any type)
tests
tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Migrate ec2_vpc_igw* modules and tests
ISSUE TYPE
COMPONENT NAME
ec2_vpc_igw, ec2_vpc_igw_info
Depends-On: ansible/ansible-zuul-jobs/pull/1014