-
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
ec2_vol: setting 'name' does not work, 'tags' is needed #1067
Comments
Files identified in the description:
If these files are inaccurate, please update the |
ansibullbot
added
bug
This issue/PR relates to a bug
module
module
needs_triage
plugins
plugin (any type)
python3
traceback
labels
Sep 26, 2022
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Oct 5, 2022
Handle ec2_vol.tags when the associated instance already exists Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1067 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: GomathiselviS <None> Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Gonéri Le Bouder <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Mar 13, 2023
Handle ec2_vol.tags when the associated instance already exists Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1067 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: GomathiselviS <None> Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Gonéri Le Bouder <[email protected]> (cherry picked from commit ffd06e9)
patchback bot
pushed a commit
that referenced
this issue
Mar 13, 2023
Handle ec2_vol.tags when the associated instance already exists Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1067 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: GomathiselviS <None> Reviewed-by: Mike Graves <[email protected]> Reviewed-by: Gonéri Le Bouder <[email protected]> (cherry picked from commit ffd06e9)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Mar 13, 2023
… (#1423) [PR #1071/ffd06e97 backport][stable-5] Handle ec2_vol.tags when the associated instance already exists This is a backport of PR #1071 as merged into main (ffd06e9). Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1067 Fixes: #1421 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Mar 13, 2023
… (#1424) [PR #1071/ffd06e97 backport][stable-4] Handle ec2_vol.tags when the associated instance already exists This is a backport of PR #1071 as merged into main (ffd06e9). Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes #1067 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vol.py ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…ansible-collections#1067) In integration tests use a common AMI rather than hard coded per test Depends-On: ansible-collections#1068 SUMMARY Rather than hard coding the AMIs on a per-test basis, use a common AMI defined in setup_ec2_facts ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_asg_instance_refresh ec2_asg_lifecycle_hook ec2_asg_scheduled_action ec2_launch_template ec2_lc ec2_metric_alarm ec2_scaling_policy elb_network_lb elb_target elb_target_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Jill R <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 18, 2024
…ansible-collections#1067) In integration tests use a common AMI rather than hard coded per test Depends-On: ansible-collections#1068 SUMMARY Rather than hard coding the AMIs on a per-test basis, use a common AMI defined in setup_ec2_facts ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_asg_instance_refresh ec2_asg_lifecycle_hook ec2_asg_scheduled_action ec2_launch_template ec2_lc ec2_metric_alarm ec2_scaling_policy elb_network_lb elb_target elb_target_info ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Jill R <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@3f434f3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
This used to work with version 3.2.0:
With version > 4.0.0 it errors now:
If I add line:
it works again. I see there is in the source:
but apparently it does not work?
Issue Type
Bug Report
Component Name
ec2_vol
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Fedora 36
Steps to Reproduce
Expected Results
It should not error.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: