Skip to content
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

VMNetworkAdapterTeamMapping: New resource proposal #137

Open
BarnumD opened this issue Dec 5, 2017 · 3 comments
Open

VMNetworkAdapterTeamMapping: New resource proposal #137

BarnumD opened this issue Dec 5, 2017 · 3 comments
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. resource proposal The issue is proposing a new resource in the resource module.

Comments

@BarnumD
Copy link

BarnumD commented Dec 5, 2017

Is it currently possible to configure VMNetworkAdapterTeamMapping via DSC? (Aka Set-VMNetworkAdapterTeamMapping) If not, can this be implemented?

@johlju
Copy link
Member

johlju commented May 16, 2018

Doesn't seem possible at the moment. Do you see this implemented in an existing resource or do you see this being a new resource?

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels May 16, 2018
@BarnumD
Copy link
Author

BarnumD commented May 24, 2018

Perhaps a new DSC resource under the xHyper-V space - 'xVMNetworkAdapterTeamMapping'. But your guess is better than mine.

@SteveL-MSFT SteveL-MSFT added this to Help Wanted in powershell/dscresources May 14, 2019
@SteveL-MSFT SteveL-MSFT removed this from Help Wanted in powershell/dscresources Nov 27, 2019
@johlju johlju changed the title xVMNetworkAdapterTeamMapping VMNetworkAdapterTeamMapping: New resource proposal Jun 12, 2022
@johlju johlju added the resource proposal The issue is proposing a new resource in the resource module. label Jun 12, 2022
@jambar42
Copy link

Here's a HyperVDSC module that contains the VMNetworkAdapterTeamMapping

https://github.com/rchaganti/HyperVDsc/blob/dev/DSCResources/VMNetworkAdapterTeamMapping/VMNetworkAdapterTeamMapping.psm1

https://github.com/rchaganti/HyperVDsc

I've found that in our environments we've needed to use both the above rchaganti/HyperVDsc as well as xHyperV to meet our configuration requirements.

Things missing from xHyperV that is provided by the rchaganti/HyperVDsc module that we use

  • VMNetworkAdapterVLAN
  • VMNetworkAdapterTeamMapping

Scenario - SET Switch with 1x non-RDMA management vnic and 2x RDMA enabled storage vnics, with the storage vnics affinitized to a specific physical uplink on the SET switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. resource proposal The issue is proposing a new resource in the resource module.
Projects
None yet
Development

No branches or pull requests

3 participants