The following steps will help configure network intents for management, compute, and storage.
Note: Network ATC does not currently support auto-assigning of IPs for a switchless topology. Hence, for this scenario we will have to override the feature and assign SMB IPs manually.
Modify NIC variables to match the deployment requirements.
$mgmt_compute_nics = @('Integrated NIC 1 Port 1-1','Integrated NIC 1 Port 2-1') $storage_nics = @('SLOT 3 Port 1','SLOT 3 Port 2','SLOT 4 Port 1','SLOT 4 Port 2','SLOT 6 Port 1','SLOT 6 Port 2') $storage_vlan =@(700) $Mgmt_Vlan=202
Create an override object for the DCB Quality of Service (QoS) configuration.
Choose the RDMA protocol to be used for deployment.
#Intel E810 support iWARP and RoCEV2 while Mellanox support only RoCEV2. -iWARP = 1 RoCEv2 = 4 $StorAdapterPropertyOverrides.NetworkDirectTechnology = 1
Note: Modify the RDMA protocol based on the network cards.
Set storage overrides if you do not want Network ATC to assign SMB IPs automatically.
The Test-Cluster cmdlet generates an HTML report of all performed validations and includes a summary of the validations. Review this report, resolve all warnings and errors before creating a cluster.