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

Correct the default doc for attached in ec2_eni #44523

Merged
merged 3 commits into from
Aug 23, 2018
Merged

Correct the default doc for attached in ec2_eni #44523

merged 3 commits into from
Aug 23, 2018

Conversation

mdaniel
Copy link
Contributor

@mdaniel mdaniel commented Aug 22, 2018

Also corrected a typo in the summary

SUMMARY

The default: documentation for ec2_eni erroneously claimed that the default was yes but it is in fact None

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

ec2_eni

ANSIBLE VERSION

devel

ADDITIONAL INFORMATION

Someone discovered that if they omitted attached: yes it causes the ec2_eni module to do nothing after creating the ENI, and that question is likely because the docs claim the default is yes.

Also corrected a typo in the summary
@ansibot
Copy link
Contributor

ansibot commented Aug 22, 2018

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

test/sanity/validate-modules/ignore.txt:57:1: A102 Remove since "lib/ansible/modules/cloud/amazon/ec2_eni.py" passes "E324" test

click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Aug 22, 2018

cc @wimnat
click here for bot help

@ansibot
Copy link
Contributor

ansibot commented Aug 22, 2018

Hi @mdaniel,

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 ci_verified Changes made in this PR are causing tests to fail. cloud docs This issue/PR relates to or includes documentation. 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. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. small_patch support:community This issue/PR relates to code supported by the Ansible community. labels Aug 22, 2018
@ryansb ryansb requested a review from s-hertel August 22, 2018 19:04
@mdaniel
Copy link
Contributor Author

mdaniel commented Aug 22, 2018

test/sanity/validate-modules/ignore.txt:57:1: A102 Remove since "lib/ansible/modules/cloud/amazon/ec2_eni.py" passes "E324" test

Maybe I'm doing something wrong, but running that same ansible-test sanity --test validate-modules on my branch yields almost 400 errors:

ERROR: Found 395 validate-modules issue(s) which need to be resolved:

Don't get me wrong: I am glad to apply the fix ansibot suggested, but is that the expected output from ansible-test?

Or, worse, why was E324 suppressed in the first place? It feels like if the one item that I fixed broke a suppression, but that item negatively affected an actual user, then the value of the suppression is suspicious.


update: I fixed the E325 errors that were being suppressed, but my question stands about why such a system is in place for such infinitesimal fixes?

@ansibot
Copy link
Contributor

ansibot commented Aug 22, 2018

@ansibot ansibot added support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. and removed ci_verified Changes made in this PR are causing tests to fail. labels Aug 22, 2018
@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. small_patch labels Aug 22, 2018
@jborean93 jborean93 merged commit d7e66f1 into ansible:devel Aug 23, 2018
@jborean93 jborean93 removed the needs_triage Needs a first human triage before being processed. label Aug 23, 2018
@mdaniel mdaniel deleted the ec2-eni-default-fix branch November 26, 2018 02:45
@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 cloud core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. module This issue/PR relates to a module. new_contributor This PR is the first contribution by a new community member. support:community This issue/PR relates to code supported by the Ansible community. 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

3 participants