-
Notifications
You must be signed in to change notification settings - Fork 14
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
VM, NIC and disk hydration #103
base: master
Are you sure you want to change the base?
Conversation
get tpm settings data for security hydrataion
Catch-up merge from master
network hydration changes
…etwork-hydration2
hydrate network as a separate process from vm hydration
@kybeak & @damanMSFT can you please review this change? Since this has no dependencies on other repos, we can start by merging this PR. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Please include a description including summary of changes made, link to work items, link to design docs, and description of testing done including any test collateral added in support of this new execution flow. |
Done. Added details as requested |
pkg/virtualization/core/storage/disk/virtualharddisksettingdata.go
Outdated
Show resolved
Hide resolved
pkg/virtualization/core/storage/disk/virtualharddisksettingdata.go
Outdated
Show resolved
Hide resolved
pkg/virtualization/network/virtualnetworkadapter/syntheticnetworkadapter.go
Show resolved
Hide resolved
Merge from master 10/30
Address review comments for WMI PR
This PR is part of the VM, NIC and disk hydration feature that spans the whole HCI stack:
These changes include the WMI calls required to extract the following information:
ImageManagementService
WMI class)Msvm_GuestNetworkAdapterConfiguration
)Msvm_SecuritySettingData
)