-
Notifications
You must be signed in to change notification settings - Fork 341
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
vmware_object_custom_attributes_info: Add a new module to gather custom attributes of an object #851
vmware_object_custom_attributes_info: Add a new module to gather custom attributes of an object #851
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use FQCN for examples within module documentation and in integration tests. Rest LGTM!
Thanks @sky-joker for this awsome new module! I've tested it in our environment and it works like a charm.
tests/integration/targets/vmware_object_custom_attributes_info/tasks/pre.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/vmware_object_custom_attributes_info/tasks/pre.yml
Outdated
Show resolved
Hide resolved
...ts/vmware_object_custom_attributes_info/tasks/vmware_object_custom_attributes_info_tests.yml
Outdated
Show resolved
Hide resolved
...ts/vmware_object_custom_attributes_info/tasks/vmware_object_custom_attributes_info_tests.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from @mariolenz and my comments, LGTM
description: | ||
- This module can be gathered custom attributes of an object. | ||
requirements: | ||
- python >= 2.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Python 2 is EOL, we should start testing and using Python 3 only code. and set minimum requirement to Python 3.
Thanks, @mariolenz @Akasurde for reviewing. |
Thanks @sky-joker, LGTM now! |
@Akasurde You've requested changes to this PR and @sky-joker pushed a new commit. What do you think, are your change requests addressed by this commit? Would it be OK to merge or do you see something that still needs changes? I've already approved, so if you think this PR is OK now feel free to add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks, @Akasurde @mariolenz for looking at this one! |
SUMMARY
This PR will add a new module to gather custom attributes of an object.
ISSUE TYPE
COMPONENT NAME
README.md
changelogs/fragments/851-vmware_object_custom_attributes_info.yml
docs/community.vmware.vmware_object_custom_attributes_info_module.rst
meta/runtime.yml
plugins/modules/vmware_object_custom_attributes_info.py
tests/integration/targets/vmware_object_custom_attributes_info/aliases
tests/integration/targets/vmware_object_custom_attributes_info/tasks/main.yml
tests/integration/targets/vmware_object_custom_attributes_info/tasks/pre.yml
tests/integration/targets/vmware_object_custom_attributes_info/tasks/vmware_object_custom_attributes_info_tests.yml
tests/sanity/ignore-2.9.txt
tests/sanity/ignore-2.10.txt
tests/sanity/ignore-2.11.txt
tests/sanity/ignore-2.12.txt
ADDITIONAL INFORMATION
tested on vCenter 7.0