vmware / dscr-for-vmware

The Repository contains Microsoft PowerShell Desired State Configuration (DSC) Resources for managing VC and ESXi settings.
Other
140 stars 41 forks source link

Add uplink parameter to set dvUplink to their respective vmnics #280

Closed jatinpurohit92 closed 4 years ago

jatinpurohit92 commented 4 years ago

As a part of VMhost vSwitch migration, it is important to define the dvuplink ports for respective vmnic. after exploring VMHostVDSwitchMigration DSC resource, I have found fundamental issue in implementing this resource. This resource does not have a parameter to define which vmnic belongs to which dvuplink port in dvSwitch.

Please also note that more than onne vmnics can be attached to a single dvuplink.

Ex. vmnic0 and vmnic1 can be attached to dvUplink1 vmnic2 and vmnic3 can be attached to dvUplink2

jatinpurohit92 commented 4 years ago

Closing this as its same request as https://github.com/vmware/dscr-for-vmware/issues/281