-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Tidy up validate-modules nonexistent-parameter-documented #1389
Tidy up validate-modules nonexistent-parameter-documented #1389
Conversation
…aws_elastigroup.py
The first three modules also have |
The test
The test
|
@felixfontein @keachi thanks for reviewing! Will update the samba option soon. In the meanwhile, any idea what's going on with grove.py?
Parameter |
@russoz that's because |
Looks like some modules have this problem. Here's the original PR that fixed some, and added the sanity test: https://github.com/ansible/ansible/pull/60051/files |
The test
The test
The test
|
* fixed validation-modules for plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py * fixed validation-modules for plugins/modules/cloud/univention/udm_share.py * fixed validation-modules for plugins/modules/net_tools/nios/nios_host_record.py * fixed validation-modules for plugins/modules/storage/zfs/zfs_facts.py * fixed validation-modules for plugins/modules/storage/zfs/zpool_facts.py * Tidy up validate-modules ignores nonexistent-parameter-documented * Adjustments per the PR * Removed no longer needed ignore line for udm_share.py (cherry picked from commit 7f890c4)
) * fixed validation-modules for plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py * fixed validation-modules for plugins/modules/cloud/univention/udm_share.py * fixed validation-modules for plugins/modules/net_tools/nios/nios_host_record.py * fixed validation-modules for plugins/modules/storage/zfs/zfs_facts.py * fixed validation-modules for plugins/modules/storage/zfs/zpool_facts.py * Tidy up validate-modules ignores nonexistent-parameter-documented * Adjustments per the PR * Removed no longer needed ignore line for udm_share.py (cherry picked from commit 7f890c4) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Thanks you both
On Fri, 27 Nov 2020 at 12:28 AM, Felix Fontein ***@***.***> wrote:
@russoz <https://github.com/russoz> thanks for fixing this!
@keachi <https://github.com/keachi> thanks for reviewing!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1389 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAZFRVOO2NZ7F4EJ4YZOALSRY3U3ANCNFSM4UCEPJMA>
.
--
Alexei Znamensky | russoz gmail com
http://github.com/russoz
|
SUMMARY
Tidy up on sanity tests' ignore files, removing lines with validation-modules for these modules.
The focus was to pass the tests so no code was changed other than adjusting argument_spec for missing types or inconsistencies with the docs. The priority has been not to change any functionality, but to ensure that code and docs are synchronized.
Some lines were added back to the files, but a total of 17 lines were removed (among 2.9, 2.10 and 2.11).
ISSUE TYPE
COMPONENT NAME
plugins/modules/storage/zfs/zpool_facts.py
plugins/modules/storage/zfs/zfs_facts.py
plugins/modules/net_tools/nios/nios_host_record.py
plugins/modules/cloud/univention/udm_share.py
plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py
ADDITIONAL INFORMATION