-
Notifications
You must be signed in to change notification settings - Fork 927
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
Issue #567 vm_perf_example.py , Issue #569 vm_perf_example.py, Issue# 570 mk_fcd.py #568
base: master
Are you sure you want to change the base?
Conversation
Hi @Chandan-Hegde , Thanks for PR. Please can you fix the failures https://travis-ci.org/vmware/pyvmomi-community-samples/builds/526035420?utm_source=github_status&utm_medium=notification? Also please provide the output of new sample. Thanks, |
honor the --disable_ssl_verification flag Thanks for Contributing
…t_name samples/deploy_ovf.py fix bad object name in error
Hi @pgbidkar , Sorry I am new to the community and this is my first small commit. This was a very small change with just amendment to one line that is line number 51 to include even the unit too. fullName = c.groupInfo.key + "." + c.nameInfo.key + "." + c.rollupType + "(" + c.unitInfo.key + ")" I saw the Travis CI output, but couldn't understand what was the issue in the build. Can you please help me out here? |
The output in my tiny environment (pyvmomi-community-samples) chandan@dev-chandan:~/pyvmomi-community-samples/samples$ ./vm_perf_example.py -s test-vc.local.local -u scriptuser name: chandan5 |
Appended the unit info in the VM performance metric which is much needed.