This repository was archived by the owner on Jul 1, 2021. It is now read-only.
Update vmodl.db for vSphere 7.0U2#209
Open
agrare wants to merge 10 commits intovmware-archive:masterfrom
Open
Conversation
8464e48 to
3b227f1
Compare
Update gem name and authors
Ensure a gem-named require file exists
Fix rubygems link
0aaed65 to
77e8488
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use the public vSphere 7.0U2 vsphere-ws wsdl from (https://code.vmware.com/web/sdk/7.0/vsphere-management) to build the new Data types added in 7.0 U1 and U2
I used a modified version of my https://github.com/vmware/rbvmomi/blob/master/devel/verify-vim-wsdl.rb script to build the new data types from the vimService.xml wsdl file.
It isn't "production ready" yet as I had to make small modifications by had but I hope to enhance it to fully build the data types defined in it automatically in the future.I was able to get the auto-generated vmodl.db to be equal to my manual edits and so I've pushed those changes to the verify-vim-wsdl script.Dump the master vmodl.db marshal to yaml:
Dump the vmodl.db marshal from this branch to yaml:
Diff the two:
Fixes #208