Skip to content

Commit d218cde

Browse files
committed
update to reference BOM SKU mapping
1 parent fa1660b commit d218cde

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ This article describes how to create a Network Fabric by using the Azure Command
1717
## Prerequisites
1818

1919
* An Azure account with an active subscription.
20-
* Install the latest version of the CLI commands (2.0 or later). For information about installing the CLI commands, see [Install Azure CLI](./howto-install-cli-extensions.md)
20+
* Install the latest version of the CLI commands. For information about installing the CLI commands, see [Install Azure CLI](./howto-install-cli-extensions.md)
2121
* A Network Fabric controller manages multiple Network Fabrics on the same Azure region.
22-
* Physical Operator-Nexus instance with cabling as per BoM.
22+
* Physical Operator-Nexus instance with cabling as per BoM version.
2323
* Express Route connectivity between NFC and Operator-Nexus instances.
2424
* Terminal server pre-configured with username and password [installed and configured](./howto-platform-prerequisites.md#set-up-terminal-server)
2525
* PE devices pre-configured with necessary VLANs, Route-Targets and IP addresses.
26-
* Supported SKUs from NFA Release 2.4 and beyond for Fabric are **M4-A400-A100-C16-ab** and **M8-A400-A100-C16-ab**.
27-
* M4-A400-A100-C16-ab - Up to four Compute Racks (BOM 1.7.3)
28-
* M8-A400-A100-C16-ab - Up to eight Compute Racks (BOM 1.7.3)
26+
* Supported SKU information is [inventoried here](./reference-operator-nexus-fabric-skus.md)
2927

3028
## Steps to Provision a Fabric & Racks
3129

@@ -47,7 +45,7 @@ The following table specifies parameters used to create Network Fabric,
4745
| resource-group | Name of the resource group | "NFResourceGroup" |True |
4846
| location | Operator-Nexus Azure region | "eastus" |True |
4947
| resource-name | Name of the FabricResource | NF-ResourceName |True |
50-
| nf-sku |Fabric SKU ID is the SKU of the ordered BoM. Four SKUs are supported (**M4-A400-A100-C16-aa**, **M8-A400-A100-C16-aa**, **M4-A400-A100-C16-ab** and **M8-A400-A100-C16-ab**). | M4-A400-A100-C16-ab |True | String|
48+
| nf-sku |Fabric SKU ID is the SKU of the ordered BoM version. | M4-A400-A100-C16-ab |True | String|
5149
|nfc-id|Network Fabric Controller "ARM resource ID"|**$prefix**/NFCName|True | |
5250
|rackcount|Number of compute racks per fabric. Possible values are 2-8|8|True |
5351
|serverCountPerRack|Number of compute servers per rack. Possible values are 4, 8, 12 or 16|16|True |

0 commit comments

Comments
 (0)