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

Fix ec2_group for numbered protocols such as GRE #45240

Merged
merged 1 commit into from
Sep 6, 2018

Conversation

ryansb
Copy link
Contributor

@ryansb ryansb commented Sep 5, 2018

SUMMARY

Cherry-pick of #42765
Fixes #42765

  • Fix spurious changed=True when int is passed as tag

  • Fix for all AWS module using compare_aws_tags

  • Handle improperly stringified protocols and allow inconsistency between None/-1 on non-tcp protocols

  • Add integration test that reproduces the same bug

  • Return false if the comparsison is not equal

(cherry picked from commit 20f2177)

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

ec2_group

ANSIBLE VERSION

ADDITIONAL INFORMATION

* Fix spurious `changed=True` when int is passed as tag

* Fix for all AWS module using compare_aws_tags

* Handle improperly stringified protocols and allow inconsistency between None/-1 on non-tcp protocols

* Add integration test that reproduces the same bug

* Return false if the comparsison is not equal

(cherry picked from commit 20f2177)
@ansibot
Copy link
Contributor

ansibot commented Sep 5, 2018

cc @adq
click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Sep 5, 2018

Hi @ryansb,

Thank you for the pullrequest, just so you are aware we have a dedicated Working Group for aws.
You can find other people interested in this in #ansible-aws on Freenode IRC
For more information about communities, meetings and agendas see https://github.com/ansible/community

click here for bot help

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 aws backport This PR does not target the devel branch. bug This issue/PR relates to a bug. cloud core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. labels Sep 5, 2018
@s-hertel s-hertel removed the needs_triage Needs a first human triage before being processed. label Sep 5, 2018
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Sep 5, 2018
@ryansb
Copy link
Contributor Author

ryansb commented Sep 6, 2018

bot_status

@abadger abadger merged commit f0eebf9 into ansible:stable-2.7 Sep 6, 2018
@abadger
Copy link
Contributor

abadger commented Sep 6, 2018

Merged to stable-2.7 for the 2.7.0rc1 release

@ryansb ryansb deleted the cherry/sg-numeric-proto branch September 6, 2018 19:33
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 aws backport This PR does not target the devel branch. bug This issue/PR relates to a bug. cloud module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants