-
Notifications
You must be signed in to change notification settings - Fork 398
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_nat_gateway* modules and tests #652
Merged
ansible-zuul
merged 4 commits into
ansible-collections:main
from
alinabuzachis:promote_ec2_vpc_nat_gateway
Aug 27, 2021
Merged
Migrate ec2_vpc_nat_gateway* modules and tests #652
ansible-zuul
merged 4 commits into
ansible-collections:main
from
alinabuzachis:promote_ec2_vpc_nat_gateway
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
docs
integration
tests/integration
module
module
needs_triage
plugins
plugin (any type)
tests
tests
labels
Jul 20, 2021
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
from
July 21, 2021 12:32
ac8f4f3
to
040fd94
Compare
recheck |
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
2 times, most recently
from
August 12, 2021 13:37
cab3aab
to
b4ccb16
Compare
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
6 times, most recently
from
August 13, 2021 13:35
68c9ca2
to
2c8087c
Compare
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
from
August 23, 2021 14:32
2c8087c
to
79ffb9c
Compare
recheck |
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
from
August 23, 2021 17:11
79ffb9c
to
3d2fc7c
Compare
recheck |
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
from
August 23, 2021 19:47
3d2fc7c
to
2be1d8e
Compare
alinabuzachis
changed the title
DNM Migrate ec2_vpc_nat_gateway* modules and tests
Migrate ec2_vpc_nat_gateway* modules and tests
Aug 24, 2021
tremble
requested changes
Aug 25, 2021
alinabuzachis
force-pushed
the
promote_ec2_vpc_nat_gateway
branch
from
August 26, 2021 13:26
2be1d8e
to
971c572
Compare
recheck |
tremble
approved these changes
Aug 27, 2021
ansible-collections/amazon.aws#410 has merged. gating this one. |
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!
alinabuzachis
pushed a commit
to alinabuzachis/community.aws
that referenced
this pull request
May 25, 2022
Update ec2_instance.py SUMMARY vpc_subnet_id is not configurable under the network key, just tried a copy of the example and got this error-> TASK [manage_ec2_instances : Create EC2 instances for ansible node (control node)] ********************************************************************************************************** fatal: [localhost]: FAILED! => changed=false msg: No default subnet could be found - you must include a VPC subnet ID (vpc_subnet_id parameter) to create an instance changing to match other examples ISSUE TYPE Docs Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION n/a, only see one bad example here Reviewed-by: Alina Buzachis <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community_review
docs
integration
tests/integration
module
module
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.
Depends-On: ansible-collections/amazon.aws#410
Remove ec2_vpc_nat_gateway* modules and tests
These modules have been migrated to
amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files