Ravikanth C

Results 24 comments of Ravikanth C

Got a couple of resources here. 1. MSFT_xNetworkAdapterQos - Enables/Disables QoS on a network adapter. 2. MSFT_xNetQosTrafficClass - Manage traffic classes creation and deletion, algorithm / priority management and so...

What I am looking at is a larger collection that spans across three different modules. **NetQoS** Get-NetQosPolicy New-NetQosPolicy Remove-NetQosPolicy Set-NetQosPolicy **NetAdapter** Disable-NetAdapterQos Enable-NetAdapterQos Get-NetAdapterQos Set-NetAdapterQos **DcbQos** Disable-NetQosFlowControl Enable-NetQosFlowControl Get-NetQosDcbxSetting Get-NetQosFlowControl...

Yes. I implemented a bunch of these resources (NetQosDSC) and will publish my repo this week. I will need help in writing some tests though. I don't have the full...

Alright. Here it is: https://github.com/rchaganti/netqosdsc I added some basic examples and no tests at all. I am adding tests but cannot publish them until holidays are over.

Do you think this should be a separate resource? If you are creating a NAT switch there are certain other steps that we need to perform such as setting the...

xNetworking is suitable for this given that this has nothing to with VM switches. I am in the process of refactoring cHyper-V and push this to xNetworking.

the cVMNetworkAdapterSettings in cHyper-V solves exactly this. I am migrating these resources to github.com/rchaganti/HypervDsc.

Oh! I just noticed this thread! :) I started a similar discussion https://github.com/PowerShell/xHyper-V/issues/47. I can push my cVMNetworkAdapter, cVMNetworkAdapterVLAN, and cVMIPAddress to this repo if you are OK with it.

xVMNetworkAdapter is now pushed to this repo. #53 is waiting to be merged if everyone agrees.

I am not necessarily looking at only CI/CD pipeline. Many of the operational tests that I write work on a similarly configured systems (think of a cluster) and ensure that...