-
Notifications
You must be signed in to change notification settings - Fork 346
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
[WIP] Make find_obj() a PyVmomi method #2318
base: main
Are you sure you want to change the base?
Conversation
Build failed. ✔️ ansible-tox-linters SUCCESS in 4m 33s |
Build failed. ❌ ansible-tox-linters FAILURE in 4m 26s |
332d893
to
0836e1b
Compare
Build failed. ❌ ansible-tox-linters FAILURE in 4m 28s |
0836e1b
to
026210b
Compare
Build failed. ❌ ansible-tox-linters FAILURE in 4m 40s |
026210b
to
8b0dd15
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 4m 46s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 4m 14s |
8b0dd15
to
9fd3baf
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 4m 29s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 4m 17s |
…nstead of function
Build failed. ❌ ansible-tox-linters FAILURE in 5m 02s |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 5m 11s |
I'm not sure what to do about @ihumster Do you have a good idea? I don't have one ATM... |
@ihumster I might have an idea about |
SUMMARY It feels wrong that this module uses vmware.connect_to_api directly. I think it would be better to inherit from / sub-class PyVmomi ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_migrate_vmk ADDITIONAL INFORMATION #2318
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 4m 53s |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
SUMMARY
I think we should make
find_obj()
a method of thePyVmomi
class.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
eddiehavila#1