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

[Feature] Implement DSC Resource for enabling/configuration Software iSCSI Adapter #284

Closed mikedonleyuoy closed 3 years ago

mikedonleyuoy commented 4 years ago

Current DSC resources allow the configuration of iSCSI HBA and targets etc, but not enabling the software iSCSI Adapter.

This also need to handle configuring network port binding, which is usually accomplished using esxcli - iscsi.networkportal.add.Invoke($args). This may more sensibly be added to VMHostIScsiHba or VMHostIScsiHbaTarget resources, or created as a separate DSC resource.

SimeonGerginov commented 3 years ago

VMHostStorage DSC Resource was implemented via PR #302. For more information on how to use the new DSC Resource, please visit VMHostStorage DSC Resource wiki.

VMHostIScsiHbaVMKernelNic DSC Resource was implemented via PR #307. For more information on how to use the new DSC Resource, please visit VMHostIScsiHbaVMKernelNic DSC Resource wiki.