-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
New tagging vsphere feature #54058
New tagging vsphere feature #54058
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.
Looks like there's a bunch of lint issues 😛
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.
Nice work Joe!
requirements/tests.txt
Outdated
@@ -20,6 +20,7 @@ supervisor; python_version < '3' | |||
kubernetes<4.0 | |||
psutil | |||
pyvmomi | |||
vSphere-Automation-SDK |
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.
This should instead be added to requirements/static/*.in
as we talked about, likely where pyvmomi
is also present, and then the requirements need to be recompiled, pre-commit run -av
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.
Yep, I'll get that going...
Changes are waiting on a response from this thread: vmware/vsphere-automation-sdk-python#38 |
…ion to util, added docstrings
and add required module to use new methods.
…ion to util, added docstrings
and add required module to use new methods.
… into new_tagging_vsphere_feature
Codecov Report
@@ Coverage Diff @@
## master #54058 +/- ##
=========================================
Coverage ? 24.89%
=========================================
Files ? 286
Lines ? 65762
Branches ? 14817
=========================================
Hits ? 16365
Misses ? 47366
Partials ? 2031
|
Windows tests are passing but the builds failed. |
What does this PR do?
Adds tagging ability to vcenter proxy through new functions.
.
.
What issues does this PR fix or reference?
#52764
Tests written?
Yes
Commits signed with GPG?
Yes