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

Respect wait parameter in elb_instance when adding/removing instances #826

Conversation

hughsaunders
Copy link
Contributor

SUMMARY

The wait parameter is currently ignored when registering or
deregistering an instance with an ELB. Looks like this was lost in the
boto3 migration: 96f1518

Related: #825

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

elb_instance

ADDITIONAL INFORMATION

See #825

@hughsaunders
Copy link
Contributor Author

recheck

Copy link
Contributor

@alinabuzachis alinabuzachis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hughsaunders thank you for taking time to fix this bug. Could you also please add a changelog fragment for this fix?

The wait parameter is currently ignored when registering or
deregistering an instance with an ELB. Looks like this was lost in the
boto3 migration: 96f1518

Related: ansible-collections#825
@hughsaunders hughsaunders force-pushed the 825_elb_instance_wait branch from 9f3a5ea to 1dfc9ca Compare January 19, 2022 14:44
@hughsaunders
Copy link
Contributor Author

@alinabuzachis thanks for the review, I've added a changelog snippet as requested.

@markuman markuman added backport-2 PR should be backported to the stable-2 branch mergeit Merge the PR (SoftwareFactory) labels Jan 21, 2022
@hughsaunders
Copy link
Contributor Author

@alinabuzachis @markuman, do either of you know whats up with the ansible/gate job? I don't know how to view its logs or re-trigger it.

@markuman markuman added mergeit Merge the PR (SoftwareFactory) and removed mergeit Merge the PR (SoftwareFactory) labels Jan 26, 2022
@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 99c64a6 into ansible-collections:main Jan 26, 2022
@patchback
Copy link

patchback bot commented Jan 26, 2022

Backport to stable-2: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-2/99c64a6e9993aed6a825798079a2b964904beb72/pr-826

Backported as #886

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Jan 26, 2022
…#826)

Respect wait parameter in elb_instance when adding/removing instances

SUMMARY
The wait parameter is currently ignored when registering or
deregistering an instance with an ELB. Looks like this was lost in the
boto3 migration: 96f1518
Related: #825
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
elb_instance
ADDITIONAL INFORMATION
See #825

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Markus Bergholz <[email protected]>
(cherry picked from commit 99c64a6)
@markuman
Copy link
Member

@hughsaunders thx for your notice us about the hanging process. And thx for your contribution!

softwarefactory-project-zuul bot pushed a commit that referenced this pull request Jan 27, 2022
…#826) (#886)

[PR #826/99c64a6e backport][stable-2] Respect wait parameter in elb_instance when adding/removing instances

This is a backport of PR #826 as merged into main (99c64a6).
SUMMARY
The wait parameter is currently ignored when registering or
deregistering an instance with an ELB. Looks like this was lost in the
boto3 migration: 96f1518
Related: #825
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
elb_instance
ADDITIONAL INFORMATION
See #825
abikouo pushed a commit to abikouo/community.aws that referenced this pull request Oct 24, 2023
…ollections#826)

inventory aws_ec2 - allow for literal strings in hostnames

SUMMARY
Allow for literal strings in hostnames rather than throwing an AnsibleError
Fixes ansible-collections#814
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
aws_ec2
ADDITIONAL INFORMATION
Is there a better way of allowing for literal strings here?

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Jill R <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-2 PR should be backported to the stable-2 branch mergeit Merge the PR (SoftwareFactory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants